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



At 15:37 05.11.2002 -0300, you wrote:
I have large numbers to display in a web page generated using Net.Data.

Is there in Net.Data something similar to the %editc BIF from RPG?
One could answer YES and NO and both wouldn't be wrong 100%.

I found the DTW_EDIT_CODES, but I need to remember to assign the proper
value before calling the SQL function, I tried to put the ASSIGN before
the select, but it didn't work.  Is there some way to asociate the Mask
to the select?
I use this to edit ODOBSZ as ODOBSZ_J and to keep ODOBSZ to be able to
calculate with it:

%FUNCTION(DTW_SQL) MyQuery (IN DTW_EDIT_CODES) {

 SELECT ODLBNM, ODOBNM, ODOBTP, ODOBSZ, ODOBSZ AS ODOBSZ_J, ODOBTX
   FROM MYLIB.DSPOBJD

<snip>

and call this via:

@MyQuery("PPPPJP")

where P is the default and J the desired edit code for the 5th column,
which is ODOBSZ_J.

Is there some way to edit the number using stile sheets?
Not that i knew one.


best regards /  Mit freundlichen Grüssen

Anton Gombkötö
Avenum Technologie GmbH

http://www.avenum.com



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.