×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Can anyone else duplicate the following behavior (RDi 9.5.0.3) and if so
I'll report it so it can be fixed.
I was working with DDS designer. I had a window defined as
A WINDOW(&STROW &STCOL 14 55 +
A *NOMSGLIN)
I then dragged the bottom of the window up 5 lines and saved the
source. What was saved was
A WINDOW(&STROW &STCOL 9
55*NOMSGLIN)
Notice there is no space between the bottom right of the window (55) and
*NOMSGLIN. The resultant window which is displayed is a distorted window.
By pressing ctl-z I am able to get the original window back or
alternatively manually changing the source. This (bug) doesn't stop me
from doing any work but I wanted to report it if anyone else can
reproduce the problem.
Below is the source for the window.
Thanks,
Rob
A DSPSIZ(24 80 *DS3)
A PRINT
A INDARA
A*****************************************************************
A* *
A*****************************************************************
A R DUMMY OVERLAY
A ASSUME
A 24 2' '
A*****************************************************************
A R WHS94WIN
A*%%TS SD 19961015 144408 MIKEM REL-V3R1M0 5763-PW1
A OVERLAY
A CF06(06 'Accept')
A CF12(12 'Back')
A WINDOW(&STROW &STCOL 9
55*NOMSGLIN)
A WHROW 2S 0P
A WHCOL 2S 0P
A 1 23'Add Standby'
A COLOR(WHT)
A 2 3'Warehouse:'
A COLOR(BLU)
A 2 23'Section:'
A COLOR(BLU)
A WHWHS 3Y 0O 2 14EDTCDE(Z)
A WHSEC 8A O 2 32
A 4 14'Date:'
A WHDAT 6Y 0B 4 21EDTCDE(Z)
A 73 DSPATR(RI)
A 73 DSPATR(PC)
A 3 3'PO Number:'
A COLOR(BLU)
A WHPO# 7Y 0O 3 14EDTCDE(Z)
A 74 DSPATR(RI)
A 74 DSPATR(PC)
A 4 31'Time:'
A WHTIM 4Y 0B 4 37EDTCDE(Z)
A 75 DSPATR(RI)
A 75 DSPATR(PC)
A 99 SMSGWH 54A O 6 1DSPATR(RI)
A 7 1'F6=Accept Appointment'
A COLOR(BLU)
A 7 46'F12=Back'
A COLOR(BLU)
A 3 23'Buyer:'
A COLOR(BLU)
A WHBUYER 24 O 3 32
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.