Feb 6, 2007 #1 button71 Programmer Nov 8, 2006 69 AU I have a little app that I use as a User Register for my software and other groups. I often want to manipulate some flag fields in the single table - can I get the Command Window from a button on the form? Thank you William
I have a little app that I use as a User Register for my software and other groups. I often want to manipulate some flag fields in the single table - can I get the Command Window from a button on the form? Thank you William
Feb 6, 2007 1 #2 Mike Lewis Programmer Jan 10, 2003 17,516 Scotland William, In theory, this is not possible. The command window is only available in the development environment. However, there are other ways of achieving the same goal. I suggest you start by looking at a free tool called Foxbox, from Kirtland Associates (http://www.kirtlandsys.com/). I have used it to add a command window substibute to an application running at a client's site. It works well. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk Upvote 0 Downvote
William, In theory, this is not possible. The command window is only available in the development environment. However, there are other ways of achieving the same goal. I suggest you start by looking at a free tool called Foxbox, from Kirtland Associates (http://www.kirtlandsys.com/). I have used it to add a command window substibute to an application running at a client's site. It works well. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk
Feb 7, 2007 Thread starter #3 button71 Programmer Nov 8, 2006 69 AU Thanks a million Mike - as always you give me a winner. I've moded the code to get the foxbox window at its real dimensions and added the form to a button on my main form - works perfectly. Regards William Upvote 0 Downvote
Thanks a million Mike - as always you give me a winner. I've moded the code to get the foxbox window at its real dimensions and added the form to a button on my main form - works perfectly. Regards William
Feb 8, 2007 #4 Mike Lewis Programmer Jan 10, 2003 17,516 Scotland William, Glad to hear you found it useful. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk Upvote 0 Downvote
William, Glad to hear you found it useful. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk