Re: MI batch pack table

1999-07-13 Thread Sam Kome
Matt, I have a little app that does batch packing. I'll send it to you in a separate post. The functionality is quite basic; if many folks are interested, I will be pursuaded to update and improve the code. Anyone else wants it, just email: Sam Kome Sage Software, Inc [EMAIL PROTECTED] -

Re: MI batch pack table

1999-07-13 Thread Herve DORIER
Hi !! I think that you have to create an exe with an algo as following MyMIObj = CreateApplication(...) For Each ¨.TAB¨ in MyDirectory Do MyMIObj.DO ¨Open Table TheTable¨ MyMIObj.DO ¨Pack Table TheTable ¨ MyMIObj.DO ¨Close Table TheTable¨