Search found 11 matches: validating

Return to advanced search

Some questions and two solutions

Hi. I have some questions on how to solve some little way of programming with mod_harbour. 1- input numbers with formatting. 2- validating an input text field like the valid in harbour (going to a function for reading a table, looking for a code and returning back a string to place near ...
by Massimo Linossi
Fri Aug 16, 2019 7:36 pm
 
Forum: mod_harbour
Topic: Some questions and two solutions
Replies: 2
Views: 492

Re: How do you handle User Access on your FW App

Validating a user is not difficult .. first of all I use the function WnetGetUser: xLOGIN := UPPER( WNetGetuser() )+space(15) // fivewin functionxLOGIN := SUBSTR(xLOGIN,1,15)  Take the results ...
by Rick Lipkin
Sat Aug 18, 2018 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you handle User Access on your FW App
Replies: 5
Views: 968

Re: xBrowse and new blank row ( MySql )

... directly . Mine experience with xBrowse is in beginning , so I'm asking to share with a small sample how to add to xBrowse a new blank row and , validating it , insert it . Thanks in advance ! Can be done, but a bit complex. Let us also keep in mind that this is not based on a phantom row concept ...
by Rimantas
Mon Mar 11, 2013 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and new blank row ( MySql )
Replies: 3
Views: 892

Re: xBrowse and new blank row ( MySql )

... directly . Mine experience with xBrowse is in beginning , so I'm asking to share with a small sample how to add to xBrowse a new blank row and , validating it , insert it . Thanks in advance ! Can be done, but a bit complex. Let us also keep in mind that this is not based on a phantom row concept ...
by nageswaragunupudi
Mon Mar 11, 2013 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and new blank row ( MySql )
Replies: 3
Views: 892

xBrowse and new blank row ( MySql )

... directly . Mine experience with xBrowse is in beginning , so I'm asking to share with a small sample how to add to xBrowse a new blank row and , validating it , insert it . Thanks in advance !
by Rimantas
Sun Mar 10, 2013 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and new blank row ( MySql )
Replies: 3
Views: 892

Re: xBrowse new line for DBF ...

... if the user doesn't want it, then you have to delete it. This gets messy--you end up with a bunch of deleted records. Also it gets very complex validating and each cell--you can't use bounded controls like radios etc. I'm not saying it is not possible, it is just not easy to implement and I ...
by Rimantas
Fri Oct 16, 2009 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse new line for DBF ...
Replies: 4
Views: 993

Re: xBrowse new line for DBF ...

... if the user doesn't want it, then you have to delete it. This gets messy--you end up with a bunch of deleted records. Also it gets very complex validating and each cell--you can't use bounded controls like radios etc. I'm not saying it is not possible, it is just not easy to implement and I ...
by James Bott
Thu Oct 15, 2009 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse new line for DBF ...
Replies: 4
Views: 993

Re: XBROWSE : Error in method Delrepos

... Harbour and xHarbour provide the same behavior. So, during a browse, if a record is deleted and SET DELETED is ON or a record is edited invalidating the filter condition, we have to manually write the repositioning code. We have to check for these situations every time and write the repositioning ...
by demont frank
Mon Mar 30, 2009 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Error in method Delrepos
Replies: 22
Views: 3568

Re: XBROWSE : Error in method Delrepos

... Harbour and xHarbour provide the same behavior. So, during a browse, if a record is deleted and SET DELETED is ON or a record is edited invalidating the filter condition, we have to manually write the repositioning code. We have to check for these situations every time and write the repositioning ...
by nageswaragunupudi
Sun Mar 22, 2009 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Error in method Delrepos
Replies: 22
Views: 3568

Dear friends,

is there no one who could confirm or try this strange validating of xBrowse?

I'd be glad for any statement.
Regards,
Detlef
by Detlef Hoefner
Mon Jun 18, 2007 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse bValid
Replies: 9
Views: 2199

Antonio, thanks for your advice. But it still doesn't work for me. I removed the MsgAlert so that the validating function returns .f. for values > 6 and .t. for all others. But the example mallorca shows a very strange editing/validating of TxBrowse. Example: i enter a ...
by Detlef Hoefner
Sat Jun 16, 2007 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse bValid
Replies: 9
Views: 2199

Return to advanced search