oPrn:cmSay()

Post Reply
Ruben Fernandez
Posts: 366
Joined: Wed Aug 30, 2006 5:25 pm
Location: Uruguay

oPrn:cmSay()

Post by Ruben Fernandez »

Amigos:

Tengo 2 variables= Space(30)
xTit1 :=space(30)
xTit2 :=Space(30)

Al ingresar al programa tomas de una BD
xTit1 := TITULO->TITULO1 // _ tiene el mismo valor 30 Chr.
xTit2 := TITULO->TITULO2


oPrn:cmSay(cmt,7 , xtit1,OF1, , , , 2)
cmt +=0.5
oPrn:cmSay(cmt,7 , xtit2 ,OF1, , , , 2)

Se supone que el 2 hace que se centren estos 2 títulos, pero no.

Agradezco alguna ayuda.

Muchas gracias.

Ruben Fernamdez.
Ruben Fernandez
Posts: 366
Joined: Wed Aug 30, 2006 5:25 pm
Location: Uruguay

Post by Ruben Fernandez »

Ya lo resolví

PadC(rtrim(ltrim(xTit1)),30," ")

Saludos

Ruben Fernandez.
Post Reply