| Thread | Last Post | Replies |
|
| Serial Port. | 31 Aug 2005 18:28 GMT | 9 |
I am supposed to interface with the serial port (RS232) from a VFP9.0 app. Need to send. receive set baud rate etc. Now I have not done that since DOS 5.0 (guess I am old). So any libraries, OCXs, controls to do that
|
| file access denied | 31 Aug 2005 17:46 GMT | 9 |
I have an application where many users can access a single set of data files. When the first user gets into a table and the second user tries to get into it after the first user, they get a file access denied error. This error does not pop up on all tables that are shared. I ...
|
| DOEVENTS ? | 31 Aug 2005 17:38 GMT | 1 |
Is there any way to determine the events to be carried out by the DOEVENTS ?
|
| FPW 2.6 - printing issues.... | 31 Aug 2005 17:36 GMT | 3 |
We have an application that was developed in FPW 2.6 Lately I am getting complaints from some users that they cannot print. Howveer they can print pretty much from any other Windows application. On some printers the application prints in VERY large fonts and on
|
| Win32API | 31 Aug 2005 14:28 GMT | 2 |
What book or references do I have to read to know about Win32API programming? Thanks.
|
| Data Environment Question | 31 Aug 2005 10:57 GMT | 4 |
I normally add all tables to the data environment on my forms, but I am currently converting to SQL syntax, ie SELECT * FROM MY_FILE INTO CURSOR xx. I have a form where I forgot to add 3 tables to the Data Environment and the SELECT still works fine, but the tables are left
|
| Send a Text message to a Cellular using an ActiveX control | 31 Aug 2005 10:43 GMT | 3 |
Does anyone know if an ActiveX exists that would allow me to send a text message through the internet to a cellular?? Thanks in advance Tanya
|
| Grid Control | 31 Aug 2005 10:34 GMT | 5 |
VFP9 I have a grid control bound (defined) with a ControlSource and Columns to a table. I would like to close the table and reopen it without losing my ControlSource and Column properties. Another example could be if I have a
|
| Setting showWindow=2 at runTime | 31 Aug 2005 04:17 GMT | 1 |
I have a complex MDI application. I want other applications to be able to run the exe and pass in a form name to run. When run in this manner I need the requested form to appear without the foxpro screen. The idea is that the form will appear to be an integral part of the other ...
|
| Program cannot quit | 31 Aug 2005 02:38 GMT | 8 |
I have this program developed in VFP9 and I cannot quit the application. If I compiled it under VFP8 it is okay. I do not understand why? Any advice by looking at the code sample below? I have this in Main.prg
|
| print to file | 30 Aug 2005 21:23 GMT | 8 |
I want print my record to a file For example my file is A1.txt and I have a table with one field the name of field is student I want when click on command button I print filed student to file A1.txt
|
| VFP8, Grid crashing when line item is clicked | 30 Aug 2005 17:15 GMT | 10 |
I have a grid that sits on the form. One of the columns is for Part Number. This grid is used for (data entry) I have a seperate table that list the all known part numbers. I have a
|
| MYSQL Database | 30 Aug 2005 15:42 GMT | 16 |
Has anyone converted a MySql database to a VFP table? I have a guy who has his database on MySql and would like me to enter it into a VFP Database table. I have not looked at it yet so do not know what to expect. Any ideas??
|
| Repo Form don't respect Set Printer To ? | 30 Aug 2005 14:52 GMT | 2 |
this don't work set printer to myPrn repo form myRepo to printer noconsole it sends the report only to the printer
|
| how to set read-write cursor | 30 Aug 2005 10:02 GMT | 4 |
Is it possible to set the cursor returned from a remote datasource via SQLEXEC() to be read-write. ( I would like to create a few index tags on the resulting cursor). I do NOT need to update the remote datasource. Thanks
|