Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse Window
Message
De
17/01/2000 11:38:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Browse Window
Divers
Thread ID:
00319023
Message ID:
00319023
Vues:
49
I have a browse window that I have defined and it displays the table just fine. The problem is that I want it to lookup the value of the assignment ID saved in the table and find the assignment description in the assignment table. Is there any way to do this? Here is my window definition...

define window asswin from wrows()-20,6 To wrows(),scols();
in screen double close nogrow nozoom font 'Arial',7 halfheight
move window asswin Center
browse noedit noappend nodelete;
Title "Press to return..." window asswin
release window asswin
RETURN

Thanks,
Tyler
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform