Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I add a blank memo to a cursor via select
Message
 
À
04/06/2003 14:59:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00796309
Message ID:
00796353
Vues:
12
Something like this:
create curs ytemp (blnkchar M)
append blank
repl blnkchar with space(50)

SELECT *, ytemp.blnkchar;
 from dbtwiz!tactualdata;
 WHERE thisform.zgettoolset(tactualdata.fkey)==thisform.ztoolset;
 into cursor cExport readwrite
>I would like to add an empty memo field to a cursor created with a select. For instance memo as blnkmemo, like the character below:
>
>
SELECT *, space(50) as blnkchar;
> from dbtwiz!tactualdata;
> WHERE thisform.zgettoolset(tactualdata.fkey)==thisform.ztoolset;
> into cursor cExport readwrite
>
>any suggestions?, Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform