Is there a way to check if an ID exist in a resource.
I want to use the same program for different customers, and some customers don't a some input-fields (option).
I can offcource add the field in the resource of all customers, an hide, or disable it if it is not available, but sometimes I want to use
that place for something else for that customer.
So I want someting like:
Code: Select all
IF existid(201)
REDEFINE GET test ID 201 OF oDlg
ENDIF
Thanks,
Marc