Announcement

Collapse
No announcement yet.

posting adding data into a grid

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • posting adding data into a grid

    Its that time of year again, updating my Christmas Draw app, lots of fancy things LoL. trying list all winning names and winning tickets into a small grid, any ideas ?

  • #2
    Phil you should know better . . . . . . . .
    Click image for larger version

Name:	Mindreader.png
Views:	100
Size:	110.9 KB
ID:	304136
    Give us something to work with ???

    Comment


    • #3
      Yes I should but my old cells are failing me lol, with the help of col22 last couple of years, I (we) got a good app together, I am now making some tweaks. I want to change the colour of the cell in a grid that has ticket numbers, the random generator selects the row and column thus displaying the member and number from cell, it then deletes that number so it can not be picked again. I want to change the colour of the number cell so that the csv file can be saved as paper back-up and evidence/ winners list

      Comment


      • #4
        Don't know if this is still relevant .. if you want to change cell color, why not use:
        Grid.SetCellColors(Grid1, 0, 0, {Background=16777215,Text=0}, true);

        Just change the Background and Text values to what you want
        -
        = Derek
        ["All glory comes from daring to begin" - fortune cookie]

        Comment


        • #5
          welcome back derek

          Comment

          Working...
          X