Search found 127 matches: validate

Return to advanced search

Dale, By 'inline input' I mean entering data directly into the cells of a TWBrowse (FWH ONLY) i.e. Get first cell data, validate etc., move on to next, validate etc., and so on and so forth. I have only used that in rare instances. Usually, there are too many fields to display on the ...
by James Bott
Fri Feb 24, 2006 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7158

... what you mean by "inline input." By 'inline input' I mean entering data directly into the cells of a TWBrowse (FWH ONLY) i.e. Get first cell data, validate etc., move on to next, validate etc., and so on and so forth. I did start testing with this but have not gotten down to it seriously (it kept ...
by dpaterso
Fri Feb 24, 2006 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7158

Luis,

The fact is that Class TGet is different in Harbour and xharbour, thats why we need to asure that before we validate a GET, its related variable has been assigned. Placing it at lValid() is a way to be sure it gets done.
by Antonio Linares
Mon Feb 20, 2006 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TButton
Replies: 8
Views: 1782

TWBROWSE In Line Editing Of Database

... anyone have a working sample (small and simple if at all possible) that allows a user to edit the individual cells in a LISTBOX BROWSE (TWBROWSE), validate the data entered, and then save the changed data to a database? Alternatively is it possible to do the above using an array and then saving ...
by dpaterso
Fri Feb 17, 2006 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBROWSE In Line Editing Of Database
Replies: 3
Views: 983

... a real multiuser environment. TDatabase class at the moment does not offers methods to implement it. This is the reason for which I chose to post validate just at the saving time. I thought to use an inherited method of TDatabase class that does not make use of Load() when it makes the search, ...
by wpacheco
Sat Jan 07, 2006 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get validation using database object
Replies: 5
Views: 1632

... oGet, oRadio, oLbx[1], oImg, oWChild) ) In the function there exist the Blank() method to allow the get edition and one routine to validate the user input function NonTraEdit( cModo, oNomTra, oBtn, oGet, oRadio, oLbx, oImg, oWChild ) do case case cModo $ "NEW,EDIT" ...
by wpacheco
Fri Jan 06, 2006 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get validation using database object
Replies: 5
Views: 1632

Get validation using database object

I'm working with a database object and need to validate a get assigned to one field of the database object. Example: redefine get oGet[ 1] var oNomTra:nomtracod id 1001 of oFld:aDialogs[1] picture '@!' update ... ...
by wpacheco
Fri Jan 06, 2006 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get validation using database object
Replies: 5
Views: 1632
Previous

Return to advanced search