Hi experts,
Is there a way to catch the srf of a default UDO form before it opens the form?
I need to change the caption of some labels using an XML file that the user fills with the proper captions, but I dont want to use the SDIS table because it will change the caption to all the users. I can manage to change the caption via a function when I call the UDO from a menu, but using linkedbuttons or by selecting the UDO form from the Default Forms Menu I wasnt able to catch it.
I tried the UDOEVENTS provided but none of them seem to work (theres no before_Action property, I tried also with the FormSRF property of the udoevent that is a read-write property but wont work, the UDO opens the default srf)
Is there some clues about how to catch the srf or xml file before it opens?