Search code examples
panelpromptgenexus

How to get information form a prompt and print it to the screen in Genexus


I have this web panel right here and this prompt pop up after clicking the arrow, how can I get the information from the prompt and print to the screen. Thank you


Solution

  • not sure what you want to accomplish. Based on the printscreen you are using the standard automatically generated Prompt object on a Foreign Key. The popup will select the value and return and assign on the caller the selection. Then, based on ajax when transitioning between fields will get secondary attributes values based on that selection (if any). You could use a custom prompt with a rule and change the out parameters to receive more information on the caller. Other option would be to use other events on that field (ControlValueChanged/IsValid?) and add some coding. hope it helps