| Thread | Last Post | Replies |
|
| Getting to VFP vs. FoxPro for DOS from a Web App | 24 Nov 2007 06:03 GMT | 1 |
Hello. I have a problem I hope someone can enlighten me about. I am developing a website which gets data (read only) from a FoxPro for DOS app which is in constant day-to-day operation. It works fine on my FoxPro for DOS PC at home, and I hope it will also work on my client's
|
| Shapes to imagefile | 24 Nov 2007 03:14 GMT | 1 |
I created a program that generates drawings on a vfp form. this drawing is made of different shapes. I want to make a bmp ar jpg file of this drawing. I know exactly where the drawing starts on the form and wher it end.
|
| How to create scrollable forms in VFP9? | 23 Nov 2007 07:56 GMT | 17 |
I have VFP9 and I am trying to create a scrolleable form which will span 5 or 6 screenworths. I set the Scrollbars to Vertical and have increased the form height to 3000 and higher but during display the form still gets cut off at a certain point. Is there any way to accomplish ...
|
| thisform.visible | 23 Nov 2007 06:49 GMT | 4 |
I have a modal form that is displayed by another form. If I do not have a thisform.visible = .f. line in the load event of the modal form it will not display unless there is a debugger breakpoint in the init event of the model form.
|
| SQL ODBC Driver problem | 22 Nov 2007 22:19 GMT | 6 |
Using VFP 9 SP2, under XP. I have 2 SQL databases. One has the extension .MDF, the other .DBO. Both can be accessed OK in Visual Studio 2005, using the .Net Framework drivers.
|
| Aprinters() causes pc to hang | 22 Nov 2007 16:38 GMT | 2 |
I have a system running where the program hangs when the aprinters() function is called. The pc's are running XPsp2. Even a program with one line aprinters( laprinters) causes the pc's to hang. Does anyone have any ideas what would cause this?
|
| Active Directory into dbf | 22 Nov 2007 16:01 GMT | 3 |
How can I put the information about users and groups from the Active Directory (Win2003 Server) into a dbf file?
|
| System Tray Class | 22 Nov 2007 09:22 GMT | 1 |
Im playing with the System Tray Class and Im trying to hide/unhide a top level form when I double click on the Tray Icon. Seems to be working fine except that when I unhide the Form, it is not the Active Window. Im trying to issue "Active Window x Top" but it seems to be the
|
| Foxpro 9 | 22 Nov 2007 00:39 GMT | 7 |
What's the error "Error instantiating class" happening in foxpro 9.
|
| Query | 21 Nov 2007 17:57 GMT | 2 |
I wish the following query to return a variable number of characters into column code, 5 or 7 depending on a value retrieved into column leadingzeros of the queried table.
|
| Sending Reports by e-mail | 21 Nov 2007 17:55 GMT | 2 |
Is there a simple way to send a report by e-mail in VFP9? I have some reports that I would like to be able to send to some people as well as print them. Thanks in advance
|
| VFP 9 Status Bar | 21 Nov 2007 17:37 GMT | 2 |
My VFP9 program starts with a PRG file that sets up menus. This menus give access to lots of different forms. In the PRG and in the INIT of some of those forms I call a procedure that writes some text in the status bar.
|
| vfp9 doesn;t pring polish fonts | 21 Nov 2007 17:03 GMT | 1 |
I have problem with polish letters in few of my reports. Three months ago I mograted from VF6 to VF9. After that lots of my reports have problems with polish letters on one printer: HP LaserJet 1200. All of them have code page to 1250, what is proper for polish letters.
|
| create a memo field | 20 Nov 2007 23:32 GMT | 11 |
I would like to replace a character field with a memo field as the length of the field is now longer than 254 characters. I am building the content of the field by looping through a table and building a line of data.
|
| Form width not changing | 20 Nov 2007 22:32 GMT | 3 |
VFP 8 In the form's .init() there is the code: this.width = this.ctListBar.width this.ctListBar.width = 105
|