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



Nathan,

in powerEXT the grid is defined based on a rather simple XML file:

<!-- powerEXT Grid Design Template -->
<grid design="BASICGRID">
<gridField id="XAXAID" type="D" comment="Application Id." />
<gridField id="XAHEAD" type="D" comment="Description" />
<gridField id="XALNGC" type="D" comment="Language Code" />
<gridField id="XACGIP" type="D" comment="CGI path" />
<gridField id="XARPCP" type="D" comment="RPC path" />
<gridField id="XARCST" type="*" comment="Record Status Code" />
<gridField id="XARCDC" type="*" comment="Record Delete Code" />
<gridField id="XARCUD" type="*" comment="Record Update Counter" />
</grid>


There is nothing that prevents (if the UI support that) that you could
do like this:

<!-- powerEXT Grid Design Template -->
<grid design="BASICGRID">
<gridField id="XAXAID" type="D" freeze="true" comment="Application Id."
/>
<gridField id="XAHEAD" type="D" freeze="true" comment="Description" />

<gridField id="XALNGC" type="D" comment="Language Code" />
<gridField id="XACGIP" type="D" comment="CGI path" />
<gridField id="XARPCP" type="D" comment="RPC path" />
<gridField id="XARCST" type="*" comment="Record Status Code" />
<gridField id="XARCDC" type="*" comment="Record Delete Code" />
<gridField id="XARCUD" type="*" comment="Record Update Counter" />
</grid>

/henrik



Nathan Andelin <nandelin@xxxxxxxxx>
Sent by: web400-bounces@xxxxxxxxxxxx
01-04-2010 23:08
Please respond to
Web Enabling the AS400 / iSeries <web400@xxxxxxxxxxxx>


To
Web Enabling the AS400 / iSeries <web400@xxxxxxxxxxxx>
cc

Subject
Re: [WEB400] Would you take a complimentary course on HTML from a company
whose website looked like this?






Henrik,

I didn't mean to denigrate ExtJS, which seems to have become a common
denominator for several RPG and other frameworks. The browser profiler
report was just an interesting sideline. But the scrolling behavior
demonstrated in the link that I referenced would be a requirement for us,
along with a few other behaviors that we'd have to code separately
ourselves, unless somebody comes up with a better solution.

-Nathan.




----- Original Message ----
From: "hr@xxxxxxxxxxxx" <hr@xxxxxxxxxxxx>
To: Web Enabling the AS400 / iSeries <web400@xxxxxxxxxxxx>
Sent: Thu, April 1, 2010 2:15:54 PM
Subject: Re: [WEB400] Would you take a complimentary course on HTML from a
company whose website looked like this?

It seems to me that you are discussing a feature that is "nice to have"
but
in 99,99 % of programs are useless/irrelevant and besides that (if you are


using ExtJS) would be implemented as a standard if the need was there for
it.

/Henrik





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.