| Thread | Last Post | Replies |
|
| Using VFP8 with GOTOMYPC.com | 24 Aug 2007 02:43 GMT | 8 |
Has anyone used GOTOMYPC.com to run a VFP8 file remotely?? I have a need to access the VFP program from my home site to a server and use my local home printer. Now I can use Word and Excel remotely and print all those file but when I try and run a FoxPro report I just get printer ...
|
| Trap Mouse movements and Key presses | 23 Aug 2007 22:40 GMT | 2 |
I have a Top Level form as the Main window of my Application. Is it possible to trap Mouse ang Keyboard entries even if the active form is not the Top Level Form? I want to disable the application and prompt for a user & password if there is no
|
| RUN /n explorer not working in XP | 23 Aug 2007 22:02 GMT | 8 |
I use in VFP9 the command yy='explorer /e,/select,'+x2 (where x2 is a directory name) RUN /n &yy and it works fine in Win2000 but not in XP.
|
| Best Way to Prepend Aliases in SQL | 23 Aug 2007 20:43 GMT | 3 |
My app has some complex reports that require a number of selects in order to build the table to report. I use a lot of cursors. To keep track of them, I create a variable with the name. I stuff the value in an array and at the end, use a loop release the cursors.
|
| Dumb Font Question | 23 Aug 2007 19:57 GMT | 7 |
Yet another dumb question; Is there a font attribute or other method to turn on text flash/blinking? Thanks in advance, Beverly Howard
|
| Debugger problem | 23 Aug 2007 16:52 GMT | 5 |
In my VFP7 application I am experiencing a couple of strange problems when debugging a form. 1. The form will only display if I have a breakpoint in the init event 2. If there is no breakpoint in the init event the form will not
|
| running undert TS | 23 Aug 2007 14:23 GMT | 4 |
I have installed my exe in the Adminstrator useraccount and everything runs fine under Terminal Server (as Administrator) Now I try to run my exe with a useraccount (limited rights) under TS and then it tells me it can't locate the vfp runtime support library.
|
| VFP -- FileMaker | 23 Aug 2007 05:54 GMT | 1 |
Can FileMaker do what VFP can do? Are there classes, forms, methods, properties?
|
| System tray class | 23 Aug 2007 02:10 GMT | 1 |
system tray class that come with vfp seem to cause the main screen to "scroll".. does anyone else face the same problem ? whats the solution to recticfy that problem? thanks!
|
| this.left = 32000 | 22 Aug 2007 22:18 GMT | 5 |
I have encountered a situation where the value returned for a form's left and top properties (this.left and this.top respectively) is 32000 Is there a known circumstance where this will occur? I have only encountered it on one system running Windows XP
|
| A way to generate a list of fields used on a report form? | 22 Aug 2007 21:05 GMT | 3 |
Is there a way to generate a list of all fields that are used on a report form? Thanks in advance, David
|
| Report Pages | 22 Aug 2007 17:42 GMT | 25 |
Using VFP8 is there a way of putting more than one page on a single report. At the present time I am using 4 report commands to print 4 separate pages of a report. Is there a way to just have 4 pages on one report. Scrolling is a pain.
|
| How to return focus to last active control? | 22 Aug 2007 15:22 GMT | 22 |
I want to create a command button on a form with accelerate key. When user hit the accelerate key, that button get triggered, does something then return the focus to where ever it comes from. How do I trace back the last active control before that button get focus?
|
| Stored Procedure with MySQL | 22 Aug 2007 11:04 GMT | 1 |
I have a problem with executing a stored procedure in MySQL. Mysql-Proc: assing_al_date (in p_tfaid int, in p_date date, inout p_tally int) When I try to call this procedure I got error 1414: Out or Inout argument 3
|
| Accurately position form(s) | 22 Aug 2007 09:42 GMT | 3 |
Dev: VFP9 SP1, WinXPPro SP2 I need to be able to *accurately position one or more forms in _Screen, programatically. In order to do this you need (for starters) to calculate the "actual" height
|