Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I need to create a trigger which clears data in my straight table each time a selection in my multi box is made.
I've implemented a macro with the following types of expressions:
ActiveDocument.GetSheetObject("LB01").Clear
ActiveDocument.GetSheetObject("CH01").ClearMemberFields
My dimensions with dates have been edited to suit a particular format, and these dimensions are the only fields which don't get cleared when using the .ClearMemberFields command.
Is there another command which clears dimensions which are expressions of the original fields?
Thanks
 Gysbert_Wassena
		
			Gysbert_WassenaNope. Unless you use ActiveDocument.ClearAll.
 Gysbert_Wassena
		
			Gysbert_WassenaNope. Unless you use ActiveDocument.ClearAll.
 
					
				
		
That seemed to fix it. Thanks.
