Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Drop-Down Box
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Dynamic Drop-Down Box
Miscellaneous
Thread ID:
00642696
Message ID:
00642696
Views:
53
I am trying to figure out how to retrieve data from a showcursor where I am creating drop-down boxes in the showcursor(). IOW how do I update my table officers from the Drop-down selections made in the showcursor()?
FUNCTION Lastfunc
lcDropBox= [<p><select size="1" name="dbxSection">]+;
[<option>A</option>]+;
[<option>B</option>]+;
[<option>C</option>]+;
[<option>SS</option>]+;
[</select></p>] 

SELECT ssn, lastname, Firstname, lcDropBox as Section; 
FROM officers WHERE orgno=1421 INTO table temp 
SELECT temp
response.showcursor()

ENDFUNC 
James Harvey, MCP
Memphis Police Department
225 Channel Three DR
Memphis, TN 38103
901 577-1296
Next
Reply
Map
View

Click here to load this message in the networking platform