Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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))
Today is November 21, 2024, 8:26 am This article has been viewed 35190 times.
|
|