Search found 127 matches: validate

Return to advanced search

Tengo un mensqje de error en bcc582

Amigos Estoy intentando reconstruir el easyreport y esto es el resultado que estoy obteniendo: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\fwh1302\bcc582\bin\brc32.exe -r -Ic:\fwh1302\bcc582\include ereport.rc Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporati...
by Armando Picon
Thu Aug 14, 2014 12:08 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Tengo un mensqje de error en bcc582
Replies: 2
Views: 1560

Re: Validate XML string

Did you try TXMLDocuemnt() class? It is a native xharbour class. Works really nice. If the xml string is not valid, it returns nil.

Hope that helps,


Reinaldo.
by reinaldocrespo
Mon Sep 30, 2013 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate XML string
Replies: 1
Views: 456

validate a regular expression

Hello FiveWinners. It took hours to this Thread ... As valid in a regular expression as true, if a field is empty. how define the expression as if the field only brings spaces: Use this regular expression: pCompiled: = hb_regexComp ("^ [A-ZÑ0-9. ':/] + $") Someone knows the trick. Regards
by devtuxtla
Tue Sep 24, 2013 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: validate a regular expression
Replies: 0
Views: 281

Validate XML string

Hello FiveWinners

There is a library for enabling xHarbour Validate XML string / file to string / XSD file specified.

Thanks

Regards
by devtuxtla
Tue Sep 24, 2013 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate XML string
Replies: 1
Views: 456

Re: FW user login to authenticate from windows active directory

Frances Dear Rao, what if the FW user login is different from logged windows user.. How do you validate FW from domain user? Kind regards. When any person logs into a Domain from any pc .. that persons profile is automatically created on that pc and synchronized to AD. ...
by Rick Lipkin
Sat Aug 31, 2013 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10068

Re: FW user login to authenticate from windows active directory

Carles wrote:Hi,

U can try this code to acces LDAP.




Dear Carles,

Thanks for the code.. I will try it to retrieve LDAP users from domain.

But what I am trying to do is to validate FW user login as valid domain user.. which authenticates FW user/password to domain or from LDAP..

Kind regards.
by fraxzi
Sat Aug 31, 2013 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10068

Re: FW user login to authenticate from windows active directory

... rather than maintaining separate login for the application. Dear Rao, what if the FW user login is different from logged windows user.. How do you validate FW from domain user? Kind regards.
by fraxzi
Sat Aug 31, 2013 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10068

Re: FW user login to authenticate from windows active directory

Dear All, Sorry just got back from vacation. Thanks for your reply.. What i am trying to do is to validate user login from FW app to authenticated domain user.. How to know if the user's login from FW app is valid domain user.. example: user: FWUser password: ***** validate ...
by fraxzi
Sat Aug 31, 2013 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10068

Re: CSV to DBF

... if the data in the CSV file exactly matches the DBF structure and the data is valid. If we need to handle in-disciplined data, you need to first validate the data and used rectified data as input. What checks you need to make depends on how unreliable the data source is. Programming for such ...
by nageswaragunupudi
Tue Aug 27, 2013 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 22
Views: 9314

FW user login to authenticate from windows active directory

Dear All,

It's been a while.. busy with FWH projects..

Anyone here who can authenticate/validate a logon from FW apps to Windows Active Directory?

Kind regards,
Frances
by fraxzi
Sat Aug 17, 2013 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10068

Re: Building FWH

... and renamed them .orignal, starting with dbm.prg and dbms.prg as Antonio suggested was proper. I still have to review the complete list of those validate myself, but I think I don't use them, at least not directly. Internally by FW, I have no idea yet. I commented out anything with odbc in its ...
by rhlawek
Sun Jul 28, 2013 2:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building FWH
Replies: 11
Views: 3901

Re: XBrowse bEditValid strange behavior

In xbrowse, the scope of bEditValid function is limited only to validate the input and return valid or not. If we want to take some action after a cell value is changed, please use oCol:bOnChange := { |oCol, uOldValue| <any kind of action here> } Sameway ...
by nageswaragunupudi
Wed Jun 19, 2013 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse bEditValid strange behavior (SOLVED)
Replies: 4
Views: 1284

Re: MSVS 2012

... 5. Still have a problem with a dialog (settings) in a mdi window, closing the dialog, window = OK, come back again enter dialog = crash at validate.... This is the ennoying part related to Harbour, i am not sure the ide's debugger will help us with it. Could you please provide an example ...
by Richard Chidiak
Fri May 17, 2013 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: Validate get

There are 19 controls on this one dialog. #1. Can you please compile and test the small program I posted and give your feedback if that is working as expected? #2. Then if you still have problem, please post a small sample to reproduce your problem. A complete sample that we can compile and test at...
by nageswaragunupudi
Fri May 17, 2013 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate get
Replies: 10
Views: 1417

Re: Validate get

There are 19 controls on this one dialog.
by DonDrew
Fri May 17, 2013 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate get
Replies: 10
Views: 1417
PreviousNext

Return to advanced search