Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax Error
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Syntax Error
Miscellaneous
Thread ID:
00595854
Message ID:
00595854
Views:
47
Hi everybody,

I have this code:
lcBldgString = thisform.cBldgString
BLANK FIELDS &m.lcBldgString
lcBldgString is STATEUSE,CONDITION,BUILDSTYLE,YEARBUILT,RENOYEAR,CONSTCODE,NUMUNITS,CMMNAREA,
CONDOFLOOR,NUMFLOORS,GRBLDGAREA,LIVAREA,EXTCOVER,ROOFTYPE,ROOFMAT,ATTICAREA,
FFLOORAREA,BASMNTAREA,BASMUFAREA,BASMNTTYPE,TOTROOMS,BEDROOMS,BATHROOMS,
HALFBATHS,NUMFIREPL,HEATTYPE,FUELTYPE,PARKTYPE,NUMPARKSP,AMENITIES

All these fields exist in a table. Some of them may contain nulls. I get Syntax error on Blank Fields command. It worked correctly before. Do you see, what could be wrong in the above code?

Thanks in advance.

UPDATE If I try:
blank fields STATEUSE, CONDITION, BUILDSTYLE, YEARBUILT, RENOYEAR, CONSTCODE, ;
NUMUNITS, CMMNAREA, CONDOFLOOR, NUMFLOORS, GRBLDGAREA, LIVAREA, EXTCOVER, ;
ROOFTYPE, ROOFMAT, ATTICAREA, FFLOORAREA, BASMNTAREA, BASMUFAREA, BASMNTTYPE, ;
TOTROOMS, BEDROOMS, BATHROOMS, HALFBATHS, NUMFIREPL, HEATTYPE, FUELTYPE, ;
PARKTYPE, NUMPARKSP, AMENITIES

it works fine.

Oops, disregard. I see my problem. It's m.lcString!!!!!!!!
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform