Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] dynamic array of objects ? Re:(2)

From: olivier:auverlot:ac-lille at: 25-Jul-2000 15:10

--------------020103020506030202060701 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I give you some more information about my project ! I want to create an array (or a list ? ) of fields on the screen with Rebol/VIEW. I think I should generate code dynamicaly ... How can i do it ??? How can I get the values given by the user ??? To access to the Informix DataBase, I use a daemon written in Java that uses a Informix JDBC driver and a communication library written in Rebol. SQL commands and data are transfered by a TCP/IP port between the computers. Thanks for your help Olivier ;-) [sqlab--gmx--net] wrote:
> Hello Olivier > > Something like > ------------------------- > lines: [aide instituteurs colleges] > > predef: reduce array/initial length? lines [ > make object! [total: attendus: grevistes: none] > ] > set lines predef > ---------------------------- > > Why do you want to use objects? > Do you use ODBC with Command ? > > regards > AR > > -- > Sent through GMX FreeMail - http://www.gmx.net >
--------------020103020506030202060701 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit <html><head></head> <body>I give you some more information about my project !<br> <br> I want to create an array (or a list ? ) of fields on the screen with Rebol/VIEW. I think I should generate code dynamicaly ... How can i do it ???<br> <br> How can I get the values given by the user ???<br> <br> To access to the Informix DataBase, I use a daemon written in Java that uses a Informix JDBC driver and a communication library written<br> in Rebol. SQL commands and data are transfered by a TCP/IP port between the computers.<br> <br> Thanks for your help<br> Olivier ;-)<br> <br> <a href="mailto:[sqlab--gmx--net]">[sqlab--gmx--net]</a> wrote:<br> <blockquote type="cite"> <pre> Hello Olivier Something like ------------------------- lines: [aide instituteurs colleges] predef: reduce array/initial length? lines [ make object! [total: attendus: grevistes: none] ] set lines predef ---------------------------- Why do you want to use objects? Do you use ODBC with Command ? regards AR -- Sent through GMX FreeMail - <a href="http://www.gmx.net">http://www.gmx.net</a> </pre> </blockquote> <br> </body> </html> --------------020103020506030202060701--