Possible to programmitically synchronize dictionary table/fields??
Is it possible to programmatically synchronize the table &/or Fields
for a data Dictionary.
I've looked at the tip that displays the DataDictionary Builder at
run-time but I need a simpler approach for my end-users.
Basically something like
Something.Fields.synchronize
Jon
--
Jon Lloyd Duerdoth
Welsh Dragon Computing
http://www.welshdragoncomputing.ca
Visit All Saints' Kingsway Anglican Church
http://www.allsaintskingsway.ca
for a data Dictionary.
I've looked at the tip that displays the DataDictionary Builder at
run-time but I need a simpler approach for my end-users.
Basically something like
Something.Fields.synchronize
Jon
--
Jon Lloyd Duerdoth
Welsh Dragon Computing
http://www.welshdragoncomputing.ca
Visit All Saints' Kingsway Anglican Church
http://www.allsaintskingsway.ca
This discussion has been closed.
Comments
Unfortunately there is no built in way to syncronize all the fields and
tables automatically at runtime. As a workaround, take a look at the
TdaDDFieldPage.SynchronizeItems and TdaDDTablePage.SynchronizeItems methods.
This is the code ReportBuilder uses in the DataDictionary Builder to
syncronize the fields and tables and may help get you on the right track.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Ah well... it was worth a shot.
I do have some code that I've been using but have more
faith in the RBuilder code :-)
Jon