Re: How to master one table field' limits

2006-11-27 Thread André.Bisseret
Le 27 nov. 06 à 09:38, Eric Chatonet a écrit : Bonjour André, Le 26 nov. 06 à 17:42, André.Bisseret a écrit : I got another problem with my table fields : I am trying to master the table limits in them. I set xLimit (2) and yLimit (10) and tried to use the rawKeyDown handler from your tut

Re: How to master one table field' limits

2006-11-27 Thread Eric Chatonet
Bonjour André, Le 26 nov. 06 à 17:42, André.Bisseret a écrit : I got another problem with my table fields : I am trying to master the table limits in them. I set xLimit (2) and yLimit (10) and tried to use the rawKeyDown handler from your tutorial. Seems it does not work for me : I mean, t

Re: How to master one table field' limits

2006-11-26 Thread André.Bisseret
Le 26 nov. 06 à 17:58, Jim Ault a écrit : On 11/26/06 8:42 AM, "André.Bisseret" <[EMAIL PROTECTED]> wrote: Thanks to your function, I get the comma delimited list ; but only if I ; Actually if I , this long name is put into tTable in the function instead of its content ! Still a problem w

Re: How to master one table field' limits

2006-11-26 Thread André.Bisseret
Le 26 nov. 06 à 18:01, Eric Chatonet a écrit : Bon dimanche André, Sorry. Try: put the text of pFld into tTable :-) I have to apologize: probably I made you wasting your time :-( I'm really sorry. To be frank, when things appear easy and I'm busy, I sometimes write directly the code in my em

Re: How to master one table field' limits

2006-11-26 Thread Eric Chatonet
Bon dimanche André, Sorry. Try: put the text of pFld into tTable :-) I have to apologize: probably I made you wasting your time :-( I'm really sorry. To be frank, when things appear easy and I'm busy, I sometimes write directly the code in my email without testing it. I should not. Lesson draw

Re: How to master one table field' limits

2006-11-26 Thread Jim Ault
On 11/26/06 8:42 AM, "André.Bisseret" <[EMAIL PROTECTED]> wrote: > Thanks to your function, I get the comma delimited list ; > but only if I tFilledLines> ; Actually if I "TheTable>, this long name is put into tTable in the function instead > of its content ! > Still a problem with "do" :-))

How to master one table field' limits

2006-11-26 Thread André.Bisseret
Le 25 nov. 06 à 12:34, Eric Chatonet a écrit : Bonjour André, That's normal behavior since when you click in cell 3 of line 4 without typing anything, line 4 will contain 2 tabs :-) So use a tiny function: function FilledLines pFld local tTable, tList - put pFld into tTable rep