changing the value of a dynselect

benbong

New Member
Hi all,

I would like to change the value of a dynselect in the addrecord procedure of a viewer. I get the information with a structured procedure which is run on an appserver.

I tried :
Code:
  /* assigning the value to the RowObject */
   ASSIGN RowObject.NatureMarchandise = value.
   
   /* trying to display the value */
   APPLY 'VALUE-CHANGED' TO h_dynselect:SCREEN-VALUE IN FRAME {&FRAME-NAME}.


but this does not work. I did not found any explanations about dynselect on the net.
If you have any recommended sites (I have an account on the PSDN and get all the PDF I could).

thanks for answering.
 
Back
Top