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 [...]
AS400 Display File
What is difference between DSPATR(ND) and Field Conditioning indicator in Display field?
Answer Question
| May 18, 2010 2:41 PM
AS/400 Display File, Display File, DSPATR
What is difference between DSPATR(ND) and Field Conditioning indicator in Display field?
display output
How to request only specific columns in a DB be display in the query results?
Answer Question
| April 12, 2010 3:16 PM
Display File
How to request only specific columns in a DB be display in the query results?
Is scrolling posible in normal AS/400 display file ?
Instead of using subfile can a normal display file be made to behave as a subfile..like having page-up-down properties? What differentiates a subfile from a display file although both are DSPF ? thanks Supriyo B
Answer Question
| September 3, 2010 8:48 AM
AS/400 Display File, Display File
Instead of using subfile can a normal display file be made to behave as a subfile..like having page-up-down properties? What differentiates a subfile from a display file although both are DSPF ? thanks Supriyo B
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]
Scrolling Message in RPGLE
Does anyone know how to create a scolling message on the bottom of a display screen? I am programming on the AS400 in RPGLE
Answer Question
| August 19, 2009 9:22 PM
Display File, RPG, RPG ILE, RPG/400, RPGLE
Does anyone know how to create a scolling message on the bottom of a display screen? I am programming on the AS400 in RPGLE
Indicators in Display file
i want to add different indicators to DSPATR keyword of every feild. but fields are more than indicators.if i provide same to all, all become on after doing on for particular field.Plz sort out this problem.
Answer Question
| May 25, 2009 8:24 AM
Display Attribute, Display File, DSPATR
i want to add different indicators to DSPATR keyword of every feild. but fields are more than indicators.if i provide same to all, all become on after doing on for particular field.Plz sort out this problem.
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 [...]
Record format in Display file in COBOL/400
What is the maximum number of Record format that can be used in Display file in COBOL/400?
Answer Question
| May 5, 2010 7:32 AM
AS/400 development, COBOL/400, Display File
What is the maximum number of Record format that can be used in Display file in COBOL/400?
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 [...]
How do I display a clickable link from database in table using PHP?
I have a table and when I pull a clients info up I would like the web address to be able to be clicked to view web site. How would I code this in? Here is some of my code. $num_rows = mysql_num_rows($query); print “<b>Here is my Information on you. <br><br>E-Mail me with any changes.</b><P>”; [...]
Answer Question
| March 4, 2009 3:44 PM
Database, Display File, PHP, table
I have a table and when I pull a clients info up I would like the web address to be able to be clicked to view web site. How would I code this in? Here is some of my code. $num_rows = mysql_num_rows($query); print “<b>Here is my Information on you. <br><br>E-Mail me with any changes.</b><P>”; [...]
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 [...]
Numeric fields in AS/400
I have a numeric field 5,2 in a display file. when i am entering values i have blanks in between two numeric digits. the program is considering these blanks as zero. I hvae to avoid this, please let me know the way.
Answer Question
| December 29, 2008 12:26 PM
AS/400 administration, AS/400 numeric fields, Display File
I have a numeric field 5,2 in a display file. when i am entering values i have blanks in between two numeric digits. the program is considering these blanks as zero. I hvae to avoid this, please let me know the way.
DSPF prog
Thanks for ur response.I have a small clarification.If all fields on the screen is from 1 file chain and then exfmt will work.What if the screen has fields form more than 1 file.
Answer Question
| November 25, 2008 12:51 PM
AS/400 Display File, Display File, DSPF, RPG, RPG/400
Thanks for ur response.I have a small clarification.If all fields on the screen is from 1 file chain and then exfmt will work.What if the screen has fields form more than 1 file.
DSPF programming
Hi Please explain… When i open a screen in update mode how does the value get displayed in the screen and when updated it gets updated in the file.what is the general coding logic used in this case.
Answer Question
| November 26, 2008 9:26 AM
AS/400 Display File, Display File, DSPF, RPG/400
Hi Please explain… When i open a screen in update mode how does the value get displayed in the screen and when updated it gets updated in the file.what is the general coding logic used in this case.
Display files in AS/400
I am getting stated with RPG400.I hev this requirement to add a new field in an existing screen and move this value to a new PF.This is when the screen is opened in crete mode. the other screen where the new field is to be added is the update screen.In this screen value is to [...]
Answer Question
| November 24, 2008 9:37 AM
AS/400 Display File, Display File, PF/LF, Physical File, Report Program Generator, RPG, RPG/400
I am getting stated with RPG400.I hev this requirement to add a new field in an existing screen and move this value to a new PF.This is when the screen is opened in crete mode. the other screen where the new field is to be added is the update screen.In this screen value is to [...]
How to compile DSPF component in AS/400?
compile DSPF in AS400
Answer Question
| November 24, 2008 9:26 AM
AS/400 Display File, Display File, DSPF
compile DSPF in AS400
Display File Reverse Image and Error Message Attribute
I defined Reverse Image Attribute and ERROR MESSAGE Attribute to 2 diff display file fields with 2 diff indicator. When Reverse Image Indicator set “ON”, the field will be highlighted. When i set “OFF” the reverse image indicator and set “ON” the ERROR MESSAGE indicator, both fields are highlighted. By right, when the reverse image [...]
Answer Question
| October 30, 2008 3:19 PM
Display File, DSPF
I defined Reverse Image Attribute and ERROR MESSAGE Attribute to 2 diff display file fields with 2 diff indicator. When Reverse Image Indicator set “ON”, the field will be highlighted. When i set “OFF” the reverse image indicator and set “ON” the ERROR MESSAGE indicator, both fields are highlighted. By right, when the reverse image [...]
Damaged Object – DSPF – How to delete it????
we have a damaged dspf which we can not either delete rename move. It has caused our backups to die. we had to bypass the lib where it resides. Please HELP!
Answer Question
| August 21, 2010 2:25 PM
Damaged object, Display File, DSPF
we have a damaged dspf which we can not either delete rename move. It has caused our backups to die. we had to bypass the lib where it resides. Please HELP!





