Hola gente,
Tengo el siguiente código
DEFINE WINDOW oWnd TITLE "Recabar datos"
@ 10, 10 PANEL oPanel OF oWnd ;
SIZE oWnd:nWidth() - 26, oWnd:nHeight() - 48 PIXEL
@0.5, 0.5 SAY "Nombre" OF oPanel SIZE 80, 15
@2.0, 0.5 GET oDbf:NXNOMBRE PICTURE "@!" OF oPanel SIZE 202, 18
@3.0, 0.5 SAY "Razón social" OF oPanel SIZE 80, 15
@5.0, 0.5 GET oDbf:NXRAZONSOC PICTURE "@!" OF oPanel SIZE 202, 18
y asi otros 20 más... para eso a la derecha tengo el scroll. Bueno, la duda es que si uso el lapiz para desplazar el scroll no funciona.
Para desplazar los datos solo con las flechitas de arriaba o abajo. Pero el scroll no hace nada.
¿Hay que hacerle algo para que funcione?
Saludos
Fernando