× 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.



Nevermind all.
I have something messed up with client access.  It works fine on another 
computer.  Sigh.

Ron Power
Programmer
Information Services
City Of St. John's, NL
P.O. Box 908
St. John's, NL
A1C 5M2
Tel: 709-576-8132
Email: rpower@xxxxxxxxxx
Website: http://www.stjohns.ca/
___________________________________________________________________________
Success is going from failure to failure without a loss of enthusiasm. - 
Sir Winston Churchill




"John Brandt Sr." <pgmr@xxxxxxxxxxxxxxx> 
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
28/10/2004 02:44 PM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>


To
"'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
cc

Subject
RE: Display files






Certainly.
pgmr@xxxxxxxxxxxxxxx

John Brandt 
iStudio400.com 
(903) 523-0708 
Home of iS/ODBC - MSSQL access from iSeries and RPG. 




-----Original Message-----
From: RPower@xxxxxxxxxx [mailto:RPower@xxxxxxxxxx]
Sent: Thursday, October 28, 2004 12:00 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: Display files


Unfortunately that didn't work either.  Can I send you an off-line email 
with the full pgm and display file attached?

Ron Power
Programmer
Information Services
City Of St. John's, NL
P.O. Box 908
St. John's, NL
A1C 5M2
Tel: 709-576-8132
Email: rpower@xxxxxxxxxx
Website: http://www.stjohns.ca/
___________________________________________________________________________
Success is going from failure to failure without a loss of enthusiasm. - 
Sir Winston Churchill




"John Brandt Sr." <pgmr@xxxxxxxxxxxxxxx> 
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
28/10/2004 02:18 PM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>


To
"'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
cc

Subject
RE: Display files






Remove all ASSUME's and KEEP's
Change your display file as marked with the *'s.

Display file:
     A*%%GP SCREEN1    01
     A          R SMPGUDP2
     A*%%TS  DD  20041005  150713  RPower      REL-V5.0.1  WDSc
     A                                      CF02
     A  52
     AO 53
     AO 54
     AO 55                                  ALARM
     A                                      OVERLAY
     A            SYSNAM         8A  O  1  2
     A            DATYMD        10A  O  1 70
     A            PRGSYS        21A  O  2  2
     A            CURTIM         8A  O  2 72
     A                                  5  4'Entity #          :'
     A                                      DSPATR(HI)
     A                                  6  4'Entity Description:'
     A                                      DSPATR(HI)
     A                                  8  4'Planner Initials  :'
     A                                      DSPATR(HI)
     A                                  8 32'Planner Name   :'
     A                                      DSPATR(HI)
     A                                  9  4'Forperson Initials:'
     A                                      DSPATR(HI)
     A                                  9 32'Foreperson Name:'
     A                                      DSPATR(HI)
     A                                 23  2'F2=Previous'
     A                                      COLOR(BLU)
     A                                 10  1'     -
     A     -
     A                                                 '
     A                                      DSPATR(UL)
     A                                      COLOR(BLU)
     A            SSTACT        30A  B 13 41
     A  53                                  DSPATR(RI)
     A  53                                  DSPATR(PC)
     A            SSENT#        20A  O  5 24
     A            SS@PLN         6A  O  8 24
     A            SSPLNN        20A  O  8 49
     A            SS@SUP         6A  O  9 24
     A            SSSUPN        20A  O  9 49
     A            SSEDS1        40A  O  6 24
     A            SSEDS2        40A  O  7 24
     A            SSWO#          6A  O  4 39DSPATR(UL)
     A                                      COLOR(BLU)
     A                                  4  1' Work Order Details For Work 
Order-
     A                                       # '
     A                                      DSPATR(UL)
     A                                      COLOR(BLU)
     A                                  4 46'     -
     A                                       '
     A                                      COLOR(BLU)
     A                                      DSPATR(UL)
     A                                 13 17'Street Name (Partial)'
     A                                  2 26'Select Street # For Plug 
File'
     A                                      DSPATR(HI)
     A                                  1 33'Main Sewer Plugs'
     A                                      DSPATR(HI)

     A          R SMPGUDS1
     A*%%TS  DD  20041005  145408  RPower      REL-V5.0.1  WDSc
     A                                      SFL
     A            S1TACT        30   O  3  2
     A*%%GP SCREEN3    01
     A          R SMPGUDW1
     A*%%TS  DD  20041005  145758  RPower      REL-V5.0.1  WDSc
     A                                      SFLCTL(SMPGUDS1)
     A                                      SFLDSPCTL
     A  40                                  SFLDSP
     A                                      SFLPAG(6)
     A                                      SFLSIZ(9999)
