Search found 1284 matches: setup

Return to advanced search

Re: XBROWSER aList TITLE "Double-Click to Open" SETUP()

hi thx for Answer SETUP ( oBrw:bKeyDown := { |k| If( k == 13, ( msginfo( "action" ) ), 0 ), nil)} i think there is a ",0)" to much, or :?:      SETUP( oBrw:bKeyDown ...
by Jimmy
Fri Jul 21, 2023 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER aList TITLE "Double-Click to Open" SETUP()
Replies: 6
Views: 511

Re: XBROWSER aList TITLE "Double-Click to Open" SETUP()

Code: Select all  Expand view
SETUP ( oBrw:bKeyDown := { |k| If( k == 13, ( msginfo( "action" ) ), 0 ), nil)}
by nageswaragunupudi
Fri Jul 21, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER aList TITLE "Double-Click to Open" SETUP()
Replies: 6
Views: 511

XBROWSER aList TITLE "Double-Click to Open" SETUP()

hi,

how can i use Keyboard ENTER instead of "DblClick" :?:
by Jimmy
Fri Jul 21, 2023 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER aList TITLE "Double-Click to Open" SETUP()
Replies: 6
Views: 511

Re: German Umlaute GET / Unicode / SQL - QDBC - native

hi, I found it working well with this following setup   HB_LANGSELECT( "DE" )   HB_CDPSELECT( "DEWIN" )   FW_SetUnicode( .F. ) Can you please check and confirm? thx for Answer i can now "input" ...
by Jimmy
Wed Jul 19, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German Umlaute GET / Unicode / SQL - QDBC - native
Replies: 4
Views: 294

Re: German Umlaute GET / Unicode / SQL - QDBC - native

I found it working well with this following setup
Code: Select all  Expand view
  HB_LANGSELECT( "DE" )
   HB_CDPSELECT( "DEWIN" )
   FW_SetUnicode( .F. )

Can you please check and confirm?
by nageswaragunupudi
Wed Jul 19, 2023 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German Umlaute GET / Unicode / SQL - QDBC - native
Replies: 4
Views: 294

Conectar a un SFTP con CURL usando xHarbour ...

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error : Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui...
by Enrrique Vertiz
Tue Jul 18, 2023 10:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar a un SFTP con CURL usando xHarbour ...
Replies: 10
Views: 929

Re: Error p/generar EXE usando UHTTPD2 en Windows

... informáticas” de acuerdo a lo que se deseara hacer. Incluso, poseen o sugieren IDEs para poder trabajarlo con cierta facilidad y programas “setup” para ayudar a instalarlo. Yo seguí esos pasos y lo pude hacer funcionar, creando programas, librerías, DLLs, y en fin, cualquier cosa que yo ...
by rodmc
Mon Jul 03, 2023 6:45 am
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 2441

Re: Conectar SFTP con CURL

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error: Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui ...
by Enrrique Vertiz
Thu Jun 29, 2023 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 11785

Re: lIncrFilter + MDI

... PICTURE '@!' oBrw:CreateFromCode() oDlg:oClient := oBrw oDlg:bPostEnd := { || DbCloseArea() } ACTIVATE DIALOG oDlg AS MDICHILD SETUP oWndChild := oWnd // SIN ESTA INSTRUCCIÓN LO HACE CORRECTAMENTE return nil Saludos.
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 432

Re: SSE example

Hello sbbs,
Thank you. I will try.

What advantages do you have if HTML is the default setup?
Best regards,
Otto
by Otto
Fri May 26, 2023 5:36 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 5285

Re: SSE example

Hello ssbbs, I can't remember, do I have to change something in mod harbour setup that <?prg LOCAL cMethod := AP_Method() ?> is working? Thank you and best regards, Otto https://forums.fivetechsupport.com/viewtopic.php?f=45&t=41883&p=251070&hilit=html&sid=803baefa45914aa3e822398600af6982#p251070
by Otto
Fri May 26, 2023 12:27 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 5285

Re: CLASS modification

... post to Silvio, which I support 100%. Thank you for sharing your experiences and insights. If you and your clients are satisfied with the current setup, and it continues to serve you well, it's perfectly valid to maintain the status quo. However, keep in mind that the transition of one's own software ...
by Otto
Fri May 26, 2023 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 2509

Re: CLASS modification

... or 30 parts, from their phone. If they want to work on a computer remotely, via the internet, no problem. They do that regularly with what we have setup. You have every right to be proud of what you are doing, but to be very honest, for many, the web based platforms are not the great option. I ...
by TimStone
Thu May 25, 2023 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 2509

Re: RTF Spell Checker

... in the RTF5 editor, and then turn on spell checking, it will underline words, as they are typed, that are not spelled correctly. 2). If I try to setup the spell checker to be turned on by default, the checkmark shows on the ( right click ) menu, but it will not actually catch misspelled words. ...
by TimStone
Tue May 23, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 450
PreviousNext

Return to advanced search