El 27/01/14 23:14, Christian Schmitz escribió:
> could you put output GetFolderItem in variable and check if it's nil.
I shown the FolderItem.name in a MsgBox and got the path to the file.
> Also does the NilObjectException have a message text? 
No, it's empty, and ErrorNumber=0
> Session and DBConnection are also not nil?
As don't know how to check this put this before the plugins commands:

   if Session is Nil then
     MsgBox("Session is Nil")
   else
     MsgBox("Session is Nil")
   end if

   if Session.DBConnection is Nil then
     MsgBox("Session.DBConnection is Nil")
   else
     MsgBox("Session.DBConnection is not Nil")
   end if

And both shown the "is Nil" Msg.

But it it helps, I have tried the Xojo Plugin and connect fine using the 
same (PostgresqlDatabase in Session Property, etc...)

> Sincerely Christian 
Best,
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to