Hi,
I stumble for a while now on the following problem :
I store a folderItem path in a DB, which is queried at the start of my
Program.
...
DossierAppa = DecodeBase64(rsPATH.Field("Appa_folder").Value)
dim ff As FolderItem
ff = new FolderItem(DossierAppa)
if ff = nil then
...
If the Folder is at the right place the code goes throught, but if the
folder item has been deleted, the code stops at :
ff = new FolderItem(DossierAppareil)
I test in the next line the ff = nil but RB stops just before the test.
Any idea on how I can solve this problem?
TIA,
Best Regards,
Youri
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>