Page 2 of 2

Re: Variables on Subform->Button->RecordID (bug?)

Posted: Wed Jul 25, 2012 6:00 am
by esstein
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

Re: Variables on Subform->Button->RecordID (bug?)

Posted: Wed Jul 25, 2012 8:45 am
by admin
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

Re: Variables on Subform->Button->RecordID (bug?)

Posted: Wed Jul 25, 2012 6:56 pm
by esstein
Yes, I agree. Great idea. Thanks

Re: Variables on Subform->Button->RecordID (bug?)

Posted: Wed Jul 25, 2012 8:13 pm
by admin
.