View Single Post
  #1 (permalink)  
Old 04-11-2008, 06:22 PM
dan kabestan dan kabestan is offline
Junior Member
 
Join Date: Aug 2007
Posts: 29
Question Small questions on Table component and Help window

hello,
_1_____TABLE_______
Is there any scroll to caret for Table component ? or any near way to do it ?

_2_____TABLE________
The "addrow" seems to refuse argument variable as parameters like :
table2.addrow( 11 ,22 ,33) 'which add correctly each value in each cell

but if i would use any parameter variable like :
var1 = 11
folk = var1 & "," & 22 & "," & 33
table2.addrow(folk) '==> all arrived in the first cell !

I'm obliged to use a cell by cell function. Is there an other way ?

_3_____help window_______
Anybody could do something to forbidde the crazzy go-hidden below current windows (with a twice click action) of the small help result window ! Keeping it in front as the master help-window could be great !

_4____ Hopes
In the designer form window, near the name, a small box given the component "TYPE"
will be very interresting. I know few space on the poquet, but maybe.....

thanks for help
Reply With Quote