Search found 1495 matches: password

Return to advanced search

Re: How to make password GET viewable on demand?

Thank you very much Rao!
by hua
Mon May 13, 2024 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make password GET viewable on demand?
Replies: 2
Views: 20

Re: How to make password GET viewable on demand?

oGet:lShowPassword := .T. / .F. to display or hide password oGet:lShowPassword := !oGet:lShowPassword to toggle display of password Here is a sample #include "fivewin.ch"function Main()   local oDlg, oGet   local ...
by nageswaragunupudi
Mon May 13, 2024 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make password GET viewable on demand?
Replies: 2
Views: 20

How to make password GET viewable on demand?

Is it possible to make a password GET field viewable if user click to view password?
Something similar to what we see in most web forms

TIA
by hua
Mon May 13, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make password GET viewable on demand?
Replies: 2
Views: 20

Re: New FWH 24.02

Dear Michel,

Are you using Google Chrome ?

I just tested your login and password from here and it worked fine. It just requested to identify twice

Please try it again, thanks
by Antonio Linares
Sat Mar 09, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7362

Re: How to include hbCurl?

Marc, you can redirect to a file: clogrooms and then read with memoread. Regards, Otto DCOM := 'cmd /c "' +; cCurlPath + 'curl.exe -u username:password -i -k -F "fileToUpload=@' +; aSrc[I] + '" -F "uploadDirectory=' + cuploadDirectory + '" ' +; cEndpointRooms + ' > ' ...
by Otto
Fri Mar 08, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3020

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... like to remind you that I am using Visual Studio 2022 32 bit and Harbour. I also use Windows manifest. I can give any remote application's id and password if you want. You can compile it in my computer.
by Horizon
Tue Feb 20, 2024 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55047

Re: Help. Password/MySQL

IZanardo, As funções não são as mesmas, por isso não são compatíveis. A Encrypt/Decrypt pertence ao FiveWin. e a HB_Decrypt e HB_Encrypt e da lib do Harbour, sendo assim, você teria que trocar para usar hb_descrypt/hb_encrypt para ficar igual a ambos. Pelo que sei, o Mod_harbour tem a class TMySQL, ...
by Lailton
Fri Feb 16, 2024 7:22 pm
 
Forum: mod_harbour
Topic: Help. Password/MySQL
Replies: 1
Views: 166

Help. Password/MySQL

good morning; I'm starting on Mod_harbour. I have some doubts? can you help me? 1. FWH[Encrypt/Decrypt] ? because I have an app. Desktop [FHW] I want to maintain compatibility [Hb_decrypt / SX_Decrypt ] -> It is not compatible 2. Is there any [Rdd.] for MySQL or Samples, Query/[Fields] Read data ...
by lzanardo
Tue Feb 13, 2024 1:31 pm
 
Forum: mod_harbour
Topic: Help. Password/MySQL
Replies: 1
Views: 166

Re: come recuperare il codice fivewin da .c file

You can try it using chatgpt: recover the original PRG code from this pcode: HB_FUNC( APRIDBCONPASSWORD ) { static const BYTE pcode[] = { HB_P_FRAME, 0, 2, /* locals, params */ /* 00003 */ HB_P_BASELINE, 138, 0, /* 138 */ HB_P_PUSHLOCALNEAR, 2, /* PASSWORD */ HB_P_PUSHNIL, ...
by Antonio Linares
Mon Feb 12, 2024 9:55 pm
 
Forum: All products support
Topic: come recuperare il codice fivewin da .c file
Replies: 7
Views: 468

Re: Switching my setup program to webview2

... to the Austrian Economic Chamber (WKO link), subtitle, GPS coordinates, and so on. On the right side of the window, there are options for "Password Mode", "Appointment Reservation", "Currency", "Waiter Codes", and fields for entering "Tourist Tax", ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 419

connecting SQL SERVER VIA ODBC PROLEM

... in the server and we have changed mysql by sql server and we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 334

CONEXION ADODB SQL SERVER

... me da error en el recordset, os paso como lo hago a ver si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 299

CONEXION ADODB SQL SERVER

... me da error en el recordset, os paso como lo hago a ver si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 153

Re: MySql vs Oracle

... there are people that manage that data .. and those people have access to all that data .. so I tell people .. "Would you put you usename and password to your bank account ON SOMEONE ELSES Computer ? and the usual responce is "Hell no" Forgive me ... I tell Organizations that if ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1754

Re: MySql vs Oracle

... there are people that manage that data .. and those people have access to all that data .. so I tell people .. "Would you put you usename and password to your bank account ON SOMEONE ELSES Computer ? and the usual responce is "Hell no" Forgive me ... I tell Organizations that if ...
by Rick Lipkin
Wed Jan 24, 2024 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1754
Next

Return to advanced search

cron