Dear all,
thanks for reading and thinking about this post.
I observe a strange behaviour of my supercontainer plugin in filemaker 11 when used in IWP. Either I´m totally blind what error I created or there is a general problem with my use of the plugin. Any help would be appreciated.
The plugin is used for uploading files to my database on the server. This works fine using FM-clients and IWP; the folders are generated properly and the files are deposited correctly within the folders. The general structure where the files are deposited is:
....cal/SuperContainer/Files/supplychaindata/Bestellung/" & ID_Bestellung
So far so good, Using the SCGetinfo command I created a function which checks if a file is uploaded or not and which also generates a hint in a different layout that there is a file containing additional information to an entry (I tried "isempty" and comparing the "lengths" of returned strings, both functions work fine in my FM-client.
However, the same functions which return a result in FM-client just shows a "?" in IWP. All following calculations don´t work since the "?" is returned no matter if a file is uploaded or not. In contrast, the same database and functions work fine if accessed directly via FM-client.
Does anybody have an idea what happens here and what I´m missing ??
Any help would be appreciated
JZerweck