Hi all,
I have a table with a DB Grid object. I am using it as part of my customized 
"On Key Press" code.
The command I use to refresh the data in the DB Grid is.....
PROPERTY table patinfo_tmp 'refresh' (patinfo_tmp is the temporary table that 
feeds the DB Grid)

It works just fine is most cases.
BUT....
If my EEP does a CONNECT to another database (I want to update a different 
database based on what my form does)
and the I CONNECT back to my current database, and recreate the temporary 
table, then...
PROPERTY table patinfo_tmp 'refresh'
no longer displays any data at all. 

Is there a way I can make this work? Is there some sort of command to refresh 
the DB Grid, maybe something like...
PROPERTY DB_Grid db_grid_name 'refresh'?

Better yet, can I update another database from within a form without using 
DISCONNECT and CONNECT?



Mike

Reply via email to