| Thread | Last Post | Replies |
|
| To know that file was locked by another user... | 31 Jul 2009 17:56 GMT | 3 |
My code is like below : use table1 alias table1 if .not. isflocked("table1") flock()
|
| Report form printing problem... | 31 Jul 2009 09:05 GMT | 2 |
I want to create a report from like below : Company Name : XXXXXXXXX Address : XXXXXXXXX Item Description Price
|
| Strings' lengths | 31 Jul 2009 07:31 GMT | 8 |
WinXP. FoxPro 9. When I have a long select I have to break it up like this to avoid "illegal command" error message. dummy = "select ;
|
| Report printing problem.... | 30 Jul 2009 12:40 GMT | 2 |
I want to create a report from like below : Company Name : XXXXXXXXX Address : XXXXXXXXX Item Description Price
|
| Line spacing in printing... | 29 Jul 2009 16:03 GMT | 1 |
When printing directly to the printer @...say ....(without using report form) , how to set the line spacing ? thank you....
|
| Variable 'VPOS' is not found | 28 Jul 2009 18:34 GMT | 4 |
In the report designer, when I put a field control, it appear Report Bulder Error : Variable 'VPOS' is not found. Line 0 in loadfromfrx():
|
| Scroll the form at runtime | 24 Jul 2009 07:03 GMT | 1 |
I have a long page form and it should have a vertical scroll bar when we want to go to the bottom of form. but the scroll bar didn't appears even I set the properties scrollbars = Vertical. how to solve the problem ? thank you....
|
| How to hide format menu | 20 Jul 2009 08:43 GMT | 1 |
Why at the right of my menu always have a format item ? Example : Menu : Ledger View Setting Exit Format
|
| Index tag not found when using seek | 06 Jul 2009 21:18 GMT | 5 |
I added a table to the form and dragged a field through data environment so I don't use "use" command. However, when I type in text which is in textbox.InteractiveChange() and I received "Index tag not found" but I checked the table and the field (style) is in index. (checked) ...
|
| "Page Frame" Backcolor | 06 Jul 2009 16:28 GMT | 3 |
I'm new to VFP9, having just dabbled in VFP6 earlier. Using the Form Control Toolbar - "Page Frame" style, is there any way to change the background color of each page ? Many thanks
|