Search found 24 matches: validations

Return to advanced search

Filling Excel Sheet Via OLE

I am filling out an Excel document provided to me from a Government entity. This sheet performs many validations and calculations upon entering the data. When I fill out the sheet via OLE it does not seem to trigger the validation or calculations, but if I open it and type ...
by byron.hopp
Thu Feb 02, 2023 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 247

Re: Leer Excel grande a un array o DBF

... in more or less the same time. I could write the entire 800,000 rows to DBF in about 10 seconds, much less than a minute. However I did not do any validations row-wise and cell-wise. If we do any such validations, we need to highly optimize the code because this code gets executed 800,000 times. ...
by nageswaragunupudi
Wed Feb 09, 2022 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 770

Re: Leer Excel grande a un array o DBF

Regards Mr Rao
Reading the CSV file by passing it to an array() not even 15 seconds, 780,000 lines, reading as XLSX took a few hours
The recording if it takes 1 hour and a half, because there are validations before recording record by record.
by Enrrique Vertiz
Tue Feb 08, 2022 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 770

Re: FWH 1805: XBrowse New syntax

Mr Rao. where can I get a complete reference to new syntax of xbrowse ? for example, how to write validations and button actions in the new syntax. I try like this but not working: @ 25,210 XBROWSE oBrwPrice SIZE -5,-5 PIXEL OF oFld:aDialogs[1] ; DATASOURCE orsPrice ...
by Mulyadi
Mon May 18, 2020 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805: XBrowse New syntax
Replies: 4
Views: 1096

mod harbour - increíble

... ways. Making some projects you can see that is possible to reuse all the code already made with harbour in windows. All the functions, the validations and data processing. This is incredible. You have nothing to rewrite. Yes, the forms are different and you must use another approach. It's ...
by Otto
Wed Jan 15, 2020 11:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mod harbour - increíble
Replies: 7
Views: 1661

mod harbour - incredible

... ways. Making some projects you can see that is possible to reuse all the code already made with harbour in windows. All the functions, the validations and data processing. This is incredible. You have nothing to rewrite. Yes, the forms are different and you must use another approach. It's ...
by Otto
Wed Jan 15, 2020 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour - incredible
Replies: 0
Views: 323

mod harbour - is incredible

... ways. Making some projects you can see that is possible to reuse all the code already made with harbour in windows. All the functions, the validations and data processing. This is incredible. You have nothing to rewrite. Yes, the forms are different and you must use another approach. It's ...
by Otto
Wed Jan 15, 2020 11:17 am
 
Forum: mod_harbour
Topic: mod harbour - is incredible
Replies: 3
Views: 873

Re: Genesis - mod harbour

... ways. Making some projects you can see that is possible to reuse all the code already made with harbour in windows. All the functions, the validations and data processing. This is incredible. You have nothing to rewrite. Yes, the forms are different and you must use another approach. It's ...
by Massimo Linossi
Wed Jan 15, 2020 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genesis - mod harbour
Replies: 10
Views: 1484

Re: FWHMARIADB Samples

... can not use indeterminstic values for comparison. For example ( price > 0 ) is accepted but not ( `date` <= CURDATE() ). These kind of validations are still required to be done in triggers only. Please note that using both features of calculated columns and check constrains most of ...
by nageswaragunupudi
Wed May 10, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20554

Re: FWHMARIADB Samples

... front end does not do validation, the validation at the server level does not permit entry of invalid data. This is more secure than relying on validations in the front ends only.
by nageswaragunupudi
Fri May 05, 2017 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20554

Re: FWHMARIADB Samples

... 1) Implementation of Transactions. 2) Database integrity at server level through a) Foreign key relationships b) Unique constraints c) column validations d) calculation of dependent columns e) updation of related tables f) ENUM type of column 3) Triggers and stored procedures Lack of support ...
by nageswaragunupudi
Wed May 03, 2017 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20554

Re: FWH: MySql/MariaDB: RowSet object

... out of 20+ fields, the others are loaded in a personalized dialog when you want to see, edit, modify the record, mainly because there are a lot of validations in some fields and not every user has privileges to edit some of them. I use this approach with almost all the tables in a big ERP, just ...
by Adolfo
Wed Apr 26, 2017 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19557

Re: FWH: MySql/MariaDB: RowSet object

... etc. I have a large clients table, but in a xbrowse I just show 4 fields out of 20+, in tDolphin, I have an extra dialog, a big one with lot of validations items, after that I save modifications and do: oDbCli:LoadQuery(.F.) oBrw:DrawLine() and only the current line in xBrowse is altered and ...
by Adolfo
Mon Apr 24, 2017 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19557

Re: XBROWSE exclude or control ARROW keys in edit mode

... assigned with the help dialog function. If the user selects a product, return the producitid. If the user cancels the operation, return nil. Edit validations function is like this: function valid ...( oGet, oCol ) if oGet:VarGet() is not valid oGet:cText := oCol:Value // restore the original value ...
by nageswaragunupudi
Sat Nov 29, 2014 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5329

XBrowse with Add,Modify,Delete methods (13.07)

... class also knows how to handle errors avoiding ugly runtime errros in the final application. Our work is limited to handling the edit dialog and validations, whatever be the datasource. Add: Same way as edit. The data is appended the table and record pointer is moved to the new record. Depending ...
by nageswaragunupudi
Sun Sep 08, 2013 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with Add,Modify,Delete methods (13.07)
Replies: 5
Views: 3539
Next

Return to advanced search