Nettalk 431
Clarion 6.3 build 9056
I have a NetWeb Browse on a Stock file which is range limited by e.g. Warehouse.
I have a field in the Stock file which contains a code for a customer to which the stock is allocated.
My query: I want to only display on the browse those records in the range limited warehouse which have been allocated to a specific customer.
In Standard Clarion I would create a select customer button on the browse allowing me to filter the warehouse to the selected
customer's records, or else create a window called in the procedure setup embed point and pass a parameter which I would then use to filter the records
How would I do this in Nettalk?
I would like to do this either before the browse displays or to call a lookup on the browse