HB_UTF8ToStr and Edit.value

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

HB_UTF8ToStr and Edit.value

Post by jairpinho »

Using the function HB_UTF8ToStr (Alltrim (oRow2: fieldGet (20))) I can not insert any new characters after the example conversion



cLinha1 := HB_UTF8ToStr( Alltrim(oRow2:fieldGet(20)))
cLinha2 := HB_UTF8ToStr( Alltrim(oRow2:fieldGet(21)))
cLinha3 := HB_UTF8ToStr( Alltrim(oRow2:fieldGet(22)))
cLinha4 := HB_UTF8ToStr( Alltrim(oRow2:fieldGet(23)))
cLinha5 := HB_UTF8ToStr( Alltrim(oRow2:fieldGet(24)))

Form_Relatorio2.Edit_1.Value := cLinha1 + cLinha2 + cLinha3 + cLinha4 + cLinha5
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
Post Reply