Re: VDC Desktop
Mike Aubury <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WGRWtJ7zX9S-wiNoCqo=AYZiJPiRAGJXgop56wOrJ72Mw@mail.gmail.com> |
The ORDER BY is a function of the 4GL side - not the UI side - can you provide an example that doesn't work ? There is no (sensible) upper limit on the size of an array within Aubit4GL - it will be the amount of memory you have/c compiler can handle/INT_MAX/LONG_MAX. Thats not to say theres no limit on the amount of data you could (for example) display using a DISPLAY ARRAY within the VDC. I'm not sure if this is what you are saying ? What error are you getting ? On 18 May 2014 15:27, Michael Krauss <[email protected]> wrote: > Hi all, > > 1) is it correct, that array record has max size limit? > > p_kurse_d2 array[idx] of record > idx < 8425 > > and > > 2) select ..order by.. sort function doesn't work! > > SELECT datum, open, high, low, close, volume, adj_close > FROM kurse_d > where kurse_d.isin = f_isin > order by datum desc > > > Michael Krauss > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Aubit4gl-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss > ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss