| Home | Officers | JAM | Seminars | Meetings | Newsletters | Membership | Resources |
|
President's Message from Jack FugielAll user groups go through cycles where attendance and membership fluctuate. It is one of the mysteries of this type of organization. We are currently on the down side of one of those cycles and would like you to help us with ideas in understanding the current fluctuation. Last fall we were averaging more than 40 people at each dinner meeting, while the first three meetings in 1997 have been considerably less.The evaluations of the speakers have been excellent, and the food and locations have been rated as very good. What we would like you to help us with are ideas on why attendance is low. We know everyone can't attend, because of competing activities, but we would like to know what you think might be the reasons. If we can determine some of the reasons we can work on solutions to increase attendance and membership. We have very good speakers that are respected professionals in our field who bring their knowledge and experience to the group. The topics cover the current hot items in the midrange field and are very informative and educational. What we would really like you to do is take a few minutes to e-mail, fax, or call us and let us know what we can do to motivate you to attend a meeting. You can be a big help to us if you would do that. Following are some of the reasons the board has discussed that might be the reason for the fluctuation. However, we know the real answer can only come from those of you who haven't attended a meeting in a while. Here are some of the reasons, won't you take a few minutes to send us a note with your thoughts.
-Jack Fugiel "JAVA: Hot Stuff or Just Another Cold Cup of Coffee??"featuring Carson SouleJava ? !Java is the hottest thing in the computing press, but is it the hottest thing in computing? Or is it just another hype for something that's due to fizzle or fail when real programmers use it to solve real problems? We will look at the Java concept, history, language, clients, and servers. A simple Java program will be reviewed and the potential of Java as an application development language will be explored. Java resources are available on the Internet and pertinent URLs will be covered. And then, as though the above were not enough, Carson will boldly predict the future of Java and its impact on the AS/400 and the AS/400 programming community. You won't want to miss this one ... Tuesday April 15, 199718:00
Tyson's Westpark
(Parking is FREE !) Board Meeting Immediately After !
RSVP (by Friday 4/11) to Peter 703/834-3706
MembershipTo join send your Name, Company, Address, Phone, Fax, E-mail with $36.00 annual dues to our Treasurer:
Systems Management Associates 12023 Blackberry Terrace North Potomac, Md 20878
Newsletter DeadlinesPlease bring copy with you to the monthly dinner meeting for inclusion in the newsletter. First choice is WP5.1, but hard copy, Word, or other format is welcome. If unable to attend, e-mail on meeting day to Tom Jones .
Upcoming Events
AS/400 Lunch and Learn Teleconference SeriesAS/400 and Your Intranet
Tuesday, April 8th 12:00 noon EST Confirmation Code 292067 Dick Kiscaden, Internet expert from Rochester will give this informative session on the "hot" topic of Intranet and the AS/400. This one should be an eye-opener for finding out the latest in this exciting area. For more info call: 1-800-289-0579 From the Orange County Register
Ring ... Ring ... Ring ...Welcome to the Psychiatric Hotline ! (thanks Peter)
Tip SheetThese tips and techniques are provided courtesy of NEWS/400 magazine. For subscription information, call 800/621-1544.Printing Logos Q: We have a laser printer shared by people in different departments and want to be able to print an invoice from our AS/400 accounting application with a logo on it but still let the rest of the office print their reports on white paper. The documentation for AFP doesn't mention anything about creating logos. If AFP won't let me create logos, is there another technique I can use? A: Many people don't know that you can use Windows software to create forms overlays for an IBM Intelligent Printer Data Stream (IPDS) printer, upload the overlay to the AS/400, and merge it with AS/400 data at print time. You must have connected the PC to the AS/400 using PC Support/400 (PCS/400), Client Access for OS/400 (CA/400) for Windows, or a similar product. I used PCS/400 V2R3 to create forms overlays, following these steps:
1) Configure the IPDS Windows printer driver: For example: FSPC ASSIGN I: QIWSFLR
* Start Windows, then run I:\PCSETUPW.EXE from Program Manager.
2) Configure a virtual printer (optional). If you want to test the forms overlay by printing from the Windows applicatoin to the AS/400 printer, you must configure a virtual printer using PCS/400.
3) Design the forms overlay.
4) Print to disk.
Remember to select the IPDS Printer before you print to disk--most users will use this driver only for creating forms overlays, so it probably isn't your default Windows printer. 5) Copy the file to an AS/400 file. * Use the CRTPF (Create Physical File) command to create an AS/400 file to hold the overlay, specifying LVLCHK(*NO). For example: CRTPF FILE(QTEMP/INVFORM) + RCDLEN(2048) +
LVLCHK(*NO) FROMFLR(OVERLAYS) + TOFILE(QTEMP/INVFORM + FROMDOC(INVFORM) + TRNTBL(*NONE) + TRNFMT(*NOTEXT) 6) Convert the file to a printer overlay. Use the CRTOVL (Create Overlay) command to change the AS/400 file to an overlay: CRTOVL OVL(PRODLIB/INVFORM) + FILE(QTEMP/INVFORM) 7) Attach the overlay to a print file. Use either the CRTPRTF (Create Print File), CHGPRT (Change Print File) or OVRPRTF (Override with Print File) cammand and the FRONTOVL parameter to attach your new overlay to a print file: CHGPRTF AP100R +
FRONTOVL(PRODLIB/INVFORM) -- Thurman Mayne
|
| Home | Officers | JAM | Seminars | Meetings | Newsletters | Membership | Resources |