Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Coding System Lookup
Message
De
17/07/2002 18:57:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00679827
Message ID:
00679828
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform