Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date column in the Grid
Message
From
02/11/1999 10:39:18
 
 
To
02/11/1999 08:51:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00285324
Message ID:
00285469
Views:
19
>What shoud be the datatype of that additional column, if I add it in to the cursor while fetching the data from the back-end. And if I create another cursor with addtional column using TTOD() from the original cursor, at the fron-end, It is read only Cursor.

Use a view or the following undocumented trick:

SELECT field1, field2... ;
FROM SqlDB ;
INTO CURSOR cReadOnly

USE DBF("cReadOnly") AGAIN IN 0 ALIAS cReadWrite
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform