cancel
Showing results for 
Search instead for 
Did you mean: 

how to get current xpog/ypog for command line BOX.

Former Member
0 Kudos

hi,

I have to use three Box command in a winow. each box command covering some variable line, so i cannot put xpog as constant. Hence, i want to know the xpog after 1st box get completed.

e.g.

1st Box:

IF <cond>

BOX Height x1

else

BOX Height x2

endif

2nd Box:

<should start after 1st box get completed>

similarly for third.

Thanx in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

Yes it is possible to play arount with positions of Box.

You can pass variable name in between & in place of fixed XPOS and YPOS.

and pass value to that dynamic variable.

You have to test a lot with different values in those variables for pefect settings.

The variable must be CHAR type, and contain the value like this '10.0'.

Regarrds

Tamá

Former Member
0 Kudos

hi Tamas,

thnx for ur response. what i wanted to know is, suppose in box2 i hv to print running text which could be of 7 lines or of just 2 lines. How to write command for 3rd Box that is to follow immediatly after fininishing 2nd Box?

Former Member
0 Kudos

I have a similar situation. Please post if you have a solution.