Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding System Lookup
Message
From
17/07/2002 18:57:42
 
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00679827
Message ID:
00679828
Views:
21
This message has been marked as the solution to the initial question of the thread.
>I am trying to accomplish a coding system lookup in a browser based system. What I would like to do is to pop up another window, do some queries and such to get a small list of possible codes, and have the user click on the one they want and have it fill in the field on the calling form while closing the child window. Perfereably something that will work with both IE and Netscape.
>
>This seems to be really hard to do.

You have to instantiate an object in Javascript which could be a reference to your field. Then, on selection of the item in the other form, you just replace the window.opener.loObject.value with the value you have determined. Then, just close the form with window.close(). That's one way to do it. You may view the code I am using here when you select a member for example.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform