Re: Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
- From: Jean-François Piéronne <jf.pieronne@xxxxxxxxxxx>
- Date: Fri, 23 May 2008 07:00:07 +0200
Peter Weaver wrote:
[snip]
As far as using the program goes, it should be fairly easy. If you click on
a row then the details of that row are shown below. You can also click on
the tops of each column to sort the records based on that column (OK, there
are still problems here since it treats every number as text, if anyone
figures that bug out then let me know) and you can add or remove columns by
clicking on the boxes in the detail area.
You have to specify Array.NUMERIC when you call the sortOn Array method.
for example: myarray.sortOn('item', Array.NUMERIC);
[snip]
JFP
.
- Follow-Ups:
- Re: Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
- From: Richard Maher
- Re: Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
- References:
- Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
- From: Peter Weaver
- Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
- Prev by Date: Re[2]: FTPand SSH security
- Next by Date: Re: SMTP_EXCMAXHOP
- Previous by thread: Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
- Next by thread: Re: Another Flex/VMS example - Browsing the ACCOUNTNG.DAT file
- Index(es):
Relevant Pages
|