Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange problem
Message
De
10/08/2004 13:18:00
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
10/08/2004 12:17:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00932035
Message ID:
00932093
Vues:
20
Thanks for trying this code. I have tested this on my PC running VFP8SP1, VFP9beta, and VFP7(lastest SP?) and all test give me the same results, the question mark is missing.

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.
SELECT customer.name AS person, ;
customer.address AS address, ;
TAG1 + ;
"myapp~myproc~EDITRECORD~" + ALLTRIM(STR(customer.cid)) + ['>] + ;
"Edit " + ;
TAG2 AS Edit, ;
TAG1 + ;
"myapp~myproc~DELETERECORD~" + ALLTRIM(STR(customer.cid)) + ['>] + ;
"Delete " + ;
TAG2 AS Delete, ;
TAG1 + ;
"myapp~myproc~NEWRECORD~" + ALLTRIM(STR(customer.cid)) + ['>] + ;
"New " + ;
TAG2 AS New ;
FROM customer ;
INTO CURSOR c_customer NOFILTER
Thanks,

Jerry


>>
>>No, i didn't notice anything unusal but I'm using IE.
>
>It is something about that other message that causes weirdness in Firefox...
>
>>
>>>Anyway, the '?' does show up when I tested with the change you suggested. Any ideas why the original code would act differently between our machines?
>>
>>It confirms my suspition that VFP treats that '?' as a parameter marker. Question is, why only in that field and why not on my PC? Do you've anything loaded in VFP EDE, like Task Pane? Do you've any global variable defined? I don't have either.
>>
>
>I left VFP8, and came back in, and closed the Task Pane. No globals/publics are defined. Same thing: no question mark. It puts one space in its place.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform