Search found 38 matches: skips

Return to advanced search

Re: Xbrowse bBargetAction and the filtering function for it

... to read the 100 records that are in California. The index is already sorted by state, so the scope starts at the first record for California and skips through the next 100 records until it runs out of California customers. So, in this case it is 100 times faster than the filter.
by James Bott
Fri Jul 01, 2022 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 831

Re: Tecla TAB desde codigo

... SIZE 100,30 PIXEL OF oDlg RIGHT   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil  Pressing Tab key always skips the second get. Please build and test this sample. If you still have problems, let us know and also inform your FWH version.
by nageswaragunupudi
Mon Apr 18, 2022 4:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tecla TAB desde codigo
Replies: 10
Views: 391

Re: xbrowse command not working properly -- MR. RAO

... rows? 2. oTb:RecNo() --> current row/record number? 3. oTb:GoTo( n ) --> Moves the record pointer to nth row? 4. oTb:Skip( +n or -n ) --> skips the record pointer by n or -n rows? How did you define columns? Yes, sir For column in Browse       oCol := oBrw:AddCol()      oCol:nWidth ...
by Compuin
Wed Feb 23, 2022 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1378

Re: xbrowse command not working properly -- MR. RAO

Can I also assume that:

1. oTb:RecCount() --> number of rows?
2. oTb:RecNo() --> current row/record number?
3. oTb:GoTo( n ) --> Moves the record pointer to nth row?
4. oTb:Skip( +n or -n ) --> skips the record pointer by n or -n rows?

How did you define columns?
by nageswaragunupudi
Wed Feb 23, 2022 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1378

Re: Leer Excel grande a un array o DBF

... a) NIL: ( i) If range has headers in first row: Copies contents of each column to the field whose name is same as the header of the column. Skips when no match is found. (ii) If range has no headers: Copies contents of excel columns from left to right into fields 1 to last. - Char: Should ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 732

Re: FW_ExcelToDBF to be extended (enhanced)

... a) NIL: ( i) If range has headers in first row: Copies contents of each column to the field whose name is same as the header of the column. Skips when no match is found. (ii) If range has no headers: Copies contents of excel columns from left to right into fields 1 to last. - Char: Should ...
by nageswaragunupudi
Tue Mar 09, 2021 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF to be extended (enhanced)
Replies: 5
Views: 783

Re: Compare two arrays

... are matched. Eg: FW_ATI( "EAR", "Years Hear Ear", nil, nil, .T. ) --> 12, but not 2. If lSkipQuotes is .t., the search skips any text inside quotes, "...", '...' or [...] Eg: FW_ATI( "NEAR", 'He said "it is near" but it is not near', nil, ...
by ukoenig
Wed Jun 05, 2019 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare two arrays
Replies: 3
Views: 864

New FTDN May/Mayo 2019 (FWH 19.05)

... are matched. Eg: FW_ATI( "EAR", "Years Hear Ear", nil, nil, .T. ) --> 12, but not 2. If lSkipQuotes is .t., the search skips any text inside quotes, "...", '...' or [...] Eg: FW_ATI( "NEAR", 'He said "it is near" but it is not near', nil, ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3097

Re: AADD not working with GETS

I'm not saying that it does not works. IT works to show the dialog the 1st time, but as the user skips from register to register the dialog does not update, it keeps the old values.

No, please.
It works correctly.
Please re-check.
by nageswaragunupudi
Sun Feb 03, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1825

Re: AADD not working with GETS

I'm not saying that it does not works. IT works to show the dialog the 1st time, but as the user skips from register to register the dialog does not update, it keeps the old values.

Doing it assigning values to a predefined array, on the other hand, works perfectly showing the values every time.
by ellano
Sun Feb 03, 2019 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1825

Re: DBeval for unique values

...     AADD( aVals, { oCust:Last, oCust:First } )        oCust:OrdSkipUnique() // !!!! not possibleenddo  That skips unique records on normal index changed to : // You have a normal index on LAST ( not unique )oCust:OrdSetFocus( "CUST1" )oCust:GoTop()cStrTest ...
by ukoenig
Fri Feb 01, 2019 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBeval for unique values
Replies: 5
Views: 988

How to validate dates in a corrupted database

... 0, oPmtable:recno() } ) The file is oPMtable. dBaseD is simply CTOD( "01/01/80" ). The problem is not here, but when database.prg skips to the record, apparently it does not like one of the values in the date fields it sees. It fails at line 1048: for n = 1 to Len( ::aBuffer ) ...
by TimStone
Fri Oct 06, 2017 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1354

TDatabase FWH 17.08 : Datas and Methods

... lUnique ) ) 20. DbCreate( aStruct ) DbCreate( ::cFile, aStruct, ::cDriver ) 21. Deactivate() Closes Alias 22. Delete() Deletes current record and skips to next undeleted record. 23. Deleted() Returns .T. if current record is deleted 24. DeleteIndex( cTag, cFile ) Removes the index tag from the ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1781

FWH: Parent Child RowSets (MySql/MariaDB)

... only that subset of child table's records from the server that match the defined relationship and keep reading and refreshing whenever the parent skips and resync is called. PROS: Not necessary to read entire child table to start with. CONS: Each resync takes time to read the new data from the ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4225

Re: pagers for xBrowse

... records any number of times within the local cache also should not affect performance. In any case, let us see if xbrowse performs more "skips" than necessary. We are clear that every refresh() requires (1) skipping to the first row displayed, (2) skipping record by record till the ...
by nageswaragunupudi
Wed May 18, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pagers for xBrowse
Replies: 14
Views: 3866
Next

Return to advanced search

cron