Search found 254 matches: configure

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... in an appropriate directory, commonly within the Apache installation directory or a system path where Apache can access them. You might need to configure the httpd.conf or other relevant Apache configuration files to specify the paths to these libraries if not automatically detected. Test: After ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 143

Re: Data exchange between PC and Android device on the same loca

Otto:
Thank you so much.

That seems to be exactly what I'm looking for:

How to configure the server and/or a harbor module to respond appropriately to a request from a PWA that is on a different Origin, avoiding violating the CORS policy

I will review it very carefully.
Thanks in advance
by Arturo Lopesoria
Fri Feb 23, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 799

Re: phpBB to LLM

... Ensure that your internet connection is stable and not blocking the connection to the PyTorch servers. If you are behind a proxy, you may need to configure your proxy settings. Firewall/Antivirus: Check if your firewall or antivirus software is blocking the connection. Temporarily disabling them ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Error portapapeles creo... FWH2310

Leandro, haz una prueba: cambia el BITMAP por otro que funcione perfectamente. Sospecho que sus BITMAPS no cumplen con el estándar de buena calidad. O configure una DEMOSTRACIÓN con sus BITMAPS para probar, por favor.

Gracias.

Regards, saludos.
by karinha
Thu Dec 21, 2023 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error portapapeles creo... FWH2310
Replies: 8
Views: 809

Re: Convert a print to Rtf or doc

... editing document.xml in Word again. It's complicated and has no future. I'll post a small test program for HTML report later. HTML is so easy to configure and it works everywhere. Best regards, Otto https://mybergland.com/fwforum/worddocxclip3.jpg
by Otto
Thu Nov 30, 2023 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: HBIDE - Will there be any further development?

... Harbour IDE in the style of Turbo Vision, as you're saying here. That might not ever happen, but it would be cool. It might be possible to configure Kresin's editor as a development environment ; I'm brainstorming that, but not sure yet.
by FWExplorer
Wed Sep 06, 2023 12:40 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12789

Re: UTF8 SQL and FW_SetUnicode() / hb_cdpSelect()

hi, Sign are from SQL-Server, which is configure as UTF-8, are paint into hDC "as it is" and display UTF-8 "same" Data display in XBROWSER show Sign "right" as DEWIN so "somewhere" must be a "translate" ...
by Jimmy
Thu Jul 06, 2023 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF8 SQL and FW_SetUnicode() / hb_cdpSelect()
Replies: 2
Views: 305

Re: use Result of SQL Query like "ADODB.Recordset"

... that needs to run on 3000 machines .. that means that (someone ) has to physically go to each of those machines and make sure ODBC is loaded and configured properly .. ADO has no such limitations because oledb comes with every Microsoft operating system and there is no going to every desktop ...
by Rick Lipkin
Fri Jun 30, 2023 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 348

FiveDBU ODBC and PostgreSQL

hi,

i have installed ODBC Driver and configure in ODBC-Manager
i have press "Test" and it say ok

but when call FiveDBU it does not appear ,,, :shock:
Image
what i´m doing wrong :?:
by Jimmy
Mon Jun 26, 2023 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 514

HOW TO CONFIGURE GLOBALLY BORDER WHEN GET IS FOCUSED?

Dear All , How we can configure to show the BORDER when GET is focused for unfocused GETs do not want to show the border. I am looking similar solution as color setting focus/un-focus the given below.   TGet():bColorBlock := ...
by shrifw
Sat Jun 24, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW TO CONFIGURE GLOBALLY BORDER WHEN GET IS FOCUSED?
Replies: 0
Views: 150

Re: Fivewin and ADO

... in Step 3 to "write back" .. i have try :nEditTypes := { 1,1,1 } but it make no Difference in my Sample :( can somebody help me how to configure XBROWSE when using "ADODB.Connection" and "ADODB.Recordset" to "write back" :?:
by Jimmy
Fri Jun 09, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3803

Re: Fivewin and ADO

now i want to "FASTEDIT" Sheet but how to configure XBROWSE and/or "ADODB.Recordset" :?: This is easier with Excel Range. Let us first try with Excel Range. Test program: function EditExcelRange()   local oRange   := GetExcelRange( ...
by nageswaragunupudi
Fri Jun 09, 2023 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3803

Re: Fivewin and ADO

...           CELL LINES NOBORDER FASTEDIT ;              FONT oFontDefault COLOR BFcolor, BGcolor now i want to "FASTEDIT" Sheet but how to configure XBROWSE and/or "ADODB.Recordset" :?:      objRS := CreateObject( "ADODB.Recordset" )      bError := ERRORBLOCK( ...
by Jimmy
Thu Jun 08, 2023 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3803

hbmk2 and #ifdef

trying to switch from xHarbour to Harbour

Have a lot of
Code: Select all  Expand view
#ifdef __NOXHBCOM__
    ...
#endif

in my source prg.

How do I configure go.bat/hbmk2.hbp so that conditional compilation respects '__NOXHBCOM__'?
by frose
Sat Jun 03, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 and #ifdef
Replies: 2
Views: 151

show DELETED Record in XBROWSE

... .T. ) // what is Parameter .T. for ? i got a "YesNo Box" and after "Yes" Record disappear in XBROWSE ... :? so how configure XBROWSE to "show" DELETED Record which i can RECALL :?: p.s. open DBF have no Index
by Jimmy
Fri May 26, 2023 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 473
Next

Return to advanced search