Hi Folks,
I am probably doing something wrong or missing something.
1. I have a stock file and a separate file of stockonhand in multiple warehouses.
2. On my order line input form I have product code with a lookup
3. If you enter the product code without using the lookup the validate:: routine is fired which results in obtaining the stock on hand.
4. If you use the lookup, the product code and description arrive with the cursor sitting in the product code field.
5. When you tab off the field, the validate:: routine is not fired which means that the stock on hand does not arrive, or worse you see the stock on hand that has been left over from a previous attempt to get the correct product.
6. I understand that this is probably a manifestation of the js saying "Aha the field has not changed so I will not fire validate::"
The question is - how do I use the lookup AND have the validate:: routine do it's thing.
Thanks,
Hilton.