[Migrated content. Thread originally posted on 15 June 2007]
Can anyone help me translate this Visual Basic code snippet into AcuCobol:With .FieldDefinitions
.Item(.KeyByDisplayText("INVOICE#)).FieldValue = txtInvNum.Text
.Item(.KeyByDisplayText("VENDOR#)).FieldValue = txtVenNum.Text
End With
The copy book for the active-x control definition has this entry
Property-Get, 1745027075,@FieldDefinitions
Returning "_clsFielddefinitions*", type 9



