Search found 182 matches: metafile

Return to advanced search

Re: Calculate total pages

... device. - `aFiles := oDevice:aMeta`: Assigns metadata from the device to an array `aFiles`. - `hMeta := oMeta1:hMeta`: Seems to reference a metafile handle from another object `oMeta1`. 2. **Unique ID Generation:** - `cUniqueID := cUniqueID()`: Generates a unique ID, possibly for the invoice. ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5508

Re: Calculate total pages

... print or if changes are still needed. Here you see the invoice without a QR code. During printing, the QR code is then added and stored as a metafile. In the hotel, we then have to print the payment method on the copy. Printing anew with data, for example from the DBF file, is not a copy, ...
by Otto
Fri Nov 24, 2023 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5508

New FTDN October/Octubre 2023 (FWH 23.10)

... FW_SayTextHilite(). The last paramter aWords, was required to be upper case. Now the words can be of any case. * Fix: creation and opening of metafiles (emf) were not recognising unicode characters in the metafile path and resulting in failure in cases of Unicode user names. Fixed by making ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3574

Re: preview report got error when Windows User name Chinese word

This is happening because our metafile functions like create, open, etc are not supporting Unicode file path names. These functions are now made Unicode compatible. With this you will not face this problem from the next version of FWH2208 ...
by richard-service
Fri Sep 01, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview report got error when Windows User name Chinese word
Replies: 10
Views: 634

Re: preview report got error when Windows User name Chinese word

This is happening because our metafile functions like create, open, etc are not supporting Unicode file path names. These functions are now made Unicode compatible. With this you will not face this problem from the next version of FWH2208 ...
by nageswaragunupudi
Wed Aug 30, 2023 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview report got error when Windows User name Chinese word
Replies: 10
Views: 634

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... + @"\pichgoal" + height.ToString() + @"\bin " + str + "}"; \emfblip Source of the picture is an EMF (enhanced metafile). \pngblip Source of the picture is a PNG. \jpegblip Source of the picture is a JPEG. \shppict Specifies a Word 97-2000 picture. This is a ...
by remtec
Wed Jun 22, 2022 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1432

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... + @"\pichgoal" + height.ToString() + @"\bin " + str + "}"; \emfblip Source of the picture is an EMF (enhanced metafile). \pngblip Source of the picture is a PNG. \jpegblip Source of the picture is a JPEG. \shppict Specifies a Word 97-2000 picture. This is a ...
by Antonio Linares
Tue Jun 21, 2022 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1432

Re: Metafile error

// \SAMPLES\METAFIL2.PRG#Include "FiveWin.ch"#define PAD_LEFT            0#define PAD_RIGHT           1#define PAD_CENTER          2static oWndFUNCTION Main()   DEFINE WINDOW oWnd FROM 1, 1 T...
by karinha
Tue Oct 26, 2021 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 416

Re: Metafile error

#Include "FiveWin.ch"#define PAD_LEFT            0#define PAD_RIGHT           1#define PAD_CENTER          2static oWndFUNCTION Main()   DEFINE WINDOW oWnd FROM 1, 1 TO 20, 60 TITLE "Pri...
by karinha
Tue Oct 26, 2021 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 416

Re: Metafile error

Otto wrote:http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20484&p=108609&hilit=metafile&sid=238523c790cfe46bff34886f881266bc#p108609


First time you answer me according to the requested topic ... mhm do you want to make it snow? :D
by Silvio.Falconi
Tue Oct 26, 2021 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 416

Re: Metafile error

Si todavía recuerdo esto: REVISE SU CÓDIGO, DEBE TENER UN BUCLE ETERNO DENTRO DE LA PÁGINA ... STARTPAGE, O DUPLICAR ENDPAGE. o llamando a ENDPRINT sin terminar con EndPage () (abrió una página con StartPage () y no se cerró con EndPage (), llamado ENDPRINT directamente). // If I still remember thi...
by Silvio.Falconi
Tue Oct 26, 2021 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 416

Re: Metafile error

Si todavía recuerdo esto: REVISE SU CÓDIGO, DEBE TENER UN BUCLE ETERNO DENTRO DE LA PÁGINA ... STARTPAGE, O DUPLICAR ENDPAGE. o llamando a ENDPRINT sin terminar con EndPage () (abrió una página con StartPage () y no se cerró con EndPage (), llamado ENDPRINT directamente). // If I still remember this...
by karinha
Mon Oct 25, 2021 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 416

Metafile error

Image

suddenly while I was trying to do a print I got this message, how do I fix it?
by Silvio.Falconi
Mon Oct 25, 2021 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 416

Re: New FWH 21.06

... Preview without QR code. After pulling the QR code from the signature unit, no more changes may be made! That is why we print the QR code on the metafile after the print command if lLastPage = .t. cDst: = Setup (): cRKSVPfad + "\" + ALLTRIM (Setup (): KassenID) + "\ QR ...
by Otto
Sun Aug 01, 2021 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 21.06
Replies: 57
Views: 4697
Next

Return to advanced search