Multiply Copies by entering a value for selected records
Hi all,
I am barely new using bartender. I need of your help with this. I have a form with a record picker and a text box to enter a value that will multiply the copies by a value of labels allocated in a DB. I have use the VbScritp using the OnAutoSelectedEvent and also using Named Data Source for the DB field and the text box.
This is are the code lines I typed in the event:
Value = Format.NamedSubStrings("Copie1").Value * Format.NamedSubStrings("QtyF10").Value
The copies are been generated but only when I select one record, but when I select multiples records the form stays freeze. I hope can help.
Thanks.
-
You need to adjust the frequency for your input from the default Once at Start of Print Job to Every Record
You may also want to amend the VB to an Event Controlled Script, probably OnNewRecord, to force it to run when a new record is selected/processed
1 -
Hi Peter Thane,
Thanks for reply.
I did several implementation using Named Data Sources. I am using a Named Data sources, the Text Box is linked to the Named Data Source and my copies have an event to multiply the Named Data sources by the field of the quantity need it, and it work.
0
請登入寫評論。
評論
2 條評論