Hi Jon....
Pretty much enthusiastic, huh? Nice. :-)

Anyways, your script stumbles only along one point - the part when you call
the fx_FolderToList() handler. To correctly call that handler what you need
to do is pass a directory as a parameter. So your syntax should be
something like this.

gFXInstance.fx_FolderToList("myDrive:\MyFolder")

Your script should now look like this -

fxObj = xtra("FileXtra3").new()
gFolder = fxObj.fx_FolderSelectDialog("Choose a folder:")
put fxObj.fx_FolderToList(gFolder)
fxObj = 0

Regards,
Pranav



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to