i use a loop to make a serie of gets.
- Code: Select all Expand view
- for i = 1 to 18
TGet():New( nRow, 10, GenLocalBlock( aLabel[3,nIndex,i], 1 ),oDlg1, 50, nH,,,,,,,,.T.,"Text",.T.) //Text
next
My problem is the change of the variable nIndex, when an other (sub)array aLabel[3,nIndex,i] is to show. The refresh are not functioning. How to made?