Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File returned by DBF() does not exist!!!
Message
From
07/02/2000 03:02:29
 
 
To
07/02/2000 02:55:31
Juan Kh
Dataprop Technologies
Sungai Petani, Malaysia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00328150
Message ID:
00328159
Views:
34
>It would be great if the reason or criteria for this DBF() file to exist PHYSICALLY on the disk is known. I couldn't find such documentation in the TechNet nor elsewhere.

Once again, that is just my guess, I'm sure someone knows, I just don't pay attention to those things. You are using SQL SELECT to build this cursor, right?

>AFields would let me re-construct the cursor in local app, but I still need to load the cursor after requerying the COM server with a parameter.

WHat do you mean "load the cursor." Build the structure or give it data? How is it different between the Local App and COM Server (Sorry, I just haven't done enough with COMs to know).

To build a cursor using AFields(), you can do this:

AFields(laArray)
create cursor TempCursor from array laArray
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform