| Thread | Last Post | Replies |
|
| Compile Error | 31 Aug 2004 21:29 GMT | 3 |
In my vfp 8.0 application i have the following variables, Local xspitem as variant, strlist as variant xspitem = ActivexControl.GetArrayMethod() strlist = ActivexControl.GetArrayMethod()
|
| Contact Manager??? | 31 Aug 2004 21:05 GMT | 2 |
Is there a decent Contact Manager written in VFP? Anything I'm able to get source code for? Or at the very least, data structures? Thanks! Shawn
|
| Calculated fields in Group Header bands | 31 Aug 2004 19:40 GMT | 1 |
Hi wonderful people I have a report that shows total cost grouped by carton and invoice. The totals are shown in the group footer band. That means the id of the group (i.e. the carton number) is not in the same
|
| [ot] dominica | 31 Aug 2004 15:51 GMT | 3 |
anyone been there before?
 Signature .~. Might, Courage, Vision. In Linux We Mutate. / v \ http://www.linux-sxs.org
|
| Problem with Valid Event in Combobox | 31 Aug 2004 15:37 GMT | 5 |
I have a combobox whose value is initialized to blank on entry to the form. The list does not have blank as one of the value. Its Valid Procedure checks for blank value. Howeverf, when that combobox has focus and I press Tab key, the focus moves to the next control without ...
|
| Create a shorcut on desktop (VFP8) | 31 Aug 2004 11:05 GMT | 3 |
I would like to create a shortcut on the desktop (in a specific folder). What's the way to do this, so it works in Win98, W2K and XP?
|
| Decide a built cursors Database programatically - VFP8 | 31 Aug 2004 10:14 GMT | 3 |
Normaly you can change a form?s DE?s Cursor?s Database and path with code in the form?s DE?s BeforOpenTables. This works fine if the cursors ar added visually to the
|
| Print are spooled in the printer queue until I quit VFoxpro | 31 Aug 2004 07:19 GMT | 2 |
Hi, I am building an application that uses the set printer command to print out stuff out to a printer device with the set printer command. I notice that when I run my application, I see the print in the Printer queue with the status "Spooling - Printing", but no physical print ...
|
| registry class | 31 Aug 2004 04:15 GMT | 2 |
I am using the registry class in an application and have had no problems. We are trying to run the application in the IDE on another computer and the registry class is giving an error: Variable HKEY_CURRENT_USER not found.
|
| Page _pageno of X | 30 Aug 2004 22:54 GMT | 5 |
in the page footer of a report I have "Page " + ALLTRIM(STR(_PAGENO)) I'd like to add " of "+the_total_no_of_pages_in_my_report Is there a system variable for that? Cause I don't see it.
|
| foxpro should go independent | 30 Aug 2004 21:34 GMT | 28 |
 Signature .~. Might, Courage, Vision. In Linux We Mutate. / v \ http://www.linux-sxs.org /( _ )\ Linux 2.4.27
|
| Check box checking & application loads slow | 30 Aug 2004 15:14 GMT | 3 |
Two problems I'd appreciate any suggestions with [VFP8, XP(dev and client)]: 1) At some point when using the check boxes on a pageframe they don't check right away. I click and I can see it has focus (with the little outline around the caption) but the check doesn't show up until ...
|
| Not enough memory for file map | 30 Aug 2004 15:02 GMT | 2 |
I am getting this error message when trying to run a report from an application built using FoxPro 6.0 Any assistance would be greatly appreciated
|
| Changing Prompt message in Menu in runtime | 30 Aug 2004 10:43 GMT | 10 |
Is there a way to modify in runtime the prompt message of an existing menu? I would like to be able to change on the fly the language in a top level form and it's menu. Demetrsios, Greece
|
| Scrolling a Form | 30 Aug 2004 09:47 GMT | 2 |
I have a form with a vertical scrollbar and would like to avoid the need for the user to click on the scrollbar to scroll the screen. This could be initiated from a button or perhaps Page Up/Down keys. I have not been able to find any way to do this - any help would be
|