Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL statement works, but not from form's data session
Message
From
25/03/2000 22:11:13
 
 
To
25/03/2000 21:48:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00350306
Message ID:
00350470
Views:
20
>You might want to use tags so you can format this a little better. I tried to look at it, but it was to hard to understand in its present format.
>
>PF


Perry - the tags need to be set off with spaces around the < and > symbols in your text to prevent them from being formatted out and processed as HTML tags. Your text makes much better sense when it reads as:

>You might want to use < pre > and < /pre > (remove the embedded spaces to make them work) HTML tags so you can format this a little better. I tried to look at it, but it was to hard to understand in its present format.



>
>>>
>>>How about posting the query?
>>
>>Here it is:
>>
>>SELECT PROPERT3.BORO, PROPERT3.BLOCK, PROPERT3.LOT, PROPERT3.TAXYEAR,;
>> CERTFILE, certothr, REQUEST,AUDITOR, COMPLETE, CONFREQ1, CORPCOUN, CONFDATE,;
>> RESULT, RJIFILED, NOTES FROM PROPERT3 LEFT OUTER JOIN CONFSTAT ON ;
>> PROPERT3.BORO+STR(PROPERT3.BLOCK,6,0)+STR(PROPERT3.LOT,6,0)+;
>> STR(PROPERT3.TAXYEAR,4,0)= CONFSTAT.BORO+STR(CONFSTAT.BLOCK,6,0);
>> +STR(CONFSTAT.LOT,6,0)+STR(CONFSTAT.TAXYEAR,4,0) INTO CURSOR TMP_CURS;
>> WHERE (CERTOTHR = 'Y' OR CERTFILE <> {}) ORDER BY PROPERT3.BORO,;
>> PROPERT3.BLOCK, PROPERT3.LOT, PROPERT3.TAXYEAR, CONFDATE
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform