Change Font in Tooltip

Post Reply
User avatar
Matheusfarias
Posts: 17
Joined: Mon Sep 10, 2012 1:55 pm
Location: João Pessoa/Paraiba/Brasil
Contact:

Change Font in Tooltip

Post by Matheusfarias »

This syntax belongs to the tooltip xbrowse, changing his source?
example: Lucida Console and other

Code: Select all

{if(IVE->RECEBID = "S",;
                "Nº Venda : "+IVE->NUMNVEN +CRLF+;
                "Forma de Pagamento Já descriminada : "+CRLF+;
             if( !Empty(ive->vistadh),vforma01+" : "+transform(ive->vistadh,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->vistach),vforma02+" : "+transform(ive->vistach,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->prazoch),vforma03+" : "+transform(ive->prazoch,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->prazoct),vforma04+" : "+transform(ive->prazoct,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->prazoap),vforma05+" : "+transform(ive->prazoap,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->prazotk),vforma06+" : "+transform(ive->prazotk,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->prazofi),vforma07+" : "+transform(ive->prazofi,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->prazocd),vforma08+" : "+transform(ive->prazocd,"@E &vpict001")+CRLF,"")+;
             if( !Empty(ive->prazodi),vforma09+" : "+transform(ive->prazodi,"@E &vpict001")+CRLF,"")+;
             "Para Demais alteraçoes Duplo Click !",;
             "Sem Forma de Pagamento !"+CRLF+;
             "Para Realizar Forma de Pagamento Duplo click."),"Informaçao","",nRGB(255,255,255),nRGB(58,116,241),oFon03 }
ofont wrote at the end but only for testing

Help !! :P :o 8)
Post Reply