Skip to main content

Search

Search

Sequence That Objects Are Generated/evaluated

Comments

1 comment

  • Avatar
    Legacy Poster
    Update: To test my theory, I deleted the style_number field and then recreated the same field thinking that this might resequence the order. Now the old_series field is populated properly with "test"! It appears that bartender is now evaluating the style_number field before the old_series field.

    Now the msgbox displays:
    Select old_series from tblData where style='236';

    So, I think I've learned that bartender generates/evaluates each label object in a sequence (object1, object2...object18). If object5 is dependent on object6, the results may be wrong because object6 thru object18 will still be NULL when object5 is being generated/evaluated.

    If that is correct, how can you determine the sequence of objects for a format? Also, how do you move an object up or down in the sequence?
    0

Please sign in to leave a comment.