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


  • Subject: RE: Missing from RPG/LE
  • From: "Simon Coulter" <shc@xxxxxxxxxxxxxxxxx>
  • Date: Thu, 08 Oct 98 19:51:00 +0000

Hello Joe,

Assuming you intend displaying the 'WarningMsg' to a user:

Use real messages and substitution data to do this!  The proper way is to send 
messages to a message subfile 
with the QMHSNDPM API.  However, if you must display dynamic text in the panel 
you can still use messages and 
retrieve them via the QMHRTVM API (or the ERRMSGID keyword for displays but I 
think that sucks too).  The 
advantage of messages is that the message handler does the formatting, you can 
change the text at will (no 
recompiles), you get national language support, and it's release independant.

I think UCS2 is Unicode.

Regards,
Simon Coulter.

//----------------------------------------------------------
// FlyByNight Software         AS/400 Technical Specialists
// Phone: +61 3 9419 0175      Mobile: +61 0411 091 400
// Fax:   +61 3 9419 0175      E-mail: shc@flybynight.com.au
// 
// Windoze should not be open at Warp speed.
//--- forwarded letter -------------------------------------------------------
> Date: Wed, 07 Oct 98 22:36:12 -0500
> From: "Joe Teff" <jteff19@idt.net>
> To: "'MIDRANGE-L@midrange.com'" <MIDRANGE-L@midrange.com>
> Reply-To: MIDRANGE-L@midrange.com
> Subject: RE: Missing from RPG/LE

> 
> What is a UCS2 data type?
> 
> Looking back at a handout from the Spring COMMON, I noticed that the
> %CHECK, %CHECKR, %XLATE and %SCANR BIF's are not on this list?
> Were they dropped or delayed?
> 
> I frequently need to concatenate numeric fields onto text. %CHAR only
> works with graphics and date/time data types. I've started to use the
> %EDITW BIF to do this. For example, ITEMNO is a 7-digit field:
> 
>   C                                        Eval         WarningMsg = 'Item ' +
>   C                                                        %EDITW(ITEMNO:'0   
>    ') +
>   C                                                        ' is being 
>obsoleted'
> 
> Is this a good way to do it or is it better to move ITEMNO to a charater
> field before doing the concatenation? Or is there a better way to do it in
> a single statement. BTW, I'm on V4R2.
> 
> Joe Teff
> Information Technology Consultant
> IBM Certified Specialist - AS/400 RPG Programmer
> Quality Data Systems
> Minneapolis, MN

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.