Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interactive Change with ASP
Message
From
30/11/1999 03:56:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00296426
Message ID:
00296750
Views:
24
>But won't I have to pull the values from the server using server side script? If that is the case, on my onchange event of my dropdown, I have to access the server but the event I am calling is client side script.
>
>I think I am confusing myself even more.
>
>Any suggestions on how to look at this thing?
>
>Thanks
>Jason


If the data would be pulled from a server than IMHO a good approach is to use a parameterized view. You would add the view with NoDataOnload and set it as rowsource for second combo.
You could create your view with say - where somefield = ?m.runtimevalue. In lostfocus of first combo or gotfocus of second combo you could requery the rowsource (interactivechange could be too much repetition for a server download) :

m.runtimevalue = thisform.firstcombo.value
requery("secondcomboview")

Other than that I think folks doing ASP could help better. Visit www.west-wind.com too and better sign-in for the forum there.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform