` 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 6, 2024, 7:33 pm
This article has been viewed/printed 35114 times.