Jump to content

cderenne

Members
  • Posts

    3
  • Joined

  • Last visited

cderenne's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi, What's the best way to do this ? I've found your solution with an uniDBstringgrid but I don't want to use this. I need to use an unistringgid. So : I don't found any solution to use an unicombobox inside a unistringgrid So, I've try to use a html select tag inside the unistringrig.cells properties : with this, I can show my values. But I don't find how to get a value that a user changed to record the new values. I've try _validateedit with clientevents : that's work only with a simple cell containing natural string. For information, trying different solutions, I see that ajaxevents does not capture anything else than a select event of my select tag wich is inside my unistringgrid cell. Thank your for your help
  2. It's funny : I've found the solution : It's in my dawcell procedure : I have a test here to align right or left Since the begin of pascal, i use the val function to test if a string is a valid number or not. But, val make a invalid float error when the number is to high even if the value is extended ! So, replacing val by trystrtofloat with my extended value works fine. Sorry for this message but if someone got the same error in a unistringgrid, he will find here a possible solution.
  3. Hi. I've have a big unistringgrid (I know, it's not necessary a good idea) She have an ajax event to detect on which cell the user has clicked This one has 111 columns. At the begin there was arounf 100 rows and all was working good Then there is 320 rows and i got an error message : gridinst:TunistringGrid:Config Option:O108 fxcols:0 is refering a previous request It's not allowed in AJAX request or JS Handler Use equivalent public property or Methode Instead. When executing step by step, this message appears only when the grid is showing (not when it's loading) If I limit for exemple to load only 200 rows (whatever if there are the 200 first or the 200 last of my data, and i got less than 400 rows, so all data are tested), then everything is fine. So, i begin to ask if there is a limitation on the cell number in unistringgrid (like 32768 cells for exemple) perhaps in the ajax event mechanism ? What solution do I have ? (using unidbstringgrid will not be a solution here) Thank's for reply
×
×
  • Create New...