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!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums 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