Search found 846 matches: written

Return to advanced search

Re: Centrar texto VERTICALMENTE

... and medium size pdfs cons: (1) Does not support rotated text and (2) pdf document is an image and not editable. 2. Using FWH's own PDF generator.(written many years ago) If MSWord is not installed, this is the default. We can also force this by setting TPrinter():lUseFWPDF := .t. cons: (1) Lesser ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 473

Re: TITLE CLASS BUG with oDLg TRansparent

... i.e. the title class on a dialog with transparent mode, does it mean that I found a Bug but in your opinion I would be a fool? you have already written heresies to me other times together with your snack friend. and since you don't want to understand I'll make you a little drawing https://i.postimg.cc/qgfDKbfb/title.jpg ...
by Silvio.Falconi
Sat Mar 16, 2024 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1651

Re: xBrowse with UrlLink

... Disfrútalo: https://www.youtube.com/watch?v=J7UApP3nGkU&ab_channel=giorgiorutaaprile I don't feel impressed and as I have already written everyone has the right and freedom of expression, but dear sir it seems strange to me that you too, like someone else in this forum, when I ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 194

Re: To Nageswrao Del Objs on TscrollPanel

... i := 1 TO LEN(oBrw:aCols)oCol := oBrw:aCols[ i ]oCol:bLDClickData := { || Erase_Items(oBrw,oPanel) }NEXT can be written as: oBrw:bLDClickDatas :=  { || Erase_Items(oBrw,oPanel) } Mr Rao this del the record on Browse but on Panel there are also ...
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 661

Re: To Nageswrao Del Objs on TscrollPanel

... i := 1 TO LEN(oBrw:aCols)oCol := oBrw:aCols[ i ]oCol:bLDClickData := { || Erase_Items(oBrw,oPanel) }NEXT can be written as: oBrw:bLDClickDatas :=  { || Erase_Items(oBrw,oPanel) }
by nageswaragunupudi
Tue Feb 27, 2024 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 661

Re: Mostrar BMP en xBrowse

Incidentally, this can also be written as:
Code: Select all  Expand view
COLUMNS "Domicile", "CtaWater","ImpAgua","TAgua" ;

oBrw:aCols[ 4 ]:SetCheck(  { "TildeV.Bmp","TildeR.bmp" } )
by nageswaragunupudi
Sun Feb 11, 2024 3:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar BMP en xBrowse
Replies: 3
Views: 228

Switching my setup program to webview2

... 3) I am using the program that I posted here a few days ago with source code and am making a few adjustments. The data is read from the INI and written back. https://mybergland.com/fwforum/scini.jpg https://mybergland.com/fwforum/wvini2.jpg
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 410

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... directory. The results were exactly like on my own computer. In other words, when the theme is installed, "UTF8 GET" is constantly written on the screen.
by Horizon
Tue Feb 06, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54299

Re: link between PRG and RC

... "", 4014, "ComboBox", WS_BORDER|CBS_DROPDOWN|CBS_SORT|WS_VSCROLL|WS_TABSTOP, 204, 40, 180, 40}  but i don´t see something written in the *.prg code ... how are the prg and the rc linked? or is it enough for them to sit in the same project. again THANK YOU for your patience ...
by Ruth
Tue Jan 30, 2024 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1697

Re: WebView2 Essentials: Guides, Tips & Resources

... class presumably designed to interface with a web view control, possibly for embedding web content in a desktop application. The class seems to be written in a language that resembles Harbour, a Clipper-compatible programming language. Let's break down the class and its methods: Class: TWebView ...
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: Using Microsoft AI Phi-2 from FWH

... 0 Verzeichnis(se), 1.310.322.356.224 Bytes frei f:\llama.cpp> have change to cMake . and now got -- Generating done -- Build files have been written to: F:/llama.cpp thx for help
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8264

Re: Convert a print to Rtf or doc

... XML file contains the actual text of the document, along with information about its structure and formatting. The content of word/document.xml is written in a special markup language called WordprocessingML, designed for representing Word documents. In word/document.xml, you will find: Text Content: ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Calculate total pages

... .F.)        DeleteEnhMetafile(hMeta)EndPage(oDevice:hDC) The code snippet you provided appears to be written in a language similar to Harbour or xBase, used for database applications. It's a routine for handling printing, specifically for generating ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5869

Re: Fwh 23.10 TGet another problem

Hi Antonio,

I think some additions have started to be made to the TFont class, but I think some data variables have not been written. When I added the following line to TFont.prg, the problem disappeared.
Code: Select all  Expand view
     DATA   cName, nAscent, nDescent, nInternalLeading, nExternalLeading
 
by Horizon
Fri Nov 17, 2023 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54299

Re: Help splitting up a character address string

... include: Functionality: Harbourino is a preprocessor that simplifies the development, readability, and modification of code. It takes a text file written in a certain programming language syntax and outputs another text file in a different language's syntax. Features: It offers file inclusion, ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602
Next

Return to advanced search