09-13-2006 07:47 AM
09-13-2006 07:59 AM - edited 09-13-2006 07:59 AM
Hello,
This question is asked, depending on the parameter buttonLabel. If this function parameter is set to VAL_SELECT_BUTTON or VAL_LOAD_BUTTON, selecting an existing file will be allowed. Check the value, returned by the FileSelectPopup function to check if the user selected an existing file or a new file. If an existing file is selected, you can open the file and append new data to it.
Message Edited by Wim S on 09-13-2006 03:01 PM
09-13-2006 08:27 AM
Thank you that did the trick...