Re: SDT -- which files get distributed?

2014-10-07 Thread Peter Cushing
I always copy in 13 files: coremeta.* 3 files dbcxreg.* 3 files yourdbc.* 3 files sdt*.* 4 files then get your app to run this code IF FILE('system\update.txt') oMeta = newobject('DBCXMgr', 'DBCXMGR.VCX') if type('oMeta') 'O' or isnull(oMeta) MESSAGEBOX('Could not Open Database

Re: SDT -- which files get distributed?

2014-10-07 Thread Frank Cazabon
On 07/10/2014 12:35 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 It's been a LONG time but I'm updating an old app. I know SDTMETA.* gets distributed. Your DBC/DCX/DCT is in there too, plus what else...COREMETA? You need to distribute: CoreMeta.* DBCXReg.* SDTMeta.*

Re: SDT -- which files get distributed?

2014-10-07 Thread mbsoftwaresolutions
On 2014-10-07 07:43, Frank Cazabon wrote: On 07/10/2014 12:35 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 It's been a LONG time but I'm updating an old app. I know SDTMETA.* gets distributed. Your DBC/DCX/DCT is in there too, plus what else...COREMETA? You need to

Re: SDT -- which files get distributed?

2014-10-07 Thread mbsoftwaresolutions
On 2014-10-07 04:59, Peter Cushing wrote: I always copy in 13 files: coremeta.* 3 files dbcxreg.* 3 files yourdbc.* 3 files sdt*.* 4 files then get your app to run this code IF FILE('system\update.txt') oMeta = newobject('DBCXMgr', 'DBCXMGR.VCX') if type('oMeta') 'O' or isnull(oMeta)

RE: SDT -- which files get distributed?

2014-10-07 Thread Rick Schummer
Mike, . As Frank said, the SDTUSER files aren't necessary. The SDTUser.* files are not required, but it certainly does not hurt to ship them. You might not be using them, but they hold the extended properties you create through the toolkit. Not many developers I know are using the extended