Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
@ say!!!!!
Message
From
30/07/1998 21:40:51
 
 
To
30/07/1998 21:25:24
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00122923
Message ID:
00122927
Views:
15
>Hello All
>
>I need use @ say to send any data to printer
>
>
>I'm using:
>
>SET DEVICE TO PRINT
>SET PRINTER TO
>??? " "
>@ 0,1 SAY Clientes.Nome
>@ 1,1 SAY Clientes.Empresa
> If seek(Alltrim(Clientes.CodCat),"Categ", "Codigo")
> @ 2,1 SAY Categ.Descricao
> Endif
>@ 6,1 Say " "
>SET DEVICE TO SCREEN
>SET PRINTER TO
>
>bur i need print the field Clentes.Nome in Bold
>i tried @ 0,1 SAY Clientes.Nome Style 'B' and the VFP shows me error message saying error sintaxe.
>
>Anyone can help me?
>
>Thanks

If you still have - or can get Foxpro for DOS - use the report writer in it to create an .frx report. (Because it handles dot matrix report quite well) You can then set bold and other properties. @ SAY doesn't support bold. It was invented ages ago before report forms were in use.
Previous
Reply
Map
View

Click here to load this message in the networking platform