Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange problem
Message
From
10/08/2004 13:18:00
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
10/08/2004 12:17:48
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00932035
Message ID:
00932093
Views:
21
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform