DataDictionary tricks: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m
added author
(Created page with "=== Clear but retain parents === <source lang="dataflex"> //This clears a child - but not the parents - thus meaning that when you create a new child //you don't have to refind all the parents. Procedure Clear_Retain_Parents // The standard Clear message also clears (non-Constrained) server DDOs. // This does not. Handle hoServer Handle[] hoServerList // the object ids of all this DDO's servers Integer iCount iMax Get Data_Set_Server_Count to iMax Decrem...")
 
m (added author)
 
Line 1: Line 1:
=== Clear but retain parents ===
=== Clear but retain parents ===
Shared by Peter Crook at the forums.


<source lang="dataflex">
<source lang="dataflex">
Line 26: Line 27:


taken from: https://support.dataaccess.com/Forums/showthread.php?68372-Clear-child-DDO-without-clearing-its-Parent-DDO&p=372008#post372008
taken from: https://support.dataaccess.com/Forums/showthread.php?68372-Clear-child-DDO-without-clearing-its-Parent-DDO&p=372008#post372008


=== Field_Checked_State ===
=== Field_Checked_State ===

Navigation menu