Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor for a one list mover?
Message
From
11/10/2006 11:56:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Cursor for a one list mover?
Miscellaneous
Thread ID:
01161227
Message ID:
01161227
Views:
61
I'm trying to build a grid to work like a one-list mover. The grid should be populated with a full list, with a checkbox marking (and changing) whether that entry applies. The only thing stored would be key numbers for the selected entries.

I'm having trouble setting up the cursor so it always displays the full list and marks previously selected entries.
SELECT applies.ownerid, list.listid, list.entry, ; && applies.applyid as logical?
FROM applies RIGHT OUTER JOIN list on applies.listid = list.listid ;
WHERE applies.ownerid = ?vp_ownerid
Next
Reply
Map
View

Click here to load this message in the networking platform