View Single Post
  #3 (permalink)  
Old 04-11-2008, 10:28 PM
dan kabestan dan kabestan is offline
Junior Member
 
Join Date: Aug 2007
Posts: 29
Question Ok I try to be more synthetic

1___scroll to caret on TABLE = > all i try => nothing run

2___ addrow() does not accept variable :
addrow( 11, 22 ) ==> affect (in one shot) first cell with 11 and second cell with 22 ==> Right
BUT
var_sun = 11 & "," & 22
addrow( var_sun ) does not run ==> it affect "11,12" to the first cell !!!

Is there a work around 'one shot' (other than cell to cell functions) to solve it ?

3___"Help" answer window
on bp4 standard window, for example :
click help / main help ==> "Help" window comes
click controls / table ==> right half-window "Table" comes
on the rigt half window : click once a selected hyperlink choice
==> the small answer window appears
<< BUT >>
DOUBLE click on the same selected hyperlink choice
==> the windows go rear, is hidden !!! WHY ??

The main help window run always in front ....
the answer could be the same. No?

Could be change this....please...

Thanks for your fast answers
Reply With Quote