Search found 3041 matches: lines

Return to advanced search

Re: Cual es la clase ?

... Compiling 'rbdesign.prg' and generating preprocessed output to 'rbdesign.ppo'... Generating C source output to 'rbdesign.c'... Done. Lines 690, Functions/Procedures 26, pCodes 7242 Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. rbdesign.c: Turbo ...
by Antonio Linares
Mon Feb 26, 2024 7:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 602

Re: Cual es la clase ?

... Compiling 'rbdesign.prg' and generating preprocessed output to 'rbdesign.ppo'... Generating C source output to 'rbdesign.c'... Done. Lines 690, Functions/Procedures 26, pCodes 7242 Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. rbdesign.c: Turbo ...
by CARLOS ATUNCAR
Mon Feb 26, 2024 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 602

Re: Create a Panel width a text

... with FW_SayText() and (extra) PANEL :!: GET use MEMO READONLY NO SCROLL but you can use SAY or RTF too --- when Edit Item and copy / paste those 2 Lines, save 4 x Lines, it still display 2 Lines but using WORDWRAP :!: i do not know if you want, using CalcTextHeight(), a "fixed" PANEL ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3461

Re: Create a Panel width a text

... RGB(255,165,0), nARGB(255,rgb(248,248,248)  ) , .f. ) } which do NOT Show hole Text when e.g. TEXT are 4 Lines instead of 2 Lines also it does WORDBREAK while Default Style of FW_SayText are DT_VCENTER / DT_CENTER look at FUNCTION FW_SayText() in c:\fwh\source\function\imgtxtio.prg ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3461

Re: Create a Panel width a text

... RGB(255,165,0), nARGB(255,rgb(248,248,248)  ) , .f. ) } which do NOT Show hole Text when e.g. TEXT are 4 Lines instead of 2 Lines also it does WORDBREAK while Default Style of FW_SayText are DT_VCENTER / DT_CENTER look at FUNCTION FW_SayText() in c:\fwh\source\function\imgtxtio.prg ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3461

Re: Create a Panel width a text

... Nages the function CalcTextHeight( hDC, cText, oFont, nWidth ) run ok (thanks) but my problem is another Initially the message is made up of two lines, when the message is modified in the ShareBoard() function the procedure must calculate the right height and resize the panel (oPanel2) and in ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3461

azzoMax-dashboard for internal use

... tools for us, like Prompt Editor , the text editor , and the file manager from another menu item. Then we have menu items for our product lines QRCode, WINHOTEL. The other programs need to be added. When azzoMax is opened in a remote session, you can also start the desktop programs . What's ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 225

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... }HB_FUNC( GETOEMCP ) { hb_retni( GetOEMCP() ); }#pragma ENDDUMP  Hi Mr. Rao, cp437 1254 857 When I add this lines. REQUEST HB_CODEPAGE_TRWINfunction Main()    HB_CDPSELECT( "TRWIN" ) cp1254 1254 857
by Horizon
Sun Feb 18, 2024 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56475

Re: creating a new function HtmlToRtf()

... "</a>", "}}{\fldrslt ")   cTemp := StrTran(cTemp, ">", "")  these lines could be wrong, in fact when I load the rtf file you can't see anything
by Silvio.Falconi
Fri Feb 16, 2024 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 306

Re: Problem with FiveWin and PDF995 on Windows 11.

... on the PC, fwh uses MS Word to create PDF and if not uses its own internal function FWSavePreviewToPDF(). BEST OPTION is to use HaruPDF. Add these lines to your program: REQUEST FWHARUfunction Main()  TPrinter():lUseHaruPDF := .T. Now, FWH uses harupdf to generate all pdf files. ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1462

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Why would I re-write a very complex program with over 100,000 lines of code, to use on a network , when it works perfectly on one now, is rock solid, incredibly fast, and completely satisfies my clients? How would they benefit? If it was a New program, ...
by TimStone
Sat Feb 10, 2024 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 913

Re: JSON2DBF adapter

... `[lRest]`. Programming the loop and conditions is more readable, maintainable, and generally more understandable. I would leave it as is. But the lines would be fine if you could create them with: `addresponse(address->name, 'start/end/nil')` The `addresponse` should include a `Val2Char()` ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 523

Re: RAO - refresh, xbrowser

Hi goosfancito,

could you show the code lines of your call to refresh?

Regards,
Detlef
by Detlef
Sat Jan 27, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO - refresh, xbrowser
Replies: 2
Views: 456

Re: SAPI : change Voice

... g.3.4.4/0/SAPI -IC:/hmg.3.4.4/include R:/Temp/hbmk_9tofgt.dir/Main.c R:/Temp/hbmk_9tofgt.dir/HB_FUNC.c R:/Temp/hbmk_5vro 0l.c the Error are in Lines which have "->" (Alias ?) in Line of CODE need more help please as i´m not a "C"-Programmer and don´t understand Errors
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 4667

Re: Problem with tget numeric

... city and 4 codes are connected for each order because there are many types of bread and imagine for each shop the operator has to insert as many lines as the types of bread ordered, so the operation must be very fast and this operation is done every day now it is still done by hand with a pen ...
by Silvio.Falconi
Tue Jan 16, 2024 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1528
PreviousNext

Return to advanced search