Jorge Ramirez
August 2nd, 1999, 11:38 PM
I canīt send any type of data (strings, integers, long...) from a form with a bound dbgrid to another form with a ubound dbgrid. How can I do ?
|
Click to See Complete Forum and Search --> : ubound dbgrid Jorge Ramirez August 2nd, 1999, 11:38 PM I canīt send any type of data (strings, integers, long...) from a form with a bound dbgrid to another form with a ubound dbgrid. How can I do ? Dr_Michael August 3rd, 1999, 01:47 AM Pass them to public variables and use these variables to fill the second dbgrid. It doesn't matter that the one is on bound and the other to unbound. You just want to read the values of the first and fill the second. Michael Vlastos Company MODUS SA Development Department Athens, Greece Tel: +3-01-9414900 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |