Bartender Vb Script Warning Message
Hi There!
I am developing a label that requires a simple VB script logic. If field 1 is blank, then it looks into table 2. Now, the Bartender is returning a warning message saying "This script did not read from the "Value" properly, which means that the currently specified data source was completely ignored.
I am attaching a screenshot so you can see the actual script and error that I am getting.
Regards,
Sonny
I am developing a label that requires a simple VB script logic. If field 1 is blank, then it looks into table 2. Now, the Bartender is returning a warning message saying "This script did not read from the "Value" properly, which means that the currently specified data source was completely ignored.
I am attaching a screenshot so you can see the actual script and error that I am getting.
Regards,
Sonny
0
-
That message is only a warning informing you that you are ignoring the initial value of the object where the VB Script is being applied (for your purposes you should simply ignore it).
On the other hand, if you want this VB Script to apply for each new record, instead of entering it in the "onProcessData" event you should use the "onNewRecord" event. To access this event, you'll have to change the change the substring type to a VB Script and use an "Event Based VB Script" (instead of activating VB Script through the "More Options/Transforms" dialog).0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar