Search found 724 matches: specified

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... [.T./.F.] default .t. 2.lcLogError [.T./.F./cLogFile] default .f. If .t., the errors are logged to <exename>.log. If cLogFile is specified errors are logged to the specified file. 3. bOnErr: If specified, this codeblock is evaluated with params |oCn, oErr, e, GetPrcLn( 1 )| - ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 44

Re: Servidor de mail propio y acuse de ENTREGA.

... to capture the email traffic When the email is delivered, the receiving mail server should send a delivery notification back to the address specified in the Return-Receipt-To or Disposition-Notification-To header. Keep in mind that not all mail servers or email clients support these headers, ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 52

Re: FWErrorsys()

I wrote the FW Error Sys() function in which I specified my code block

Error Block( { | e | MyFunc(), Error Dialog( e ) } )
However, when compiling, I get an error - the Error Dialog() function was not found
by Natter
Wed Apr 03, 2024 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1828

Re: Google Graph extra graphic ? (Navaro)

... and the values that the gauges will show. For testing now 3 are used. later on, the xbrowse will containe server input data from arduino, all specified with a PROG ID and a field like SER0, SER1,... TMP1, TMP2,... AIR1,AIR2,.... One of the first thing however will be to get the program running ...
by Marc Venken
Thu Feb 22, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: FW_SaveImage

... function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, now it doesn't.
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

Re: WebView2 Essentials: Guides, Tips & Resources

... that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): Sets the HTML content of the web view. Run(): Runs the web view. Destroy(): Destroys the web view and cleans up resources. ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Convert a print to Rtf or doc

EMG,
that's right I need an editable document, Thank you to have specified the question.
Thinking that the program creates an Rtf in a easy way maybe it's simple also for us (for you :lol: )
by MarcoBoschi
Thu Nov 30, 2023 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: xBrowse - Dates - FWH 2310

... to display it. At first it seemed to only happen on AMD, but then it didn't. Then it was consistent if the ADS RDD ( LOCAL and REMOTE ) were specified, and if I sent to the standard DBFCDX it did not occur. However as noted in the thread, there are many ADS installs. On the few cases where ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1449

New FTDN October/Octubre 2023 (FWH 23.10)

... any) is used [cSide] "R"/"B": Stitch to the right or botttom. If ommitted the function decides the best side. [cBlobType] If specified the result image is a blob of the type specified If ommitted, hBitmap is returned. * TGet: When picture clause @M is used, enter key was not ...
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: 3906

Re: enviar mensajes a whatsapp, ¿posible solucion?

... of files on our disk we can also do this. Note: Works with recent versions. We can copy an array of files to clipboard. Each file name should be specified with full path. Full path is important. FW_CopyToClipBoard( { FullName( cFile1 ), FullName( cFile2 ), ... } ...
by nageswaragunupudi
Fri Oct 27, 2023 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4487

FWH2309: New function FW_StitchImages()

... the best fit. cBlobType: If this argument is omitted, hBitmap of the combined image. Or this parameter can be any image-type bmp/jpg/png. If specified, a blob of that type is returned which can be used to save to a field of database or to a file. Example:    cImage := FW_StitchImages( ...
by nageswaragunupudi
Fri Sep 08, 2023 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2309: New function FW_StitchImages()
Replies: 0
Views: 278

Re: Saving OuterHTML using Await Implementation with TWebView

... query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Saving OuterHTML using Await Implementation with TWebView

... query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

New FTDN July/Julio (FWH 23.07)

... implemented like FoxPro. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43407&hilit=foxpro - RTE when ES_UPPERCASE style is specified in RC file for non character gets is avoided. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43453 - Compatible with accented ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Footer value

Hi,

The xBrowse column assumes a footer
Code: Select all  Expand view
:aCols[1]:FooterType:=AGGR_SUM

For the footer specified PICTURE
Code: Select all  Expand view
:aCols[1]:FooterPicture:="9999"

However, the footer shows a fractional number - 9999.0
Why ?
by Natter
Sun Jun 18, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Footer value
Replies: 5
Views: 293
Next

Return to advanced search

cron