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

[REBOL] VID question

From: kpeters:otaksoft at: 29-Sep-2007 21:25

Hi ~ I have a layout with an info for every day of a month, named inf1 through inf31 which I use to display daily time tallies. My SQL queries return cursors that do not have a record for days on which there was no work performed, thus a sample cursor might look like this: [ [ 01-Oct-2007 4.5 ] [ 14-Oct-2007 8.0 ] [ 15-Oct-2007 7.5 ] [ 31-Oct-2007 7.5 ] ] So I need a way to assign the 7.5 h to the info named inf31 etc. Delphi has a handy FindControlByName function for this purpose - how is this best done in Rebol? TIA, Kai