I've search this forum and could not find any postings for AddChoiceItem
I have created a dialog box and used
AddChoiceItem('Standard Angle',4,1,120,12,300,28);
which works well but I can't get AddChoiceItem populated.
Help suggests using
InsertChoice(3,1,'30 x 30 x 5');
but I get a VW error "dialog not found"
Any suggestions would be appreciated.