I tried to use a filter, but I'm using autoincrement on id and it confuses with others id numbers.
I will wait a correction to upgrade it!
Many thanks,
Evandro
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Variables on Subform->Button->RecordID (bug?)
-
- Posts: 17
- Joined: Tue Mar 08, 2011 12:45 am
Re: Variables on Subform->Button->RecordID (bug?)
Evandro,
This is why we discourage autoIDs, you'll have to find some other unique field I guess.
Or concatinate something like concat('-',id,'-') on your Form.
Steven
This is why we discourage autoIDs, you'll have to find some other unique field I guess.
Or concatinate something like concat('-',id,'-') on your Form.
Steven
-
- Posts: 17
- Joined: Tue Mar 08, 2011 12:45 am