but i made this test and I can show on all gets only the number 17 why ?
where is the error ?
- Code: Select all Expand view
#Include "FiveWin.Ch"
#define BMP_H 15
#define BMP_V 15
#define TOTY 16
Function Main()
Local oDlg
Local nY := 1
Local nX := 1
Local nRow:=10
Local ncol:=1
Local oget[ TOTY ]
DEFINE DIALOG oDlg from 10,2 to 40,46
@ nrow-10, ncol say "Fila" OF oDlg PIXEL SIZE BMP_H,BMP_V
For nY := 1 to TOTY
@ nrow, ncol GET oGet[ nY] VAR nY SIZE BMP_H,BMP_V PIXEL picture "99" OF oDlg
nrow :=nrow+ BMP_H
nCol := 0
Next nY
ACTIVATE DIALOG oDlg CENTERED