Search found 32 matches: printable

Return to advanced search

Re: New FWH 23.04

... the same. It is not a problem using regular text, counting the position after each line, and properly sending a page break when the end of the printable space is attained. However, that cannot be done with RTF text. It's been almost two years since I first brought this up ...
by TimStone
Tue May 02, 2023 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 817

Re: Font sizing for printout.

... one uses the widest character (usually a W or M). Just create a DO WHILE loop that keeps adding a new "W" until it exceeds the printable width of the printer page. Then subtract 1. Now any combination of characters will fit. Alternatively, you could do a similar thing with the ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Fast Report´s future

... code was too problematic to integrate. What I believed we were getting was the ability to call a class, create and save a report, and make it printable. It was my understanding it could be something that our clients could use to view data in their own format. I did try about a year ago to ...
by TimStone
Mon May 11, 2020 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6039

Re: Saving photos

... slow down over network. I changed to a Char. field into de dbf with a link to the picture. I have 2 sub dirs with foto's 1. Very small tumbs 2. Printable 300 dpi versions. For the thumbs and correct sizes, I call nconvert -out jpeg -ratio -overwrite -resize 900 0 c:\upload\pic\*.jpg The free ...
by Marc Venken
Tue Mar 05, 2019 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving photos
Replies: 7
Views: 1537

Re: Encrypt and Decrypt errors

Silvio, the Encrypt function may be generating non-printable characters which generate this type of problems, the ideal is to complement it with the functions that work with hexadecimal. WritePProString("Config","Ftp",Str2HexCrypt(cFtp),::cIniFtp)orLocal ...
by carlos vargas
Tue Sep 11, 2018 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 1653

Re: Function list builder application

... can email me docs or files of native docs. I use Help and Manual which outputs to many formats including CHM, HTML, and a native .exe plus even a printable word doc. We could start perhaps with the native materials used to build the original .chm files and edit the content. Tim at gtstone dot ...
by TimStone
Sat Jun 17, 2017 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function list builder application
Replies: 16
Views: 3028

Re: DBF to SQL converter program

... record. A GUID is guaranteed to be GLOBALLY unique. I use these ID's for things like customer numbers, invoice numbers, etc. so they do need to be printable, readable and in sequential order. And I thought GUIDs were NOT guaranteed to be unique. As I understand it, they just have a very low probability ...
by James Bott
Tue Aug 25, 2015 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18056

Re: XBROWSE <binary> problem

Hi Rao, Thanks verry much for reply. One more Question please, How to detect non-printable characters ? (control chars like you said) . Less than 32 or ? (probably no ...CRLF chr(13)+chr(10) is not binary ... ?) Which ASCII codes to control ? Is it good to replace ...
by nageswaragunupudi
Wed Jun 27, 2012 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE <binary> problem
Replies: 16
Views: 4375

Re: XBROWSE <binary> problem

Hi Rao, Thanks verry much for reply. One more Question please, How to detect non-printable characters ? (control chars like you said) . Less than 32 or ? (probably no ...CRLF chr(13)+chr(10) is not binary ... ?) Which ASCII codes to control ? Is it good to replace ...
by avista
Wed Jun 27, 2012 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE <binary> problem
Replies: 16
Views: 4375

Re: Report.prg FWH12.04

When seeing a report of many pages in Double page, if the NEXT button is used, the last page that can be seen (the one on the right), is a blank page.

Image

I think it should be the last printable page in the report...
by Bayron
Tue Jun 26, 2012 3:15 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Report.prg FWH12.04
Replies: 2
Views: 1119

Re: XBROWSE <binary> problem

... displayable text, it displays the text ( either in a single row or if space of the cell permits in multiple rows even ). If the value contains non-printable characters, obviously it can not display it as text. Still xbrowse makes an effort to examine if it is a valid image buffer. If it is a valid ...
by nageswaragunupudi
Sun Jun 24, 2012 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE <binary> problem
Replies: 16
Views: 4375

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... previously. If the question is #2, then perhaps that will not serve the purpose properly. Current compile info is composite and is reviewable, printable, with audit trial, and lot more. So I do not plan to split it any way.
by Pritpal Bedi
Fri Sep 03, 2010 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99111

Re: using dotmatrix printer

... From: "David Williams" <david.williams@aoife.com> Subject: Re: Printers and printable width using generic text driver Date: Friday, May 07, 2004 5:56 AM Thanks Byron, I've been away for a few days but yes, this is what I ended ...
by James Bott
Thu Jun 11, 2009 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using dotmatrix printer
Replies: 1
Views: 576

Re: Ejecucion "muy" lenta en accesos concurrentes.

... read only = No vfs objects = recycle create mask = 0600 [printers] comment = All Printers path = /var/spool/samba browseable = No printable = Yes [SIST] comment = Aplicaciones veto files = /*.mp3/*.avi/*.mpg/*.iso/*.wma/*.nrg/*.mpeg/*.{*}/ recycle:config-files = /etc/samba/samba-recycle.conf ...
by rcastano
Fri May 15, 2009 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecucion "muy" lenta en accesos concurrentes.
Replies: 9
Views: 1650

Re:

... desde Juanato... puede ser que solo admita .Txt pq el formato que se intenta pasar (.Doc) no tenga definido en la aplicacion que la abre el metodo printable... no se si me explique... es decir... la aplicacion asociada con el .Doc debe tener disponible un metodo PRINTABLE.. yo de momento no lo ...
by hmpaquito
Wed Dec 31, 2008 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Faxes en FWH
Replies: 21
Views: 7238
Next

Return to advanced search