*******************************************************************
     A                                      OVERLAY
     A                                      PUTOVR
*******************************************************************
     A                                      WINDOW(10 35 10 32)
     A                                      WDWTITLE((*TEXT ' 
Enter=Continue') +
     A                                      (*COLOR BLU) *BOTTOM)
     A  41                                  SFLCLR
     A  42                                  SFLEND(*MORE)
     A            RCD#1          4S 0H      SFLRCDNBR(CURSOR)
     A                                  1  9'Related Streets'
     A*%%GP SCREEN3    02

*******************************************************************
     A          R ASSUME 
     A                                      ASSUME 
     A                                  1  3' ' 

John Brandt 
iStudio400.com 
(903) 523-0708 
Home of iS/ODBC - MSSQL access from iSeries and RPG. 




-----Original Message-----
From: RPower@xxxxxxxxxx [mailto:RPower@xxxxxxxxxx]
Sent: Thursday, October 28, 2004 9:36 AM
To: RPG programming on the AS400 / iSeries
Subject: Display files


Help,
Coding an application that shows a record, prompts for partial street 
name, calls another program to all street selection which is returned to 
my program which then displays a subfile window of related streets for 
info only.  Here's the problem, the record format that I was originally on 


is Gone, the window's borders are gone, and it's on a black background. 
Here's the code and the display file.  Any help would be appreciated.


RPG Code:
     ?* Loop until F2 pressed
     c                   DoU       *Inkb
     ?* Build library and screen name
     c                   Eval      Prgsys = %Trim(Pgmlib)+'/SMPGUDP2'
     c                   Exsr      Refresh_Time
     ?* Prompt for Street# to attach to Work Order
     c                   Exfmt     Smpgudp2
.....
     ?* Call Cstinq for all streets
     c                   Call      'CSTINQ'
     c     Winbck        Parm      Nam34         Prmfld
     c                   Parm                    Wsfind
     c                   Parm      'N'           ShowAll
     ?* If user selected a street number from CSTINQ
     c                   If        Wsnumb > *Zeros
.....
     c                   Exsr      Load_Street
     c                   Else
     c                   Iter
     c                   EndIf
     c                   Exsr      Proc_Street
     c                   EndDo 
     ?*----------------------------------------------------------
     ?* Load_Street - Load streets to subfile to show possible affected
     ?*----------------------------------------------------------
     c     Load_Street   BegSr
     ?* Clear subfile
     c                   Exsr      Clear_Sub1
     ?* Load subfile
     c                   Exsr      Load_Sub1
     ?* Display subfile
     c                   Eval      *In40 = *On
     c                   Eval      *In42 = *On
     c                   Exfmt     Smpgudw1
     c                   Eval      *In40 = *Off
     c                   Eval      *In42 = *Off
     ?*
     c                   EndSr
     ?*----------------------------------------------------------
     ?* Clear_Sub1 - Clear subfile 1
     ?*----------------------------------------------------------
     c     Clear_Sub1    BegSr
     ?*
     c                   Eval      Rrn1 = 0
     c                   Eval      Rcd#1 = 1
     c                   Eval      *In41 = *On
     c                   Write     Smpgudw1
     c                   Eval      *In41 = *Off
     c                   EndSr
     ?*----------------------------------------------------------
     ?* Load_Sub1 - Load subfile 1
     ?*----------------------------------------------------------
     c     Load_Sub1     BegSr
     c     Street_Num    Setll     Streets
     c     Street_Num    Reade     Streets
     c                   DoW       Not(%EOF(Streets))
     ?* Load actual street names
     c                   Eval      S1tact = Cstact
     c                   Eval      Rrn1 = Rrn1 + 1
     c                   Write     Smpguds1
     c     Street_Num    Reade     Streets
     c                   EndDo
     ?* If none written, write blank record
     c                   If        Rrn1 = 0
     c                   Eval      S1tact = 'None Found!'
     c                   Eval      Rrn1 = 1
     c                   Write     Smpguds1
     c                   EndIf
     c                   Endsr
Display file:
     A*%%GP SCREEN1    01
     A          R SMPGUDP2
     A*%%TS  DD  20041005  150713  RPower      REL-V5.0.1  WDSc
     A                                      CF02
     A  52
     AO 53
     AO 54
     AO 55                                  ALARM
     A                                      OVERLAY
     A            SYSNAM         8A  O  1  2
     A            DATYMD        10A  O  1 70
     A            PRGSYS        21A  O  2  2
     A            CURTIM         8A  O  2 72
     A                                  5  4'Entity #          :'
     A                                      DSPATR(HI)
     A                                  6  4'Entity Description:'
     A                                      DSPATR(HI)
     A                                  8  4'Planner Initials  :'
     A                                      DSPATR(HI)
     A                                  8 32'Planner Name   :'
     A                                      DSPATR(HI)
     A                                  9  4'Forperson Initials:'
     A                                      DSPATR(HI)
     A                                  9 32'Foreperson Name:'
     A                                      DSPATR(HI)
     A                                 23  2'F2=Previous'
     A                                      COLOR(BLU)
     A                                 10  1'     -
     A     -
     A                                                 '
     A                                      DSPATR(UL)
     A                                      COLOR(BLU)
     A            SSTACT        30A  B 13 41
     A  53                                  DSPATR(RI)
     A  53                                  DSPATR(PC)
     A            SSENT#        20A  O  5 24
     A            SS@PLN         6A  O  8 24
     A            SSPLNN        20A  O  8 49
     A            SS@SUP         6A  O  9 24
     A            SSSUPN        20A  O  9 49
     A            SSEDS1        40A  O  6 24
     A            SSEDS2        40A  O  7 24
     A            SSWO#          6A  O  4 39DSPATR(UL)
     A                                      COLOR(BLU)
     A                                  4  1' Work Order Details For Work 
Order-
     A                                       # '
     A                                      DSPATR(UL)
     A                                      COLOR(BLU)
     A                                  4 46'     -
     A                                       '
     A                                      COLOR(BLU)
     A                                      DSPATR(UL)
     A                                 13 17'Street Name (Partial)'
     A                                  2 26'Select Street # For Plug 
File'
     A                                      DSPATR(HI)
     A                                  1 33'Main Sewer Plugs'
     A                                      DSPATR(HI)

     A          R SMPGUDS1
     A*%%TS  DD  20041005  145408  RPower      REL-V5.0.1  WDSc
     A                                      SFL
     A            S1TACT        30   O  3  2
     A*%%GP SCREEN3    01
     A          R SMPGUDW1
     A*%%TS  DD  20041005  145758  RPower      REL-V5.0.1  WDSc
     A                                      SFLCTL(SMPGUDS1)
     A                                      SFLDSPCTL
     A  40                                  SFLDSP
     A                                      SFLPAG(6)
     A                                      SFLSIZ(9999)
     A                                      WINDOW(10 35 10 32)
     A                                      WDWTITLE((*TEXT ' 
Enter=Continue') +
     A                                      (*COLOR BLU) *BOTTOM)
     A  41                                  SFLCLR
     A  42                                  SFLEND(*MORE)
     A            RCD#1          4S 0H      SFLRCDNBR(CURSOR)
     A                                  1  9'Related Streets'
     A*%%GP SCREEN3    02


Ron Power
Programmer
Information Services
City Of St. John's, NL
P.O. Box 908
St. John's, NL
A1C 5M2
Tel: 709-576-8132
Email: rpower@xxxxxxxxxx
Website: http://www.stjohns.ca/
___________________________________________________________________________
Success is going from failure to failure without a loss of enthusiasm. - 
Sir Winston Churchill


This e-mail communication and accompanying documents is intended only for
the individual or entity to which it is addressed and may contain
information that is confidential, privileged or exempt from disclosure 
under
applicable law.  Any use of this information by individuals or entities
other than the intended recipient is strictly prohibited.  If you have
received this in error, please notify the sender and delete all the copies
(electronic or otherwise) immediately.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.783 / Virus Database: 529 - Release Date: 10/25/04
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.783 / Virus Database: 529 - Release Date: 10/25/04
 
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




This e-mail communication and accompanying documents is intended only for
the individual or entity to which it is addressed and may contain
information that is confidential, privileged or exempt from disclosure 
under
applicable law.  Any use of this information by individuals or entities
other than the intended recipient is strictly prohibited.  If you have
received this in error, please notify the sender and delete all the copies
(electronic or otherwise) immediately.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.783 / Virus Database: 529 - Release Date: 10/25/04
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.783 / Virus Database: 529 - Release Date: 10/25/04
 
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




This e-mail communication and accompanying documents is intended only for the 
individual or entity to which it is addressed and may contain information that 
is confidential, privileged or exempt from disclosure under applicable law.  
Any use of this information by individuals or entities other than the intended 
recipient is strictly prohibited.  If you have received this in error, please 
notify the sender and delete all the copies (electronic or otherwise) 
immediately.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.