Search found 137 matches: orders

Return to advanced search

Re: Xbrowse a speed problem using SCOPE ?

Mr James Scoped orders ( OrdSetRelation or SET RELATION .. SCOPED ) worked well for me for many years. Like you said it is always a good idea to link tables with IDs not by names. Apart from the fact that is a safe and good programming ...
by nageswaragunupudi
Wed Mar 02, 2016 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9290

Re: XBROWSE 15.12 Challenge

... the action clause, you also need to set order to the corresponding new index and re-position the record if necessary. Note: You can include sort orders inside the command like this:    HEADERS " Part ", " Description ", " Manufacturer ", " UPC ", ...
by nageswaragunupudi
Wed Jan 20, 2016 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE 15.12 Challenge
Replies: 11
Views: 3403

Re: XBROWSE 15.12 Challenge

... )  So, it does not refresh the browse with the new set of arrays. Apparently there is a method I need to add to push the refresh using the new orders. The logic here: If the setting is showing all records, it substitutes the second order, does a refresh and dialog update and a couple of other ...
by TimStone
Wed Jan 20, 2016 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE 15.12 Challenge
Replies: 11
Views: 3403

Re: ADO RDD xHarbour

Gunther,

You write in a message before that this array are always on first ranking and after this the indexes with INDEX ON... added.


Just lie any other rdd INDEX ON without ADDITIVE clause will clear all the orders prior to creation.
by AHF
Thu Nov 19, 2015 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452897

Re: How to combine use between ADO and ADORDD?

... recs - Slow. For sure you dont never need the 330.000 when the parent is only 4000. I think parent its related with some activity period. For ex. orders in 2015. If you have any date field in child table refreing the period or last order date then you could do: cDatePerido := "01/10/2015" ...
by AHF
Tue Jun 30, 2015 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine use between ADO and ADORDD?
Replies: 8
Views: 1626

Re: ADO RDD xHarbour

... live. And a test in certain routines to see if it is connected otherwise it let you do anything but: Updates, New records, changing index orders You will continue to work disconnected and as soon as you get connected again everything comes back to normal operation. With this we hope to ...
by AHF
Wed May 27, 2015 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452897

Re: problema con xbrowser

... using ads these days. Harbour. Creo que el problema esta en : OrdKeyGoto( n ) move record to n in active order but "temp" has no active orders .
by mastintin
Thu Apr 30, 2015 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 5046

Re: ADO RDD xHarbour

... struct index file right? Yes. This approach didn't foresee to keep the struct file name index and it might not be needed. You simply ask for the orders (tags) right? Yes. The struct file name itself is not needed ? Yes. The only thing we need is to open all indexes with the table if SET AUTO ...
by lucasdebeltran
Sat Apr 04, 2015 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452897

Re: ADO RDD xHarbour

... of the struct index file right? This approach didn't foresee to keep the struct file name index and it might not be needed. You simply ask for the orders (tags) right? The struct file name itself is not needed ? The only thing we need is to open all indexes with the table if SET AUTO OPEN is true ...
by AHF
Fri Apr 03, 2015 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452897

Re: ADO RDD xHarbour

... can be truly relational. For example, a DataSet can store one DataTable containing customers and another DataTable containing the customers' orders. These DataTable objects can then be related to one another within ADO.NET, thus recreating the relationship that exists within the relational ...
by AHF
Wed Apr 01, 2015 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452897

Re: ADO RDD xHarbour

Antonio, Im finishing Set Scopes. What is the normal behaviour? The scope if not cleared it remains with the index athough we change orders? I mean : sele 0use xtableset index to index1,index2set order to index1set scope to exp1,exp2browse()  //with scopeset order to index2Browse() ...
by AHF
Mon Mar 30, 2015 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452897

Re: xBrowse incremental seek multiple indexes

... seek) when sort order is changed and the user can continue to type the filter expression. He can also view the filtered records in different sort orders. Actually filter has nothing to do with sort order and does not require index. When programmer does not specify oBrw:cFilterFld, xbrowse assigns ...
by nageswaragunupudi
Mon Mar 16, 2015 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse incremental seek multiple indexes
Replies: 3
Views: 848

Re: FiveWeb

... del documento "pedido" a pdf. Este es un ejemplo que ya hace algo en concreto. For me a good example of program would be a form of sales orders that take articles and data customers. These articles and customers would have their forms new-delete-modification. There would be a user login ...
by hmpaquito
Tue Jan 20, 2015 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16736

OT: Dreams... by LF

... CRM e so on. We all use Harbour language but we use different data structures that very likely contain more or less the same data: customers, orders, invoices, transactions, bill of materials and so on. The problem is that the field's name is different, table's name is different and probably ...
by hmpaquito
Wed Nov 26, 2014 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Dreams... by LF
Replies: 1
Views: 503

Re: tData for SQL

... module in your code so that you have record visibility between your workstations. Also, in many service shops you many have 10 or so ( open ) work orders in a day and you can have multiple people ( potentially ) modifying the same record at the same time so you need to account for that before you ...
by Rick Lipkin
Wed Jul 09, 2014 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6298
PreviousNext

Return to advanced search