Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse Window
Message
From
17/01/2000 11:38:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Browse Window
Miscellaneous
Thread ID:
00319023
Message ID:
00319023
Views:
52
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
Next
Reply
Map
View

Click here to load this message in the networking platform