-
Thanks Barry
That works perfectly.
We have always used a code block in to deal with runtime or web when using functions like postcode lookup etc
if ( Lianja.isDevMode() )
{
Lianja.getCursor("cust").setData("name", lname);
};
Looks like that conditional code block is not needed and we should always setData("fieldnamename", lname); whatever the use platform.
Cheers
Simon
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks