Search found 132 matches: feed

Return to advanced search

Re: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS

... small program. Copy this program to your samples folder and test. We are using our good old SayBitmap() and we are able to see the images. Your feed-back will greatly help us to proceed with the work. #include "fivewin.ch"function Main()   local oPrn, oFont, hBmp  ...
by nageswaragunupudi
Fri Mar 19, 2021 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS
Replies: 28
Views: 3747

Re: How to print PDF file without GUI?

... Rao & Karinha, This code is not working. It prints unreadable text. Thanks all. Can you please try this function and provide your valuable feed-back? function PrintPDF( cPdf )   local oWord, oDoc, lVisible   if Empty( cPdf ) .or. !File( cPdf )      MsgAlert( ...
by nageswaragunupudi
Wed Jan 13, 2021 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3147

Re: How to print PDF file without GUI?

... Rao & Karinha, This code is not working. It prints unreadable text. Thanks all. Can you please try this function and provide your valuable feed-back? function PrintPDF( cPdf )   local oWord, oDoc, lVisible   if Empty( cPdf ) .or. !File( cPdf )      MsgAlert( ...
by dutch
Wed Jan 13, 2021 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3147

Re: How to print PDF file without GUI?

Can you please try this function and provide your valuable feed-back? function PrintPDF( cPdf )   local oWord, oDoc, lVisible   if Empty( cPdf ) .or. !File( cPdf )      MsgAlert( "Invalid ...
by nageswaragunupudi
Mon Jan 11, 2021 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 3147

Re: Printer class question

... color if you wish. What I haven't tried (yet) is to make an additional METHOD to the class that might be some type of automated function where you feed a single command the coordinates and text and it does all 3 steps for you with one command. It should be easy to build ... I just haven't done ...
by TimStone
Tue Oct 20, 2020 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3521

Re: Display the text vertically

... only. I hope this can be achieved, only for aesthetic reasons https://i.postimg.cc/598TqLqS/Merged-Cells.jpg If you use CRLF (Line Feed) then I think you got what you need. From Mr. Rao's sample (above) local aData := { { "One"+CRLF+"TWO", "Five Win" ...
by Marc Venken
Thu Sep 10, 2020 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 2000

Chromecast backgrounds RSS

... ) - 2 ) + "</channel>" + CRLF + "</rss>" )return nil So I forked the GitHub project, and added the RSS feed and it is working really fine from John's Background switcher: https://raw.githubusercontent.com/FiveTechSoft/chromecast-backgrounds/master/test.rss
by Antonio Linares
Wed Jul 17, 2019 2:38 pm
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4257

Re: [BUG] in source/font.prg and a question

Please do not use those methods:

Please use these functions:

cText := FontToText( oFont ) // save this text anywhere

Later

oFont := FontFromText( cText )

Please try this and let us have your feed back.
by nageswaragunupudi
Wed Jun 19, 2019 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1055

Re: class to make Report with tdatabase

Silvio,

I was just saying that if you try to print past the margin you could get a page feed, and thus a blank page. Just a thought. Easy to test.
by James Bott
Thu Jun 06, 2019 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class to make Report with tdatabase
Replies: 5
Views: 1246

Re: Has anyone done this ?

Thanks ... that imports contacts into a database. I actually want to go the other way and feed customers in my system to contacts ... but that gives me a start.

Does anyone have a link to explanations on using MAPI with Outlook ( fields, etc ).
by TimStone
Wed Mar 27, 2019 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Has anyone done this ?
Replies: 3
Views: 848

Reducing the EXEs sizes

... > defined_c.txt nm --extern-only fivehgc.lib > extern_c.txt Now we are going to create 2 DBFs named files.dbf and symbols.dbf and feed them from those txt files. I invite you to do the same with all the Harbour libs (for MinGW) and lets see if we can improve Harbour libs too ;-)
by Antonio Linares
Wed Feb 20, 2019 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2700

Re: Read Com port

Hi Jack,

How do you get automatic readcom() function to replace oDlg:bCommNotify ?
Jack wrote:Hi,
It works with the last suggestion ==> delete : bCommNotify and EnableCommNotify

Thanks for this feed back.
by dutch
Tue Oct 02, 2018 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2707

Re: Read Com port

Hi,
It works with the last suggestion ==> delete : bCommNotify and EnableCommNotify

Thanks for this feed back.
by Jack
Tue Oct 02, 2018 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2707

Re: FWH 17.03 : MYSQL Embedded Server

... instead of libmysql.lib 2) Connect to a local embedded server first before connecting to any remote server. We welcome testing by users and feed back. To use embedded server and remote server in the same application. I need to link libmysqld.lib and libmysqld.dll instead fo LIBMYSQL.LIB ...
by dutch
Sun Aug 05, 2018 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10550
PreviousNext

Return to advanced search