Home RAP

Parameter Initialization after AutoSearch

Hi all,

I tried to find info on this, but couldn't find it elsewhere.

If I have a Parameter created, I would have assumed that any changed made in RAP in OnInitializeParameters would be present in my AutoSearch Dialog, but they're not

As an example. If I set
Param1.FieldAlias := NewName;
Param1.Enabled := FALSE;

both of those properties will be updated, but only after the autosearch box is created. Is there any way in RAP to update those changes prior to the AutoSearch?

Thanks for your time,
Sign In or Register to comment.