Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete blank row from cursor
Message
 
To
15/11/2006 10:35:14
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01169824
Message ID:
01169972
Views:
7
DELETE FOR EMPTY(cWorkType)

cWorkType does not == "" as it has a length of the field size, If you want to use == then ...

DELETE FOR cWorkType == SPACE(LEN(cWorkType))




>Hi there,
>
>I create a cursor with a number of rows to populate a combobox. A blank row always gets in and I want to get rid of it. Here is my code.
>
>SELECT DISTINCT cWorkType FROM c_list INTO CURSOR c_WorkTypes readwrite
>INSERT INTO c_WorkTypes VALUES ('All')
>DELETE FOR cWorkType == ""
>
>Instead of "" I tried null but the blank is always there.
>
>Any hep would be much appreciated,
Previous
Reply
Map
View

Click here to load this message in the networking platform