srussell705
Programmer
I have been asked to add a second form to an existing simple exe. That form will be loaded from backend rs that I make.
Should I pass the rs to the form, or should the form load receive a param to do it's own query instead?
How do I force the new form to show if there is data returned to the rs?
Think of adding a visual proof to data entry person that there are outstanding invoices for this customer.
Last what is best way to load data into datagrid in vb6? I do C# or dba for SQL server normaly.
TIA
__Stephen
Should I pass the rs to the form, or should the form load receive a param to do it's own query instead?
How do I force the new form to show if there is data returned to the rs?
Think of adding a visual proof to data entry person that there are outstanding invoices for this customer.
Last what is best way to load data into datagrid in vb6? I do C# or dba for SQL server normaly.
TIA
__Stephen