Si la variable esta vacia o no declarada
llamas al form para completarla
Sino, imprimis y listo
Saludos
MarceloBuenosAires
__________________
&& prepare bar code for each record
scan all
&& create a barcode in general field
APPEND GENERAL codigobc.datosbc CLASS ("ANX417.Anx417Ctrl.1")
&& update the control by the current general field content
.OO.Refresh
&& update the control by the data and adjust its properties if needed.
&& here we just demo how to set few of them, though you can change
&& other properties this way too
.OO.Object.Data = codigobc.datostxt
* .OO.Object.BACKCOLOR = RGB(200,200,200)
* .OO.Object.FORECOLOR = RGB(0,0,255)
.OO.Refresh
endscan
go top in codigobc
.OO.Refresh
endwith
release frmTemp
Hace algún tiempo tuve la necesidad de extraer datos de estos sistemas. La base de datos que utilizan es paradox. Solo instala el obdc conector para esta base de datos y posteriormente creas vistas a partir de esta conexión.
Saludos
Armando Rodríguez