Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date column in the Grid
Message
De
02/11/1999 10:39:18
 
 
À
02/11/1999 08:51:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00285324
Message ID:
00285469
Vues:
18
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform