Running Macola ES 9.5.100 (we have Flex /VBA)
Trying to add a display field on the Multi-level item inquiry screen form (IMITMINQ). First time using this product. Receiver error 424 - object required
Trying to display item activity_cd field to user using a msgbox (or a new display-only field).
used code as follows:
Private Sub ItemNo_Changed()
MsgBox "Activity-Flag" & imitmidx_sql.activity_cd
End Sub
There are NO examples in Macola's Flex userguide (it's for progression product anyway!) Please Help anyone!
Trying to add a display field on the Multi-level item inquiry screen form (IMITMINQ). First time using this product. Receiver error 424 - object required
Trying to display item activity_cd field to user using a msgbox (or a new display-only field).
used code as follows:
Private Sub ItemNo_Changed()
MsgBox "Activity-Flag" & imitmidx_sql.activity_cd
End Sub
There are NO examples in Macola's Flex userguide (it's for progression product anyway!) Please Help anyone!