you could also add a couple lines to the code put the long id of this card into line 1 of trackIDs put the long id of field "FilesField" into line 2 of trackIDs put trackIDs into msg answer trackIDs
Jim Ault Las Vegas On 2/11/08 8:59 AM, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: > Russell Martin wrote: > >> In the end, the only thing I could get to work in my readPrefsFile >> handler was like this: >> >> put lNewFilesList into field "FilesField" of cd "card id 1002" of stack >> "[SHORT_NAME_OF_STACK" > > If a long reference works but a short one doesn't, that usually > indicates that "this stack" isn't what you think it is. Some other stack > is the defaultstack and doesn't have the same fields. > > One way to track this is to put a debugging line of code into your > openstack handler right before the line that errors: > > put the name of this stack > > When the handler runs, look at the message box to find out what the > engine thinks "this stack" is. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
