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) ...
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) ...
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' ? Software/Hardware used: as400
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' ? Software/Hardware used: as400
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? Software/Hardware used: Iseries
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? Software/Hardware used: Iseries
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 ...
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 ...
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
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...
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...
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.
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 send me link...
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 send me link...
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...
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...
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...
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...
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.
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.
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.
Looking for less complex DSM interfaces
We have recently developed a business application using external definitions stored in a database file - such as fields definitions, data structures, validity checks, and so on. One of the uses of this external data has been to generate a DDS source that is then compiled into a DSPF. I would like...
We have recently developed a business application using external definitions stored in a database file - such as fields definitions, data structures, validity checks, and so on. One of the uses of this external data has been to generate a DDS source that is then compiled into a DSPF. I would like...
Controlling Display sizes
I have an application that, when called, displays a full screen subfile as an 80 wide record (*DS3 at the file level). This works fine from any command line but, this application needs to be available from within an SEU session where the session is set to 132 wide also. Obviously I cannot display...
I have an application that, when called, displays a full screen subfile as an 80 wide record (*DS3 at the file level). This works fine from any command line but, this application needs to be available from within an SEU session where the session is set to 132 wide also. Obviously I cannot display...
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...
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...
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!
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!
Subfile Scrolling
Could you please suggest how can I scroll the subfile pages automatically without pressing the PAGEUP or PAGEDOWN.Please let me know if there is any function or code avaliable to do this.
Could you please suggest how can I scroll the subfile pages automatically without pressing the PAGEUP or PAGEDOWN.Please let me know if there is any function or code avaliable to do this.
Barcode scanning
We develop and use a lot of barcode scanning and reading applications. Some of the portable scanners in the warehouse allow the user to establish a session to the AS400 via a wireless bridge. Once signed on, the user is presented with the scanning application. Due to the fact that their scanners...
We develop and use a lot of barcode scanning and reading applications. Some of the portable scanners in the warehouse allow the user to establish a session to the AS400 via a wireless bridge. Once signed on, the user is presented with the scanning application. Due to the fact that their scanners...


