Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete blank row from cursor
Message
From
15/11/2006 10:35:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Delete blank row from cursor
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01169824
Message ID:
01169824
Views:
53
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,
Next
Reply
Map
View

Click here to load this message in the networking platform