` Printed Icetips Article

Icetips Article



Par2: Setting the Name() attribute in ABC
1998-08-04 -- Jim Katz
 
To use the Name attribute with C4 ABC, you have to use the FileManager's
method SetName(). I usually do this in ThisWindow.Init,Priority(4000).
So you would do something like:

MyNameVariable = FileDialog(....)
Access:MyFile.SetName(Clip(MyNameVariable))



Printed May 12, 2024, 3:37 pm
This article has been viewed/printed 35117 times.