| Thread | Last Post | Replies |
|
| Invoke a URL through VFP 9 | 28 Dec 2007 13:24 GMT | 3 |
Dec 28, 2007 A very happy new year to all of you. I want to know if there is a way you can invoke a URL like one stated below through VFP 9 without the Internet Explorer loading.
|
| Combo on pageframe | 24 Dec 2007 09:57 GMT | 3 |
Help.. I'm at my wits end. I have a form with golf course info. a combo dropdown with the course name. It works perfectly. When changing courses, the new name appears and the other info on the form update correctly.
|
| Form Designer Loses Form | 20 Dec 2007 18:26 GMT | 4 |
I'm using VFP 9 SP 1 Form Designer with form area set to 1024 x 768 and two monitors. If you accidently drag the form off the white design area then where does it go? I've tried setting the form designer area to none but can't find the form anywhere.
|
| WAIT without window | 04 Dec 2007 12:22 GMT | 4 |
I want to suspend my code execution for a few seconds. WAIT TIMEOUT ntime would be perfect, but in background it displays 'Press any key to continue...'. Can I somehow disable that text? I dont want to see any window also..
|
| Foxpro Textbox Property | 04 Dec 2007 00:58 GMT | 2 |
I have a basic boring form with six lines of text. There is also a button "SHIPPING INSTRUCTIONS COMPLETE" which will just exit the form. How do I modify this code so that each line may only contain a maximum of 80 characters? Is there a textbox property which will
|
| initial display value in a combobox dropdown list | 03 Dec 2007 08:02 GMT | 5 |
I just KNOW that I should be able to find this out but ... I have a combobox with an array rowsource (ThisForm.aChgRate(1,3)). It has all the correct values when you drop down, all works OK. But - I can't get it to show (display), initially when the form starts, the first
|
| Wait window command | 02 Dec 2007 14:15 GMT | 3 |
Can i dock a wait window command to a text box control in a form? I have the form size in pixels and the wait command need cols and rows. Scols = 160 srows = 44
|
| WAIT WINDOW 'x' AT ?,? - pixels or what? | 02 Dec 2007 14:06 GMT | 4 |
I am tryin to place WAIT WINDOW message to the bottom right corner. How can I do it automatticaly according to screens resolution? Because with AT nRows,nColumns position is specified not in pixels... How do u count Rows and Columns of the screen?
|