
How To Do Variable 'Range Limit'
Femi
I'm assuming that the two files are linked via a unique record ID field.
Create a global variable to hold this value. Place this variable on your
browse and use the field lookup procedure extension template to get the ID
value from the appropriate parent record and put it in the global variable.
Then use either a range or filter based on the global variable for your
browse. I usually hide the global variable on the browse and if appropriate
put a string field on the browse that displays the name or whatever field best
identifies the parent record instead of displaying the ID field which generally
means nothing to the user.
HTH
Gary
Quote:
> Dear Developers.
> I am using Cw4 Legacy
> Please Help!
> I have a browse box with two tabs. Each tab displays records using a
> different key. Also, each tab has a select button based on the key.
> How do I make the browse box display record based on the vale of the select
> Botton on each key. Note, the button is a lookup to a parent file to the
> browse file.
> Many thanks in advance.
> Femi