Board index » delphi » CONVERTING FOXPRO TABLE TO PARADOX TABLE AT RUNTIME

CONVERTING FOXPRO TABLE TO PARADOX TABLE AT RUNTIME

Can anyone help me on how I could transfer/convert my foxprotables to
paradox table at run time.  Any code samples or other hints will be greatly
appreciated.

Thanks

Eric Hela

 

Re:CONVERTING FOXPRO TABLE TO PARADOX TABLE AT RUNTIME


Quote
>Can anyone help me on how I could transfer/convert my foxprotables to
>paradox table at run time.

Use a BatchMove component to copy the foxProTable to a ttable that has its
TableType property set as TTparadox.

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads