Search found 3849 matches: default

Return to advanced search

Re: PRINT class printer options

... option to PRINT, View, or Cancel ( a very familiar popup to all of us ), and under Print, there are two radio buttons which select either use the default printer, or select an Alternate printer. Then I create the PRINT object with the second statement.      // Present the print selection option ...
by TimStone
Thu Dec 12, 2024 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

xbrowse, ICO and line height

Using default. A browse of text only have a specific line height, each record using one line. Add a column using ICO. Try with ICO 32 x 32 and 16 X 16. ICO is resized to column width. But columns uses 2 lines after to add ICO. ...
by JoséQuintas
Wed Dec 11, 2024 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, ICO and line height
Replies: 2
Views: 201

Re: Open XLS without Excel

... "A1:SB65000", .T. ) And got the following errors 1. ADO ERROR UNKNOWN 2. Fail to open "XLS path + filename.XLSX" By default, Microsoft Jet OLEDB is installed on every PC. This default Jet OLEDB can open only "xls" files but not "xlsx" files using ...
by nageswaragunupudi
Wed Dec 11, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open XLS without Excel
Replies: 11
Views: 605

Re: PRINT class printer options

Dear Tim, ... and I always check the the default printer. Best regards, Otto function checkprinters    local aComboPrn := GetAllEntrys()    local I := 0    local hPRN_STATUS :=  {=>}  ...
by Otto
Tue Dec 10, 2024 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

PRINT class printer options

Perhaps someone has had a similar need and found a solution. Let me explain. My client's computer defaults to Printer A. However, he wants his invoices to go to Printer B with its special paper. Using the PRINT class, we have 3 options. We can send output directly to the ...
by TimStone
Mon Dec 09, 2024 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 346

Re: Por qué el oDLG cambia de color?

In this first image the folders are shown without a background color (default) and it is correct because I am not defining any color for them. After leaving my PC "asleep" for a long time (half an hour or more) the background and text colors of the ...
by nageswaragunupudi
Sun Dec 01, 2024 4:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el oDLG cambia de color?
Replies: 8
Views: 847

Por qué el oDLG cambia de color?

... en un dialogo cambian de color?, me explico con las siguientes imágenes: En esta primera imagen los folders se muestran sin color de fondo (default) y es correcto pues no les estoy definiendo color alguno. https://i.ibb.co/S558fgL/Clip1.jpg Después de dejar "dormida" ...
by Armando
Sat Nov 30, 2024 2:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el oDLG cambia de color?
Replies: 8
Views: 847

Re: php4dbf - CSV-import

Hello Marc,

I am using PHP version 8.3.9.

In PHP versions prior to 8.0, it is not allowed to set a default value other than NULL for parameters with type hints. This leads to the mentioned error.

I think that's the problem.

Best regards,
Otto
by Otto
Fri Nov 29, 2024 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: php4dbf - CSV-import
Replies: 10
Views: 1253

Re: Extraño comportamiento de enter en controles

Muchas gracias.

Inventigando y con la ayuda de Carlos Vargas encontré que tenia definido en los recusos al botón como tipo default push
ahora todo Ok.

Saludos
by EASYSOFT
Thu Nov 21, 2024 7:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Extraño comportamiento de enter en controles
Replies: 5
Views: 542

Mysql recover values usaing field names

... **************************************************************************************** /* CREATE TABLE `proforma` ( `UPDATED` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `ID` int(6) NOT NULL AUTO_INCREMENT, `NO_PEDIDO` int(13) DEFAULT NULL, `UNIDADES` int(4) DEFAULT ...
by PAUL SIMM
Mon Nov 18, 2024 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 595

Re: Most powerfull Xbrowser and PDF

... target windows for further processing. 9. MSGToJpeg(cMSG) Converts an Outlook MSG file to a JPEG image. Steps: Opens the MSG file using the default program. Captures the displayed content as a bitmap. Processes and saves it as a JPEG file. 10. StandardDruckerUmstellen(cDruckerName) Temporarily ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 2442

Re: how to close downloaded files window in webview2

... 1, GRP_CHARPIX_W ) // 7 endif y este a Tpanel dejar asi METHOD New( nTop, nLeft, nBottom, nRight, oWnd, lDesign, cVarName, lBorder ) CLASS TPanel DEFAULT nTop := 0, nLeft := 0, nBottom := 100, nRight := 100,; oWnd := GetWndDefault(), lDesign := .F., lBorder := .F. ::lUnicode = FW_SetUnicode() ...
by russimicro
Mon Nov 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to close downloaded files window in webview2
Replies: 13
Views: 1192

Re: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)

... 1, GRP_CHARPIX_W ) // 7 endif y este a Tpanel dejar asi METHOD New( nTop, nLeft, nBottom, nRight, oWnd, lDesign, cVarName, lBorder ) CLASS TPanel DEFAULT nTop := 0, nLeft := 0, nBottom := 100, nRight := 100,; oWnd := GetWndDefault(), lDesign := .F., lBorder := .F. ::lUnicode = FW_SetUnicode() ...
by russimicro
Sat Nov 09, 2024 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)
Replies: 1
Views: 176

Re: Copy file by mask

... think so. Brfore I discuss this in more detail, a few points. Results of OemToAnsi() and AnsiToOem() differ from country to country. Depend on the default Windows codepages for OEM and ANSI. These codepages can not be changed by HB_CDPSELECT() For example: The differ between India, Russia and Italy. ...
by nageswaragunupudi
Thu Nov 07, 2024 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 1535

Re: Copy file by mask

... https://imagizer.imageshack.com/v2/xq70/923/HuQ4Mh.png We can see from the image is that the command prompt is using my default OEM codepage 437 (OEM English codepage) Still all filenames created with different codepages are displayed correctly though different from the ...
by Enrico Maria Giordano
Thu Nov 07, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 1535
Next

Return to advanced search