Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange problem
Message
De
10/08/2004 14:44:30
 
 
À
10/08/2004 13:18:00
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00932035
Message ID:
00932144
Vues:
16
Jerry,

That is very odd...I copy/pasted the Delete code and added it as a fourth field, (with a new field name, of course), and it has the question mark, too. You can insert a second field, using just a portion of TAG1, and the "?" starts appearing for the fields after that point. See below.

And there still is the question of why it works differently on Sergey's machine.
SELECT customer.name AS person, ;
customer.address AS address, ;
TAG1 + ;
"myapp~myproc~EDITRECORD~" + ALLTRIM(STR(customer.cid)) + ['>] + ;
"Edit " + ;
TAG2 AS Edit, ;
substr(Tag1,1,1) as trash,  ;
TAG1 + ;
"myapp~myproc~DELETERECORD~" + ALLTRIM(STR(customer.cid)) + ['>] + ;
"Delete " + ;
TAG2 AS llDelete, ;
TAG1 + ;
"myapp~myproc~NEWRECORD~" + ALLTRIM(STR(customer.cid)) + ['>] + ;
"New " + ;
TAG2 AS New ;
FROM customer ;
INTO CURSOR c_customer NOFILTER
>
>However, try placing another column at the end as the example below. The Edit and New columns have the question mark but the Delete column does not.
>
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform