PDA

View Full Version : Update (adding records) TPS file on clients machine



NewsArchive
07-14-2011, 01:05 AM
Hi
I use SetupBuilder to install /update my app.
I now need to update my clients TPS files – adding new records to excisting
TPS files on clients machine (not replace the TPS files).
I know that I can wirte my own code to do this but does anyone know about
third party utility or template to handle this ?

Thanks

Bernhard

CW8 ABC EE, SB 7.5.3378

NewsArchive
07-14-2011, 01:05 AM
Bernhard,

> I use SetupBuilder to install /update my app.
> I now need to update my clients TPS files – adding new records to excisting
> TPS files on clients machine (not replace the TPS files).
> I know that I can wirte my own code to do this but does anyone know about
> third party utility or template to handle this ?

Write your own DLL in Clarion and run it from your SB install as a
"support file" - works like a charm and no EXE necessary.

--
Lee White

RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
Report Faxing.....: http://www.cwaddons.com/products/afe/
---Enroll Today---: http://CWaddons.com

Enhanced Reporting: http://www.cpcs-inc.com


Product Release & Update Notices
http://twitter.com/DeveloperPLUS

NewsArchive
07-14-2011, 01:05 AM
Hi Lee,

>> I use SetupBuilder to install /update my app.
>> I now need to update my clients TPS files - adding new records to
>> excisting TPS files on clients machine (not replace the TPS files).
>> I know that I can wirte my own code to do this but does anyone
>> know about third party utility or template to handle this ?
>
> Write your own DLL in Clarion and run it from your SB install as a
> "support file" - works like a charm and no EXE necessary.

You are 100% correct ;-)

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows 7 installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
07-15-2011, 01:12 AM
Hi Folks

Thanks for this

Regards

Bernhard