Moving Cursor Within That particular field?
Ok Sir, Forget All that thing i will ask in simple way this same question? Dsplay File Field: Roll No:-ooooooo mark= -BBBBBBBB- 1)So In that Case When We call Prog At first Roll No field Contains Roll No And marks field will be blank. 2) When Cursor Will Come at Mark field then at [...]
Answer Question
| July 29, 2010 5:01 AM
Cursor operation, Display File, Display File Description, DSPF
Ok Sir, Forget All that thing i will ask in simple way this same question? Dsplay File Field: Roll No:-ooooooo mark= -BBBBBBBB- 1)So In that Case When We call Prog At first Roll No field Contains Roll No And marks field will be blank. 2) When Cursor Will Come at Mark field then at [...]
Moving Cursor Within That particular field?
Thank you Sir its Working properly, But One more Question i want to ask u Display File Contains field Name=BBBBBBB Roll no=oooooo Marks=……… When I will Enter Name Cursor Will Go to Marks Field But Only Mark is Updated Field So Once I entered Name Cursor will go to Marks And After That It will not Move [...]
Answer Question
| July 28, 2010 3:56 AM
Cursor operation, Display File, Display File Description, DSPF
Thank you Sir its Working properly, But One more Question i want to ask u Display File Contains field Name=BBBBBBB Roll no=oooooo Marks=……… When I will Enter Name Cursor Will Go to Marks Field But Only Mark is Updated Field So Once I entered Name Cursor will go to Marks And After That It will not Move [...]
How To get The Cursor position on particular field?
My display File Contains three Fields as like name= …….. Roll =…….. Marks=……. But In that Case when Program Call, First Cursor Pos On name When Name Will Enter Roll No will Automaticalyy Disply. But I have To Modify Marks Field,,, So When I will Enter Name After That I want To cursor On Mark [...]
Answer Question
| July 28, 2010 10:28 AM
AS/400, Cursor operation, DSPF, RPG, RPGLE
My display File Contains three Fields as like name= …….. Roll =…….. Marks=……. But In that Case when Program Call, First Cursor Pos On name When Name Will Enter Roll No will Automaticalyy Disply. But I have To Modify Marks Field,,, So When I will Enter Name After That I want To cursor On Mark [...]
How to make password characters invisible in AS400?
I am designing a login screen in AS400 box. How do I make the characters invisible while entering the password? Need Help!!
Answer Question
| July 2, 2010 11:09 AM
AS/400, AS/400 development, DSPF, RPG, RPG ILE
I am designing a login screen in AS400 box. How do I make the characters invisible while entering the password? Need Help!!
adding field on screen DSPF
Hi, i added a new field on the screen, declared the variable just like a similar one present in the screen. now I am changing the COBOL program of the same screen. I used the same variable to move value into it. As test I and to check whether issue is with how i have [...]
Answer Question
| June 22, 2010 1:59 PM
AS/400, AS/400 - DDS, COBOL, DSPF, Screen Design Aid
Hi, i added a new field on the screen, declared the variable just like a similar one present in the screen. now I am changing the COBOL program of the same screen. I used the same variable to move value into it. As test I and to check whether issue is with how i have [...]
I need help with DSPF…
Hi everybody, i try explain my need. I have one RPG pgm with several DSPF, and for this work well, i have a OVRDSPF. My problem is when other people make any changes in one DSPF we have a level check, i know that, but because of this i need a idea for make an ALERT [...]
Answer Question
| April 25, 2010 2:15 PM
as400/DB2, DSPF, DSPF-Format, RPG/400, SDA
Hi everybody, i try explain my need. I have one RPG pgm with several DSPF, and for this work well, i have a OVRDSPF. My problem is when other people make any changes in one DSPF we have a level check, i know that, but because of this i need a idea for make an ALERT [...]
read dspf doesn’t returns data if function key pressed
The read dspf does not return data if function key is pressed, How can I get the data that was keyed ?
Answer Question
| April 12, 2010 6:49 AM
DSPF
The read dspf does not return data if function key is pressed, How can I get the data that was keyed ?
disply emp details on the screen
Hi , can any one of you share with me a sample code of a cl when a user enters a the employee ID on the screen read the emp table and display the employee details on the screen.
Answer Question
| April 9, 2010 9:54 AM
AS/400, CL, DSPF, SDA
Hi , can any one of you share with me a sample code of a cl when a user enters a the employee ID on the screen read the emp table and display the employee details on the screen.
SDA1528 – VALUES graphic data format is invalid
Hi, I am working in a project where unicode enablement is required for an existing application and i am facing following issues: 1. Existing Display files use COMP, VALUES keywords with character fields e.g. VALUES(‘ABC’ ‘XYZ’ etc.) 2. CL programs are using Character variable for parameter passing, retrieving fields from data areas, data queues etc. 3. Printer [...]
Answer Question
| April 21, 2010 10:13 AM
Client Access 5.7, DSPF, iseries v5r4, Unicode
Hi, I am working in a project where unicode enablement is required for an existing application and i am facing following issues: 1. Existing Display files use COMP, VALUES keywords with character fields e.g. VALUES(‘ABC’ ‘XYZ’ etc.) 2. CL programs are using Character variable for parameter passing, retrieving fields from data areas, data queues etc. 3. Printer [...]
DSPF
We required the format description dynamically. Can we retrieve the DSPF source from the corresponding object.
Answer Question
| March 16, 2010 2:23 PM
DSPF, DSPF-Format
We required the format description dynamically. Can we retrieve the DSPF source from the corresponding object.
Field exit keyword is not working
Hi, i am trying to use the keyword CHECK(FE) in display file field. But it is not happening. Below is the way how the field is declared: CAMT R B 8 14REFFLD(CAMTW) 64 DSPATR(RI) 64 DSPATR(PC) OVRATR EDTCDE(J) [strong]CHECK(FE)[/strong]
Answer Question
| November 24, 2009 7:53 AM
Display File, DSPF, RPGLE
Hi, i am trying to use the keyword CHECK(FE) in display file field. But it is not happening. Below is the way how the field is declared: CAMT R B 8 14REFFLD(CAMTW) 64 DSPATR(RI) 64 DSPATR(PC) OVRATR EDTCDE(J) [strong]CHECK(FE)[/strong]
what is the correct form to read and write the formats of the dspfile?
hi, what is the correct form to read and write the formats of the dspfile? i don t know if is it correct: READ PANTALLA2 FORMAT IS ‘ASU906CEF1′ what is the meaning of ‘ASU906CEF1′ ?
Answer Question
| October 27, 2009 4:50 AM
AS/400, COBOL, DSPF
hi, what is the correct form to read and write the formats of the dspfile? i don t know if is it correct: READ PANTALLA2 FORMAT IS ‘ASU906CEF1′ what is the meaning of ‘ASU906CEF1′ ?
OVRDBF
In a single CL/400 program, is it possible to declare physical file File1, then read a record and later writing the record value onto the DSPF using OVRDBF with in a same CLP?
Answer Question
| September 16, 2009 6:01 AM
CL/400, DSPF, OVRDBF
In a single CL/400 program, is it possible to declare physical file File1, then read a record and later writing the record value onto the DSPF using OVRDBF with in a same CLP?
Displaying data through DSPF and CL programm.!
I would like to be able to display one record from my PF with DSP file through a CL program on my screen. I have these sources: CL program: ******************************************** QSYSPRT 1 QPADEV0021 USERNAME pgm DCLF FILE(MyLib/SPOOLTMP) RCDFMT(S) + OPNID(DSP) DCLF FILE(Mylib/SPOOLTEMP) RCDFMT(SPOOLTEMP) + OPNID(PF) RCVF DEV(*FILE) RCDFMT(SPOOLTEMP) [...]
Answer Question
| October 11, 2009 2:07 PM
CL, CL programming, CL programs, DSPF, PF
I would like to be able to display one record from my PF with DSP file through a CL program on my screen. I have these sources: CL program: ******************************************** QSYSPRT 1 QPADEV0021 USERNAME pgm DCLF FILE(MyLib/SPOOLTMP) RCDFMT(S) + OPNID(DSP) DCLF FILE(Mylib/SPOOLTEMP) RCDFMT(SPOOLTEMP) + OPNID(PF) RCVF DEV(*FILE) RCDFMT(SPOOLTEMP) [...]
Dynamic DSPF by RPL program
Can I control DSPF field keywords, dynamically while running program. (e.g. set the field color to RED if user didn’t fill the field). I don’t want to use indicator. Thanks
Answer Question
| August 4, 2009 5:12 AM
DSPF, RPL
Can I control DSPF field keywords, dynamically while running program. (e.g. set the field color to RED if user didn’t fill the field). I don’t want to use indicator. Thanks
RSTDSP(*YES)
My program is using two display files.one has all record format. second has all window record formats.window screens is opened when F13 or F17.when i press F13 , first window screen is appeared. i return to main screen. now i press F17 for another window screen.but first window blinks first .then second winodw is opened. [...]
Answer Question
| June 22, 2009 12:08 PM
AS/400 Display File, DSPF, RSTDSP
My program is using two display files.one has all record format. second has all window record formats.window screens is opened when F13 or F17.when i press F13 , first window screen is appeared. i return to main screen. now i press F17 for another window screen.but first window blinks first .then second winodw is opened. [...]
Display File – error message
i have a error message of length 55. bt the window size is say 30..which means the window cannot hold the enitre msg and hence the error message needs to be split up.. how do i split up the error message.. hw and where should i need to make the modifications.
Answer Question
| April 20, 2009 10:56 AM
Display File, DSPF
i have a error message of length 55. bt the window size is say 30..which means the window cannot hold the enitre msg and hence the error message needs to be split up.. how do i split up the error message.. hw and where should i need to make the modifications.
How to create AS/400 menus
Hi, I am new to work with Menus. I have to Create menus. How do I need to start ? I need information from the scratch. Here I am using CRTMNU MENU(PAYLIB/PAYROLL) TYPE(*DSPF) … Here onwords I don’t know how to proceed . Last time I have sent the same request , but some one [...]
Answer Question
| August 4, 2009 9:29 AM
AS/400 development, CRTMNU, Display File, DSPF, Screen Design Aid, Start SDA, STRSDA
Hi, I am new to work with Menus. I have to Create menus. How do I need to start ? I need information from the scratch. Here I am using CRTMNU MENU(PAYLIB/PAYROLL) TYPE(*DSPF) … Here onwords I don’t know how to proceed . Last time I have sent the same request , but some one [...]
How to print a Spool File?
Hi guys, Actually i’m stuck with printing the spool file. I’ve done a simple Screen(DSPF), Printer File(PRTF). For example: i have a screen then press any function key, eg:F9. When pressing the F9 it will call my program that generate a report which is store in Spool File(WRKSPLF). I’m just wondering when pressing F9, i [...]
Answer Question
| March 12, 2009 8:31 AM
CLLE, Display File, DSPF, Print Spool File, PRTF, Spool files, Work with Spooled Files, WRKSPLF
Hi guys, Actually i’m stuck with printing the spool file. I’ve done a simple Screen(DSPF), Printer File(PRTF). For example: i have a screen then press any function key, eg:F9. When pressing the F9 it will call my program that generate a report which is store in Spool File(WRKSPLF). I’m just wondering when pressing F9, i [...]
DSPF
I have a field in the display file of length 13 CHAracters long. The first 4 characters contains the year, folloed by a hyphen, Next 2 characters contain the location(alphanumeric) followed by hyphen Last 5 characters contains numeric. How do i declare in the display file. when i enter a value in this field it [...]
Answer Question
| February 3, 2009 8:22 AM
Display File, DSPF, RPG/400
I have a field in the display file of length 13 CHAracters long. The first 4 characters contains the year, folloed by a hyphen, Next 2 characters contain the location(alphanumeric) followed by hyphen Last 5 characters contains numeric. How do i declare in the display file. when i enter a value in this field it [...]





