1. Desarollo 07
  2. PowerBuilder
  3. Friday, 24 May 2024 20:51 PM UTC

Hi, I have the following controls:

What I want is to pass the information from the Documentos tab to the Registro tab

Desarollo 07 Accepted Answer Pending Moderation
  1. Friday, 24 May 2024 22:03 PM UTC
  2. PowerBuilder
  3. # 1

Thanks!!

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 24 May 2024 21:19 PM UTC
  2. PowerBuilder
  3. # 2

Hi Desarollo ;

     One way is to fully qualify the path to the object from the other object.

For example one DW Control (DC-1) to another (DC_2) - where TP = Tab Page and TC = Tab Control ...

<TC>.<TP>.<DC_2>.SetItem (1, "<Col>", <TC>.<TP>.<DC_1>.GetItemString ( 1, "<Col>" ) )

Regards .. Chris

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.