Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello,
I am trying to update relations into repeat region, but it is not happening through toolkit.
I have recorded trail file and found that below portion is required for above mentioned portion:
~ Command `ProCmdDwgTblRepeatRegion` |
#RELATIONS |
!%CPSelect a region. |
~ LButtonArm `main_dlg_cur` `proe_win` 9 217 651 0 1 879 750 1280 1024 123583 |
~ LButtonDisarm `main_dlg_cur` `proe_win` 9 217 651 0 0 879 750 1280 1024 123652 |
@ sel view 0 |
1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 |
0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0 |
@ sel view 2 |
1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 |
0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0 |
@ sel view 1 |
0.116713 0.000000 0.000000 0.000000 0.116713 0.000000 |
0.000000 0.000000 0.116713 155.466474 410.672442 -223.699394 1.000000 0.000000 0 |
@ stack idx 0 |
@SELECTION 0 0 93 0 0 1.0000000000 4.0000000000 246.8714448237 107.8818259386 0.0000000000 |
~ Update `relation_dlg` `RelText` `/*DFirstRun\n/*SecondRun` |
~ Activate `relation_dlg` `PB_OK` |
#DONE |
Could any one help me to understand above?
Regards
Ketan
To update you on the above trail:
@SELECTION 0 0 93 0 0 1.0000000000 4.0000000000 246.8714448237 107.8818259386 0.0000000000
@SELECTION 0 0 93 0 0 1.0000000000 - Fix one
4.0000000000 - Specific to table ID
246.8714448237 107.8818259386 0.0000000000 - Screen coordinate of the repeat region where user clicked to select for relation
We would like to understand other lines and know whether above interpretation is correct or not.
Regards
Ketan