Search found 105 matches: validation

Return to advanced search

Re: Browse of my ADO Class

... DATABASES   RETURN  check fivewin\samples\browse.prg It is a sample, a simple sample. Use your imagination for several files, validation and others. Once you are a long time fivewin user, try to do the same without multithread.
by JoséQuintas
Mon Dec 23, 2024 1:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 55
Views: 5196

Re: Preview of the invoice in advance

... validate the receipt, in the same text of the message there could be a URL directed to your server (not the client's) where the buyer will do this validation. If the buyer is present at the time you want to do the prior authorization, you could also show a QR in your system with the same url that ...
by cmsoft
Fri Oct 25, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1352

maria_Connect (to Mr.Nages)

... que logré conectarme, no encuentro información de como validar los errores de conexión. Muchas gracias! How can I override my connection error validation and connection function using "maria_Connect"? I clarify that I managed to connect, I cannot find information on how to validate ...
by TOTOVIOTTI
Tue Oct 15, 2024 12:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: maria_Connect (to Mr.Nages)
Replies: 5
Views: 461

Re: Propuesta para que hagan un curso virtual FW

... the input (_busrules) and either saves or updates the data (_doit). Clicking "Cancel" closes the window without saving the data. Data Validation: The application performs input validation. For example, the owner's name is a required field (_busrules). Data Storage: New records are ...
by Otto
Fri Jul 12, 2024 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 40168

JWT Implementation in Harbour

... then creates a signature using HMAC SHA-256 and encodes it in base64 URL format. JWT Display: The generated JWT is displayed and logged. JWT Validation: The jwtDecode function is called to validate the JWT using the secret key. This function decodes the JWT, verifies the signature, and if ...
by Otto
Fri Jun 21, 2024 9:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: JWT Implementation in Harbour
Replies: 0
Views: 515

JWT Implementation in Harbour

... then creates a signature using HMAC SHA-256 and encodes it in base64 URL format. JWT Display: The generated JWT is displayed and logged. JWT Validation: The jwtDecode function is called to validate the JWT using the secret key. This function decodes the JWT, verifies the signature, and if ...
by Otto
Fri Jun 21, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JWT Implementation in Harbour
Replies: 4
Views: 501

Re: simulate read of a get

Antonio Linares wrote:There must be two controls on a dialog so the VALIDation of the GET is fired

Place a GET and a BUTTON DEFAULT

as I showed you in private, the tget is placed in the dialog where the xbrowse is and there is no button
by Silvio.Falconi
Wed May 15, 2024 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate read of a get
Replies: 2
Views: 378

Re: simulate read of a get

There must be two controls on a dialog so the VALIDation of the GET is fired

Place a GET and a BUTTON DEFAULT
by Antonio Linares
Tue May 14, 2024 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate read of a get
Replies: 2
Views: 378

Re: Question about xBrowse

Now how do I know the new value after editing the cell? oCol:Value Notes: Do not use this for validation. This is called when the modified data is already written and also if the old data is different from the new data written. This codeblock is meant for taking consequential ...
by nageswaragunupudi
Mon Aug 21, 2023 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about xBrowse
Replies: 6
Views: 469

IF ! EDITVARS "check" Type "L"

hi i have use EDITVARS which work fine with Type "C" and "N" now i have add a Type "L" and "validation" fail if it is .F. but Type "L" can´t be "empty" as it have only .T- and .F. so it is always VALID --- is it possible to use ...
by Jimmy
Mon Jul 24, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IF ! EDITVARS "check" Type "L"
Replies: 2
Views: 326

Filling Excel Sheet Via OLE

I am filling out an Excel document provided to me from a Government entity. This sheet performs many validations and calculations upon entering the data. When I fill out the sheet via OLE it does not seem to trigger the validation or calculations, but if I open it and type ...
by byron.hopp
Thu Feb 02, 2023 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 357

Re: Leer Excel grande a un array o DBF

... of code, reads data from the open excel file and write to the dbf. In the above case it took about 35 seconds. This function also does some basic validation of data types and suitable data type conversions. https://imagizer.imageshack.com/v2/xq90/924/Wk3TKm.png
by nageswaragunupudi
Thu Feb 10, 2022 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 1064

Re: Campos empaquetados en archivo de texto

... { intermediate = hi + carry; hi = intermediate & 0xffffffff; carry = intermediate >> 32; // carry should never be non-zero. Back up with validation } } } return new Decimal((int)lo, (int)mid, (int)hi, isNegative, (byte)scale); } private int nibble(byte[] inp, int nibbleNo) { int b = inp[inp.Length ...
by El Loco
Wed Oct 13, 2021 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 5209

Re: OT : Problem with this forum?

... length (in days): = 0 Number of days after which persistent login keys are removed or zero to disable. Validate browser: = Yes Enables browser validation for each session improving security. if all these are turned on and you still have problems then it is a security setting in/on your computer ...
by Marc Venken
Wed Apr 07, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 6823

Re: Manual Mercury - Listo !

damianodec,

In order to use Mercury use this version of modharbour -> https://modharbour.app/compass/bin/modharbour.zip

The latest version is pending validation.

Thank you.
C.
by Carles
Wed Jul 08, 2020 7:25 am
 
Forum: mod_harbour
Topic: Manual Mercury - Listo !
Replies: 26
Views: 7373
Next

Return to advanced search