Hello all,
i use a loop to make a serie of gets.
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?
i use a loop to make a serie of gets.
for i = 1 to 18
TGet():New( nRow, 10, GenLocalBlock( aLabel[3,nIndex,i], 1 ),oDlg1, 50, nH,,,,,,,,.T.,"Text",.T.) //Text
nextMy 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?