| Thread | Last Post | Replies |
|
| Network Drive | 01 Oct 2005 00:30 GMT | 3 |
is there a function that can determine this drive is a NETWORK?
|
| Cluster server | 30 Sep 2005 23:37 GMT | 2 |
We are going to install a cluster server. VFP supports this configuration? What considerations must be taken for VFP applications running in a cluster server?
|
| Index Error after SQL Upsize | 30 Sep 2005 19:55 GMT | 2 |
Hi. I recently upgraded a VFP app to use Remote Views of SQL Server tables instead of DBF tables. Everything works perfectly except for ONE thing. When I run a "SET ORDER TO" command I get the error "Table has no Index order set."
|
| Adding a picture to a general field | 30 Sep 2005 18:07 GMT | 3 |
VFP9. I want to programmatically add a picture (e.g. a .gif file) to a general type field for use in a report. I couldn't find how to do this in the doc.
|
| Error opening exe | 30 Sep 2005 18:03 GMT | 11 |
I'm upgrading vfp 2.x to vfp 9. I fixed all compiling errors - and built a new.exe. When I run new.exe I get an the error Window 'command' has not been defined. I can click ignore, the main menu runs but it then claims my files are
|
| How to Block an active windows for being Hide! | 30 Sep 2005 16:38 GMT | 4 |
Hi , I'd like to know how can I get the same effect of the Modal property of a form en VFP but in Foxpro 2.6 for windows in order to avoid that a User by mistake hide a current active window an put another active window in front and seem like the program has
|
| discrepancy between keyboard an mouse | 30 Sep 2005 16:18 GMT | 3 |
I have an textbox with an input mask of "999,999.99" The value is "0.00" Then the user used the mouse and hit the space on the left of the leftmost "0" in "0.00" and typed "1"
|
| working with to records. | 30 Sep 2005 16:17 GMT | 4 |
i have a table, and it has 101 records in it. 2 records for each person. i want to subtract field1 record 1 from field2 record2 of the same person and replace the value of field 1 with the result. is that asking to much without having to create a temp table?
|
| Update syntax problem | 30 Sep 2005 15:28 GMT | 5 |
I try the following syntax in command window. but got errors. Does anyone can help me to correct it ?? Thanks in advance update blcostheader set jobperiod = jobheader.jobperiod from blcostheader ,jobheader where jobheader.jobno = blcostheader.jobno
|
| error (108) "File is in use by another user" | 30 Sep 2005 12:00 GMT | 2 |
I have "discovered" that this can prevent a table opening ie if the file is in use with a REPLACE FOR/WHILE then another user cannot open the table. Is this correct or am i missing something?? i know i have set reprocess to 1 but i'm just trying to open the table not
|
| Default Directory | 30 Sep 2005 08:21 GMT | 6 |
I am not sure why this is working like this. What am I doing wrong? all I want is to allow the user to select a directory and I want to set this selected directory as the default directory. here is the code:
|
| Wish list : TOTAL... EXCEPT ... | 29 Sep 2005 23:48 GMT | 1 |
How about : TOTAL ON ID_EQUI TO m:\matable.dbf EXCEPT ID_EQUI Fabien
|
| Report Form xx PROMPT vs. Default Printer | 29 Sep 2005 23:45 GMT | 8 |
Ever experienced super small 1/4 size printing on a report? In circumstances where you use the PROMPT and NOPAGEEJECT options on the REPORT FORM command so that the user can select the printer desired and so that a subsequent report will be part of the same print job, the ...
|
| VFP 9/SQL Server Integration Question | 29 Sep 2005 21:16 GMT | 3 |
Hi. I have several VFP 6 applications which I want to keep in FoxPro but I want to move the databases to SQL Server. I've heard that VFP 9 allows you to interact with SQL tables using FoxPro database commands, allowing for a more seamless transition to SQL Server.
|
| Wish list: update sql | 29 Sep 2005 20:40 GMT | 2 |
How about a: update <TableName> from name <ObjectName> where ....
|