Search found 103 matches: specifies

Return to advanced search

Re: Classe TGif

... This means that the GIF file should have the following characteristics: It should have a header that identifies the file as a GIF file and specifies the version of the format. The header should be six bytes long and contain the ASCII characters “GIF89a” It should have a logical screen descriptor ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1250

Re: Sending HTML using MAIL

... member to NULL or set it to point to an empty string. I have asked to chatGPT and got this: lpszMessageType is a string parameter that specifies the message type of the email being sent. In the context of MAPISendMail function, the message type is usually specified using one of the ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 671

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... | DELIMITED [WITH BLANK | TAB | PIPE | <xDelimiter> ] ] [CODEPAGE <cCodePage>] ; DELIMITED WITH <xDelimiter> The WITH option specifies the delimiting character to enclose values of Character fields in. <xDelimiter> can be specified as a literal character or a character ...
by Antonio Linares
Mon Dec 26, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 2419

Re: Dark-Mode and CHECKBOX

... From your post I learned the use of SetWindowTheme() function. We will try to improve the FWH library to make this happen automatically, when user specifies the colors in COLOR clause, so that it works the same way whether the application is themed or not themed. We need to do this for both windows ...
by nageswaragunupudi
Mon Nov 28, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark-Mode and CHECKBOX
Replies: 16
Views: 933

Re: Everything under Fivewin

... will receive the text. If the string is as long or longer than the buffer, the string is truncated and terminated with a NULL character. nMaxCount Specifies the maximum number of characters to copy to the buffer, including the NULL character. If the text exceeds this limit, it is truncated. Return ...
by Jimmy
Mon Nov 14, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1021

Re: Problems with Preview

Dear David,

I guess Silvio simply specifies a different path:

instead of cPdf:= oApp:cPdfTemp

use cPdf := "the_path"
by Antonio Linares
Thu Nov 10, 2022 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 800

Re: hb_base64 link

Hi Nages, thanks.
i checked, all libs of buildx are in my mak, could you tell me which lib specifies this function uses? could it be a xharbour version error? compiling prg with fwh 20.02 works perfectly.

thanks again
by NWKL
Sun Aug 07, 2022 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3121

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... 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 destination control word. \nonshppict Specifies that Word 97-2000 has written a {\pict destination that ...
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"

... 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 destination control word. \nonshppict Specifies that Word 97-2000 has written a {\pict destination that ...
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: Manupulate PDF via Acrobat PRO DC

... A bookmark for a page in a PDF file. This is a creatable interface. Each bookmark has a title that appears on screen, and an action that specifies what happens when a user clicks on the bookmark. Bookmarks can either be created interactively by the user through the Acrobat DC application’s ...
by mastintin
Thu Dec 23, 2021 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3386

Re: Learning opencv step by step

... Path=%oldpath%@set INCLUDE=%oldinclude% We need to use the cl.exe /EHsc flag cause this: "/EHsc" specifies that only standard C++ ("synchronous") exceptions will be caught, and `extern "C"` functions will not throw exceptions. ...
by Antonio Linares
Tue Dec 14, 2021 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2301

Re: ExtCreatePen

A pointer to a LOGBRUSH structure. If dwPenStyle is PS_COSMETIC, the lbColor member specifies the color of the pen and the lpStyle member must be set to BS_SOLID. If dwPenStyle is PS_GEOMETRIC, all members must be used to specify the brush attributes of the pen. ...
by Antonio Linares
Wed Sep 08, 2021 5:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ExtCreatePen
Replies: 10
Views: 1163

Re: CURL.EXE to LIBCURL (SOLVED)

In order to correctly program a request to an API, it is essential to know the documentation that specifies the type of data and the keys that we can send as well as the meaning of these keys. Please tell me where I can read the documentation for that API to be able to program ...
by cnavarro
Sun May 30, 2021 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURL.EXE to LIBCURL (SOLVED)
Replies: 7
Views: 944

Re: Picture Clause to force Lower Case

I Think it is not possible with PICTURE. See post of Mr. Rao Picture function A picture function specifies formatting rules for the entire output string. It must begin with the @ sign followed by one or more letters listed in the table below: Picture function characters ...
by Marc Venken
Fri Feb 26, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture Clause to force Lower Case
Replies: 6
Views: 555

Re: WaitUntil - batch command replacement for scheduler

... of when the parent calling batch starts. So we don't know the number of seconds, in advance. There has to be some reason why a utility that specifies the time to run something is so rare. There must be some inherent difficulty, or maybe people prefer to use the windows scheduler because ...
by FWExplorer
Tue Jan 05, 2021 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 960
Next

Return to advanced search