Search found 1328 matches: parameters

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... to Silvio Falconi! * Enhancement: We have restored the call to Method Resize() from Class TWindow Method Activate() but providing it the right parameters. Now it is working as expected. * FWMariaConnection: - New method Record( cTable, [cWhere] ) --> Record Object using the new FWMariaRecord ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 42

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised ...
by Silvio.Falconi
Fri Mar 15, 2024 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised ...
by Antonio Linares
Fri Mar 15, 2024 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Fulltext-Search

... command-line tool in Windows Command Prompt (cmd) that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with waitrun(). I redirect the response from findstr to a file and then examine the hits. Actually, the program only needs ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1247

Re: Switching my setup program to webview2

Hello friends, I can't figure out how to use localStorage or the ExecuteScriptAsync method of WebView2. Also, appending parameters to the local HTML file with query parameters gives me the error "Page not found" because, as I then found out, the file:// protocol does not ...
by Otto
Sat Feb 10, 2024 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Using Excel with Fivewin and OLE

The following line of code is from an Excel recorded macro:

Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual,Formula1:="=TRUE"

Seems like the Add method has three parameters, how do you call this in FiveWin?

Thanks,
by byron.hopp
Sat Feb 10, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 116

Re: JSON2DBF adapter

... if you have values and they are negative, you can present these in HTML in red instead of black. Thus, you have the `do while/enddo` not passing parameters like `[bFor]`, `[bWhile]`, `[nNext]`, `[nRec]`, `[lRest]`. Programming the loop and conditions is more readable, maintainable, and generally ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: Have the parameters Selecting a printer

The values you're looking for, such as PaperWidth, PaperHeight, TopMargin, LeftMargin, PageBreak, Orientation, XOffSet, and YOffSet, are typically part of a printer's Device Mode (DevMode) structure. This structure contains information about a printer's capabilities and print job configuration. This...
by Otto
Mon Jan 15, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695

Re: nYoffset and nXoffset

what I want you to understand is that if I print a Box here at school I have to change the parameters of nXoffset and yOffset to 120,150 because I use the HP laserjet printer you imagine that if my program is used in another school with another printer that I don't know ...
by Silvio.Falconi
Mon Jan 15, 2024 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 832

Re: nYoffset and nXoffset

I saw now on a oldest Tprinter class modified by Luis Krause

Vampire Path he fixed inverted values to ::nXOffset and ::nYOffset

probably fwhteannon modified these parameters taking into account Luis Krause's measures so the error in nxOffsett and nYOffset still remains
by Silvio.Falconi
Mon Jan 15, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 832

Re: Have the parameters Selecting a printer

... before printing. NO it's wrong !!! as I already told you in another topic when the end user selects the printer the computer changes some vital parameters for printing among which xOffset and Yoffset if I assign the value 0 to these parameters the printer puts the value 94.94 I need to Know ...
by Silvio.Falconi
Mon Jan 15, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695

Re: Have the parameters Selecting a printer

What are these values used for in your program?
I think you always have to set your desired/required values before printing.
by Otto
Mon Jan 15, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695

Re: nYoffset and nXoffset

... , so now the Box method of Tprinter is METHOD Box( nTop, nLeft, nBottom, nRight, anoPen, noBrush, aText, cUnits ) I need to Know the parameters when the user select a printer, I think ..... many values are changed when the user prints because a printer is selected that returns certain ...
by Silvio.Falconi
Mon Jan 15, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 832

Have the parameters Selecting a printer

local aPrn := GetPrinters()

Can I automatically have the following parameters of the printer I am going to use?

nPageWidth
nPageHeight
nXOffSet
nYOffSet
nPort
by Silvio.Falconi
Mon Jan 15, 2024 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695
Next

Return to advanced search