Search found 33 matches: subset

Return to advanced search

hbmk2 problem

... sample. However, I believe the issue here is very specific and enough detail has been provided. It would be a challenge to try and write a small subset of code )
by TimStone
Mon Jul 10, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 756

Re: System info, Tips & Tricks, scharing project info

... when you would need to use this routine. I am having a hard time grasping when you would need to change several fields in an item database for a subset of the database. I don't think I have ever had to do this. What is this application for?
by James Bott
Sat Jan 15, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: Speedtest DBF vs. LetoDB and mySQL

Marc,

I assume you mean over the internet networking?

Note that even running from One Drive, it was still less than a second to open a browse showing a screenful of records from a subset (20,543) of 1 million records from the database.

James
by James Bott
Mon Oct 18, 2021 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1775

Re: Xbrowse - Select sort indexes

Sorry to stay on this, but .... I display an xbrowse with the one set of indexes. These are a subset of the full database. That works fine. Now I want to use an alternate set of indexes which are built on the full database. With the first database displayed, a button will ...
by TimStone
Tue May 18, 2021 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 979

Errsysw not working

... FWH, Harbour, and Visual Studio Community. In my main application, I include errsysw.prg and it works perfectly when an error occurs. I have a subset of my program, using many of the exact same files from the same source directory. When an error occurs, instead of errsysw showing a popup screen ...
by TimStone
Tue Feb 23, 2021 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw not working
Replies: 5
Views: 522

Working With Quickbooks. QBFC

... years of refinement. However, some of my clients insist on using QB because that is what their accountants want. Also, I'm looking to release a subset of my application that would incorporte QB rather than my own package.
by TimStone
Fri Feb 12, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 395

Re: exe windows on tablet

... it. I tell my clients that Windows tablets are actually full computers and prices are affordable now. I have taken my main application and built a subset with those things that can be done well on a tablet, and adjusted displays to best use the display space. My clients are happy.
by TimStone
Thu Oct 17, 2019 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: exe windows on tablet
Replies: 5
Views: 891

Re: trying with tdatabase

Mr. Rao, I have been using tData for many years, and it's subset of tSearch and tRecord. I can assure you it does nothing to conflict with tDatabase from which it inherits. I have also been developing in multi=user environments with dBase, Clipper, and ...
by TimStone
Thu Jan 24, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4783

Re: Example Business Object (Customer)

... of objects on a given Entity, like ClientsRepository, ProductRepository, etc. The Repository is usually the responsible for Find()ing a given or a subset of entities, and for the aggregational functions like Count(), Sum(), etc. Entities are also able to represent complex objects throw the knowledge ...
by Carlos Mora
Wed Nov 21, 2018 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8526

Re: Plotting locations on Google Maps

... is quite long when creating a map. So I decided to get the codes and store them in the database for each address. I have created a utility as a subset of what was provided above. All works fine except when Google cannot match the location, and at that point it doesn't create an error, but there ...
by TimStone
Thu Mar 09, 2017 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14276

FWH: Parent Child RowSets (MySql/MariaDB)

... This is all the work we need to do as a programmer. Two alternative methods are provided, similar to DataShaping of ADO. Method-1: Read 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 ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4238

Re: XBROWSE 15.12 Challenge

... on a column head. I create the browse normally and all parts are displayed, and I click on the field to select the index order. To get the subset of just stocking parts, I use the browse filter ( bFilterExp = "invtyp = .t. " ) and the lFilterFld := .t. and this does work. It's ...
by TimStone
Mon Jan 18, 2016 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE 15.12 Challenge
Replies: 11
Views: 3365

Re: Updated Version

Darrell, As Windows CE supports ADO, specifically ADOCE: The first thing you need to know about ADOCE is that it is a subset of ADO and as this new FWPPC uses Harbour 3.4 (as Viktor helped us to make it FWPPC compatible), then theoretically Harbour ADO could be used from FWPPC apps ...
by Antonio Linares
Tue Dec 01, 2015 2:53 pm
 
Forum: FiveWin for Pocket PC
Topic: Updated Version
Replies: 4
Views: 2001

Re: tData for SQL

... Therefore, there seems to be no alternative but to rewrite code in order to move to SQL databases. Mainly you need to reduce browses to only a subset of a table which generally can be done with a search narrowing down the number of records to be browsed. Then as Rick pointed out, changed records ...
by James Bott
Wed Jul 09, 2014 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6193

Re: tData for SQL

... my first DBFCDX application to Sql Server with ADO.. I found it to be a different way of thinking, especially thinking in terms of fetching a subset of rows for a specific query, rather than opening an entire table, seeking and filtering data. One thing to keep in mind using recordsets is ...
by Rick Lipkin
Wed Jul 09, 2014 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6193
Next

Return to advanced search