看一个外国网站上的同事控制连个subfile的问题。以后可能用得到,暂时先更新上来,做个备份。
I want two display subfiles(Records) on the same screen and both having active user control... any clues on how to do that?....
To frame the doubt generally... how can i display two records simultaneously with both having user control.
To display two SFLs it is a simple matter of:
WRITE CTL1
EXFMT CTL2
READ CTL1
Those SFLs are placed verticvlly, one above the others.
For two SFLs side by side you need to define two SFLs in a window each.
With regards,
Carel Teijgeler
Quote:
To display two SFLs it is a simple matter of:
WRITE CTL1 EXFMT CTL2 READ CTL1
Those SFLs are placed verticvlly, one above the others.
For two SFLs side by side you need to define two SFLs in a window each.
With regards, Carel Teijgeler |
wouldnt CTL1 wait fr a input from CTL2 record.... hw do i manage to have both records having control simultaneously for instance on pressing pagedown in ctl1 or ctl2 accordingly the page may be scrolled.
which ctl has control is decided by where the cursor is placed or roughly in the manner:
how a SEU works when we press shift + f3 and bring in another spool file, we can browse the files the upper and lower files simulatenously.
I want to imitate an environment like that. any guidlines or clues to that.
阅读(667) | 评论(0) | 转发(0) |