-
Can any body tell me how i can do this. Here is the scenario
I am running my order entry system. I am on a VB screen whch has a grid on it also. Users enters the data in the grid and hit apply and it saves the changes. I want to run a seperate utility program so that users before entering apply can click on that stand alone app and it validates the data in the grid from another app. All i need to do is to read the data from another form in another application.
Any help will be greatly appreciated!!!!
Thanks
-
Hi,
there is something I don't get, why don't you validate your data in the same form as you enter it ?
Like if you use keypress events from the grid or do your validation code in the apply button ?
There is got to be a way to get out of this without using another app...
-
Vince
This is a valid concern. The problem is the sales order entry system is a system we bought from an external vendor and we cannot modify the code. The timeframe for the vendor to fix the validation is the next release March 2001. Can't wait for that long. It is hurting my business. I hope it will clarify your concern
Thanks