Re: TZF - SetRelationTo question
gerard sylvan <[email protected]>
| Newsgroups | gmane.comp.lang.delphi.topaz |
|---|---|
| Message-ID | <[email protected]> |
Lloyd,
I hope this will help (I use to work with "SetWhileToCb" instead of
"SetFilterTo"):
Before etasblishing a relation, I test if the files aren't empty like this:
" if (dbMaster.RecCount > 0) and (dbSlave.RecCount > 0) then
Db1.SetRelationTo (MyRangeSlave); "
Without this test, I get an Error #212 (Request Beyond Range).
Gerard.
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?clvXPN.a5kvff.Z2NsZHQt
Or send an email to: [email protected]
TOPICA - Start your own email discussion group. FREE!
http://www.topica.com/partner/tag02/create/index2.html
==^================================================================