| Thread | Last Post | Replies |
|
| Is it possible that the execution of coding is not sequential? | 11 Aug 2007 14:49 GMT | 2 |
I have 2 forms running in Visual FoxPro 9 SP1. One form is running some coding which may take awhile to finish. Another form has coding in the Activate event. If I click on the 2nd form, does the Activate event of the 2nd form fires before the coding in the 1st form finish?
|
| doubt | 11 Aug 2007 12:09 GMT | 5 |
i want to convert foxpro 2.6 exe file to foxpro2.6 program file. regards.
|
| CreateObject and IE and Vista | 11 Aug 2007 07:21 GMT | 3 |
In a prior thread (which seems to have died out) it was suggested that I use this command to get the internet time: oie=createobject("InternetExplorer.Application") But, on Vista Home Edition, it seems to give an error even as the
|
| How to query for an object - VFP | 11 Aug 2007 02:19 GMT | 1 |
I am in a situation where I have to add an object to a page IF the object does not exist. How do I check if an object exists on a page or not?
|
| RETURN EXTRACT(lcHTML,"N=",CHR(13),CHR(10)) | 11 Aug 2007 00:14 GMT | 2 |
I'm following an online tutorial and ran into this. what does RETURN EXTRACT(lcHTML,"N=",CHR(13),CHR(10)) do?
|
| Data in date field | 10 Aug 2007 23:29 GMT | 2 |
I'm sorry, I meant to say date field (inspection date)that has data in it. However, I am not looking for any particular data, just any data. JPC
|
| Help in page frame | 10 Aug 2007 21:40 GMT | 2 |
I am trying to create a form for intake process. This involves capturing info on family members. Depending on the number of family members, the Pageframe1.pagecount is changed so on the fly I have as many pages as number of members in family.
|
| Can I add an existing form to a VCX class library? | 10 Aug 2007 21:03 GMT | 2 |
I have been wondering about this for some time, and have done some research but have not found anything that says it is possible. Does anyone know if this can be done / how this can be done? Thanks,
|
| USB communication in VFP6 | 10 Aug 2007 16:53 GMT | 8 |
We currently use the MSCOMM object in VFP6 to communicate with serial ports. We also use FLL's we have developed in C that use the standard comm libraries to communicate with serial ports at that level if the application warrants it. A lot of what we do is moving away from serial ...
|
| Create MS Access database (VFP9 sp1) | 10 Aug 2007 16:51 GMT | 5 |
I need to make an access "copy" of a VFP database. The copy should be made without any user intervention except naming the database. What would be the preferred method to accomplish this task? Anyone that has an example?
|
| FieldType P = Picture | 10 Aug 2007 16:28 GMT | 2 |
In glancing through the help files, I saw a reference that I have ever noticed before and would like some information on it if anybody has it. under ALTER TABLE -SQL Command, the FIELDTYPE parameter references the FIELDTYPE P datatype Picture.
|
| MAPIMessage and MAPISession | 10 Aug 2007 15:07 GMT | 2 |
On a form I have put two OLE containers with MAPIMESSAGE and MAPISESSION. In a button click() I have the following code: THISFORM.Session1.signon THISFORM.Message1.sessionid = THISFORM.Session1.sessionid
|
| Windows XP Home OEM - CDROM is damaged | 10 Aug 2007 10:06 GMT | 5 |
Hi,. My XP Home CDROM is scratched and it won't install. Obviously I've got the product key for it, is it possible to obtain a replacement CDROM from Microsoft? (without having to pay for a new full XP/
|
| FOX DOS constantly getting internal consistency errors. | 10 Aug 2007 07:44 GMT | 13 |
We have a Fox DOS application running on XP workstations with the network running windows server 2000 and 2003 on the servers. We continually get internal consistency errors crashing the program and leaving a data table (always a DIFFERENT ONE) in a state that will
|
| Option Group Control- VFP 7.0 | 10 Aug 2007 07:32 GMT | 1 |
In VFP 7.0 how can I get all the buttons in an Option group' aligned horizontally. I cannt seem to find the relevant property to manipulate this layout. Shah
|