Hola amigos
tengo un get creado como Memo asi:
REDEFINE GET oGet VAR vGetDetalle MEMO ID 1001 COLORS RGB(0,0,255),RGB(255,255,220) OF oDlg
hay alguna forma de : a la variable vGetDetalle ir llenandola con salto de linea,, no se si me explico,, esto es para que en el get cuando se visualice se vea algo asi.
Giro Comercial : XXXXXXXXXXXXXX
Domicilio Comercial : XXXXXXXXXXXXXX
Etc.
yo tengo una rutina asi:
Function DatosClientes(oClientes,oBrowse,oGet,vGetDetalle)
vGetDetalle:=""
vGetDetalle+="Giro Comercial :"+Upper(oClientes:Giro) // <--- Aqui como le aplico en salto de linea
vGetDetalle+="Giro Comercial :"
vGetDetalle+="Giro Comercial :"
vGetDetalle+="Giro Comercial :"
vGetDetalle+="Giro Comercial :"
vGetDetalle+="Giro Comercial :"
vGetDetalle+="Giro Comercial :"
oGet:refresh()
Return nil
no se si se entiende lo que quiero hacer
FAVOR AYUDA:::
GRACIAS
GET TIPO MEMO
GET TIPO MEMO
Mi segundo amor es Programar
- Patricio Avalos Aguirre
- Posts: 1028
- Joined: Fri Oct 07, 2005 1:56 pm
- Location: La Serena, Chile
- Contact:
Hola
Code: Select all
vGetDetalle+="Giro Comercial :"+Upper(oClientes:Giro) // <--- Aqui como le aplico en salto de linea
vGetDetalle+="Giro Comercial :"+Upper(oClientes:Giro) + CRLF //salto linea
Saludos
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl