Search found 127 matches: validate

Return to advanced search

Re: Convert a print to Rtf or doc

... line program in FWH XBROWSER "CUSTOMER.DBF" FASTEDIT with vertical and horizontal scrolling and facility to edit values inside the cell, validate and immediately save to dbf,recordset or whatever. So they choose what helps them to develop the application faster. In fact I have been thinking ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3230

creación oath_signature en oath 1.0

Hello everyone, I have a problem creating a signature to validate my identity in an oath 1.0 system y have this credentials oauth_consumer_key="8pr53tcagfih9bpvo24m1t8z9xd42tx3", oauth_nonce="W6ndLpigOjP025vmvGSJdqEEylRUusgg", oauth_signature_method="HMAC-SHA256", ...
by jlborlando
Sat Oct 21, 2023 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creación oath_signature en oath 1.0
Replies: 2
Views: 276

Re: CLASS modification

... BTNBMP --- i have ask why DTPICKER and GET have "same" Position @ nRow, 70 as you need a String, not Date, you can use DTOC() to "validate" if a String "is" a Date use CTOD()
by Jimmy
Tue May 30, 2023 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1673

Re: Function from mod_harbour to Harbour

... take system functions and return them to the Browser, so far it's working. Now I would like to control authentication via Token or another way to validate access. and HB_EetEnv() cannot get the Body or the Header. I already use the above functions in mod_harbour for another purpose, which is conversion ...
by Ari
Fri Apr 28, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function from mod_harbour to Harbour
Replies: 6
Views: 299

Re: Validate ZIP before opening it

Intenta con:

Code: Select all  Expand view

   ? "The comment in test.zip is:", hb_GetZipComment( "test.zip" )
 


https://harbour.github.io/doc/hbziparc.html

Regards, saludos.
by karinha
Wed Mar 08, 2023 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate ZIP before opening it
Replies: 3
Views: 278

Re: Validate ZIP before opening it

Armando wrote:Hello friends of the forum:

Is there a function in Harbor that allows you to check if a ZIP file is damaged or corrupt?
before trying to open it?

Greetings


Just try to unzip the ZIP file with HB_UNZIPFILE() and check the return value.
by Enrico Maria Giordano
Wed Mar 01, 2023 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate ZIP before opening it
Replies: 3
Views: 278

Re: Validate ZIP before opening it

hi, every "Packer" have Option -t Test .ZIP file integrity --- as long "Standard" Compression is used all "Packer" can handle it but when change Compression Mode there might be Problem but "max" Compression is not real need any more since "big" HDD/S...
by Jimmy
Wed Mar 01, 2023 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate ZIP before opening it
Replies: 3
Views: 278

Validate ZIP before opening it

Hello friends of the forum:

Is there a function in Harbor that allows you to check if a ZIP file is damaged or corrupt?
before trying to open it?

Greetings
by Armando
Tue Feb 28, 2023 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate ZIP before opening it
Replies: 3
Views: 278

Re: Validate JSON value

Thank Your Rao!
by cdmmaui
Thu Dec 08, 2022 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate JSON value
Replies: 2
Views: 228

Re: Validate JSON value

Code: Select all  Expand view

if hb_hHasKey( hCall[ "facility" ], "UNLocationCode" )
   ? "exists"
else
   ? "does not exist"
endif
 


xHarbour: hHasKey( ... )
by nageswaragunupudi
Thu Dec 08, 2022 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate JSON value
Replies: 2
Views: 228

Validate JSON value

Hello,

Sorry about all the JSON questions. How do I check to see if a JSON segment exists?

For example, I want to know if there is a value for:

hCall[ "facility" ][ "UNLocationCode" ]

Thank you,
by cdmmaui
Thu Dec 08, 2022 2:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate JSON value
Replies: 2
Views: 228

Re: signatur.prg How can I know if the user has signed or not?

hi, I need to validate if the user signed the document. using your Sample i can "just" Paint 1 x Pixel as Signature and press "Save" ... :roll: msink.prg use Microsoft INK when made a Signature it can "recognize" ...
by Jimmy
Fri Nov 11, 2022 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 395

Re: signatur.prg How can I know if the user has signed or not?

Jimmy: I need to validate if the user signed the document. referring to this example: @ 15, 5 SAY oSig PROMPT "" SIZE 150, 40 PIXEL BORDER OF oDlg Objeto: oSig i need something like this, example: function Button_ValidSegnatur(oSig) ...
by MGA
Fri Nov 11, 2022 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 395

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

... ( Nil ) Thank you Enrico With Valid it works and this is how I usually implement it, but I consider that bValid is to "validate" the content of the get and for some use cases it is more correct to use the bLostFocus since they are actions to perform when leaving ...
by VictorCasajuana
Fri Oct 21, 2022 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1043

Re: found 90 numbers

... don't have 90 elements on each row). See how fast steps through all the rows and reports the sixth row as correct ;-) This is the modified row to validate the code: {5,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55} ...
by Antonio Linares
Wed May 25, 2022 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: found 90 numbers - Resolved -
Replies: 9
Views: 512
Next

Return to advanced search