Search found 127 matches: validate

Return to advanced search

Re: OT : Problem with this forum?

... the board. Persistent login key expiration 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 ...
by Marc Venken
Wed Apr 07, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4966

mariadb and transaction

... which I modify to be able to use transactions in an easy way, currently after using calls to the query and execute methods, it is necessary to validate if there is an error to display a message, I have added a data which calls "lThrowError" which, when set to True, causes that in ...
by carlos vargas
Fri Jan 24, 2020 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb and transaction
Replies: 0
Views: 376

Re: In xbrowse valid is Executed twice

... multiple cell/row paste operation. However, we will still consider if and how can we implement this. If you want to enable the user to paste and validate with bEditValid for a single cell, you can do it by 1) Retain oBrw:lCanPaste := .f. // keep it unchanged 2) User can enter Get by pressing ...
by nageswaragunupudi
Fri Jun 14, 2019 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: In xbrowse valid is Executed twice
Replies: 6
Views: 1191

Re: Problem to Validate a data

[quote="armando.lagunas"]
Code: Select all  Expand view

   RETURN( .T. )   <---- aqui el problema


No problem here. It's a perfectly legal code.

EMG
by Enrico Maria Giordano
Thu May 23, 2019 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Validate a data
Replies: 3
Views: 348

Re: Problem to Validate a data

thanks
by Silvio.Falconi
Wed May 22, 2019 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Validate a data
Replies: 3
Views: 348

Re: Problem to Validate a data

devuelve el valor .t. o .f. desde una variable local FUNCTION ValidareData( dFechaIni, dFechaFin )   IF ( dFechaIni > dFechaFin )      alert( "La data finale deve essere  maggiore di quella finale " )      RETURN( ...
by armando.lagunas
Wed May 22, 2019 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Validate a data
Replies: 3
Views: 348

Problem to Validate a data

... https://i.postimg.cc/Y2RhN2x6/ffffffffffff.jpg and I use the XBrDtPicker of Rao to select a adate as you can see I have problem to validate the get  @ 23,144 GET aGet[4] VAR dDataFinale SIZE 120,14 PIXEL OF oFld:aDialogs[1] ;    BITMAP  ".\bitmaps\cal.bmp" ...
by Silvio.Falconi
Wed May 22, 2019 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Validate a data
Replies: 3
Views: 348

Re: XBROWSE Question

... press escape. When escape key is pressed, the highlight remains on the same cell. Note about bEditValid: This codeblock should confine itself to validate data and return .f. or .t.. This codeblock should not make any screen i/o. In that case, results are unpredictable. That is a limitation we ...
by nageswaragunupudi
Sat Apr 06, 2019 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Question
Replies: 3
Views: 681

Re: Import Chinese Characters from XLS

... , ; cDrive := DISKNAME() + ":\" + CURDIR( DISKNAME() ) + "\" , ; cTitle := "Lanugages" , ; nBad := 0 // Validate XLS... IF (! FILE( cDrive + cSource )) MsgInfo( ALLTRIM( cDrive + cSource ) + " could not be located.", cTitle ) RETURN (.F.) ENDIF ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 954

Re: Infield Top Aligned Form Labels

Silvio.Falconi wrote:do you have insert also the possibility to insert icons to validate the get ?

1. Icon signifier
2. Valid or error icon
3. Clear icon
4. Voice input icon
5. Dropdown icon


Silvio, the GET control now has the action button that can be customized by the programmer.
by cnavarro
Sun Nov 04, 2018 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9724

Re: Infield Top Aligned Form Labels

do you have insert also the possibility to insert icons to validate the get ? 1. Icon signifier 2. Valid or error icon 3. Clear icon 4. Voice input icon 5. Dropdown icon sample : http://www.devcomponents.com/dotnetbar/img/SuperValidator17.png ...
by Silvio.Falconi
Fri Nov 02, 2018 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9724

tUrl

Greetings Friends of the forum I'm doing a project, and my idea is to validate from a URL, licenses for clients, that is, the program, verify data as the expiration date. I've been taking a look at the tUrl class of xHarbour, but my head hurts just by seeing ...
by Blessed
Thu Aug 02, 2018 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tUrl
Replies: 0
Views: 374

Re: Web Service created by Fivewin

Hello Again Everyone,

I wanted to clarify my previous request. I would like to create a FWH application (prefer service) that will run on a Windows Server and receive XML data, process (and validate) then return a response or data to the request.

Thank you,
by cdmmaui
Thu Feb 01, 2018 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Service
Replies: 5
Views: 1794

Re: Application security and Code review

... to be externally accessible. Just like your software can do it, another can do it too 2) Why is your software less secure than the one they use to validate that information?
by cnavarro
Sat Oct 14, 2017 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 4634

Re: How to validate dates in a corrupted database

Rick, Actually, I tried that option and several others before posting the data. The problem is that the corrupted data occurred during a brief time when I used the 17.07 database.prg. It did not happen when I substituted in the 17.06 database.prg, but by that time the corruption was already in the f...
by TimStone
Mon Oct 09, 2017 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1387
PreviousNext

Return to advanced search