| Thread | Last Post | Replies |
|
| Packing Code? | 07 Sep 2007 15:31 GMT | 9 |
Having just gone through a worst case scenario related to lost source code and noting another thread here concerning maintaining reference code, I'm wondering if there is any way to easily include a zip or other file containing an application's code within the application itself.
|
| programming question | 07 Sep 2007 14:59 GMT | 5 |
I would like to know why the data can't append to the output file from the script below: ** close databases
|
| How to insert a string into text file opened with low level functions | 07 Sep 2007 14:06 GMT | 6 |
Could someone advise on how to insert text into a file using low level functions. Following is what I found. Please advise is there any possible way of doing this.
|
| How to increase the size of the checkbox in VFP9? | 07 Sep 2007 08:15 GMT | 3 |
I am looking to have a "large" checkbox as a control. When I increase the font size of the checkbox control, only the checkbox caption text size is increased. The checkbox still remains small. I have even set the AUTOSIZE property to .T. but no change.
|
| The Windows Help (WinHlp32.exe) program is no longer included with Windows operating systems starting with Windows Vista | 07 Sep 2007 04:42 GMT | 1 |
http://support.microsoft.com/kb/917607/en-us Windows Help (WinHlp32.exe) is a Help program that has been included with Microsoft Windows versions starting with the Microsoft Windows 3.1 operating system. WinHlp32.exe is required in order to display 32-bit help
|
| VFP 7.0 question | 06 Sep 2007 03:41 GMT | 1 |
Being new to VFP, if this is a stupid question, my apologies. I have a menu option that calls a form with a page frame When the form is called, it is kind of stuck to the bottom of the menu and not 'free floating' that I can drag it around. What property do I
|
| Dataenvironment VFP 7.0 | 06 Sep 2007 03:41 GMT | 1 |
When I add a table I am allowed to change the name of the alias. Is there somewhere where it can show me what the original table is? Mike
|
| programing question | 06 Sep 2007 01:50 GMT | 2 |
I am sure I am asking a stupid one and maybe the answer is already out there, but when you don't know what keywords to search for that practically nulifies that. Ok so I have this filter that I want to make shorter:
|
| Any way to communicate to modem via VFP to detect dialtone? | 05 Sep 2007 20:05 GMT | 4 |
Is there any way to communicate to modem via VFP to detect if there is a dialtone or if the line is in use? Thanks Zoom
|
| Tree View in Grid | 05 Sep 2007 16:23 GMT | 2 |
Can anyone help on Create a form by using Tree View in a grid ? - Reference , Particulars , Amount - Product Amount - Product Amount
|
| Learn to develop internet applications | 05 Sep 2007 14:16 GMT | 4 |
I am not a "techi", but I need to learn how to put my VFP application on the internet for my customers to use. Can anyone point in the direction to learn this?
|
| Printing .prg etc files | 05 Sep 2007 13:55 GMT | 8 |
In Foxpro 2.0 there used to be a way to create a special report format that could be used to print .prg files. If I remember correctly we modified or created a new report file that could be used to print the file with a header (etc) page numbers and the like. It seems that 9.0
|
| Using writemethod() | 05 Sep 2007 13:36 GMT | 1 |
I'm trying to automate the adding of a method and code to a series of vcx class defs. Using .WriteMethod() generates the error "...must be in design mode." So how do I get into design mode from a prg? (I've actually posted the answer to this question on this list, but I lost the ...
|
| SQL Aggregation and .NULL. Mess | 05 Sep 2007 08:10 GMT | 1 |
On investigation of a bug in a report, it turns out that some work might not have any disbursements. Because I have been using inner joins to add columns to build up the report data, that work does not show up on the report.
|
| Help with buffered table | 05 Sep 2007 07:51 GMT | 8 |
I have 2 tables: in one of them I have the parents of the childs of the 2nd table. This means, I have a 1 to n relationship. Let's say, for key 'A' I have 3 childs A1,A2,A3. Table 1:
|