Search found 735 matches: provides

Return to advanced search

html report generator triathlon

... has reached a major milestone with the implementation of the powerful WYSIWYG HTML web editor. Triathlon is now running in Webview2, which provides a faster and more secure browsing experience, with the HTML format being the format of the future for reports, Best regards, Otto https://mybergland.com/fwforum/triathlonclip4.jpg
by Otto
Thu Mar 09, 2023 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: html report generator triathlon
Replies: 2
Views: 381

Re: Codejock Calendar Samples?

TimStone wrote:Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.


OK. Thanks a lot.
by richard-service
Wed Jan 25, 2023 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46504

Re: Codejock Calendar Samples?

Please look in FWH samples for schedule.prg, schedule.dbf, and schedule.dbt.

This provides you with a full running appointment scheduler/calendar using Codejock.

You can download a test version of Codejock Calendar control from their website.
by TimStone
Tue Jan 24, 2023 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46504

Re: Questions about WebView

3 and 4.:

Class TWebView provides a Method SetParent( oWnd ) so you can make it child of any window, dialog or control :-)
by Antonio Linares
Wed Nov 23, 2022 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Questions about WebView
Replies: 26
Views: 1620

Re: Everything under Fivewin

Dear Jimmy,

Please try this and let me know what you get:

MsgInfo( LoadLibrary( "Everything32.dll" ) )

Don't use your LoadLibrary() implementation. FWH provides it.
by Antonio Linares
Mon Nov 21, 2022 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1090

Re: bOr / nOr : how to "add" Constante under FiveWin

Dear Jimmy, FWH also provides a function nOr() you can use the same way. Also you can use Harbour's own function hb_bitOr() > ::oLVCol:mask := LVCF_FMT + LVCF_WIDTH + LVCF_TEXT + LVCF_SUBITEM You can't use it that way as OR is a ...
by Antonio Linares
Mon Oct 17, 2022 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bOr / nOr : how to "add" Constante under FiveWin
Replies: 8
Views: 405

Re: Display thumbnails of pdfs

Work in Progress
First sample.
Provides previews for
DOCX,XLSX,PPTX,HTML as well as image files, text files and video files.
In the next sample, we will add most other file types.
This is just the beginning:

Image
by nageswaragunupudi
Sat Oct 15, 2022 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2271

Re: Google pixels versus characters

Dear Marc,

FWH provides function GetTextWidth( hDC, szText [,hFont], [@nHeight] ) --> nPixelsWidth
by Antonio Linares
Thu Oct 06, 2022 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google pixels versus characters
Replies: 1
Views: 169

Re: Draw a bitmap

... distorted. What can be done ? No need for any such complex program. No need to resize first and then draw the image. Method DrawImage(...) itself provides different resizing options. Syntax: DrawImage( uImage, [aRect], [lTransp], [nResizeMode], [nAlphaLevel], ...
by nageswaragunupudi
Thu Oct 06, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 439

Re: Harbour CGI

Antonio Linares wrote:Dear Enrico,

Ok, I understand

Yes, basically they are the same, but modharbour CGI provides a set of functions that easy the work very much:


Thank you.
by Enrico Maria Giordano
Sat Sep 24, 2022 8:30 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6198

Re: Harbour CGI

Dear Enrico, Ok, I understand Yes, basically they are the same, but modharbour CGI provides a set of functions that easy the work very much: https://github.com/FiveTechSoft/mod_harbour/wiki Please review the functions and classes. The wiki may be not completed, ...
by Antonio Linares
Sat Sep 24, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6198

Re: hb_base64 link

Dear Enrico, We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not How to solve this ? :-) How did you solve it with BCC? I think you must do the same, or am I missing something? Dear Enrico, ...
by Enrico Maria Giordano
Mon Sep 12, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3485

Re: hb_base64 link

Dear Enrico, We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not How to solve this ? :-) How did you solve it with BCC? I think you must do the same, or am I missing something? Dear Enrico, ...
by Antonio Linares
Sun Sep 11, 2022 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3485

Re: hb_base64 link

Antonio Linares wrote:Dear Enrico,

We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not

How to solve this ? :-)


How did you solve it with BCC? I think you must do the same, or am I missing something?
by Enrico Maria Giordano
Sun Sep 11, 2022 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3485

Re: hb_base64 link

Dear Enrico,

We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not

How to solve this ? :-)
by Antonio Linares
Sun Sep 11, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3485
PreviousNext

Return to advanced search