Search found 312 matches: deal

Return to advanced search

Re: Problem with memo text printout

... it was viewed on the screen. My clients DO NOT LIKE CHANGE and so they are very upset with this right now. As programmers it might not be a big deal, but we write for our customers and their feelings matter. Tim
by TimStone
Fri Feb 14, 2020 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with memo text printout
Replies: 5
Views: 1535

Re: Recursos desde modulo .hrb

... I'm sorry. Vilan, I read you worked with .hrb files. How do you deal with dialogs and objects for your system? Do you use just code or you put those in .rc files ?
by Compuin
Thu Jul 18, 2019 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recursos desde modulo .hrb
Replies: 11
Views: 1107

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

... this? oCustomers:= TCustomers():New() And even open another copy in the same function. oCustomers2:= TCustomers():New() Now you don't have to ever deal with aliases. You should define a class for each database. So many options with objects, and the code is much simpler. James Thanks for the code ...
by hua
Fri May 03, 2019 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 2034

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

... this? oCustomers:= TCustomers():New() And even open another copy in the same function. oCustomers2:= TCustomers():New() Now you don't have to ever deal with aliases. You should define a class for each database. So many options with objects, and the code is much simpler. James
by James Bott
Thu May 02, 2019 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 2034

Re: To Nages : Explain me how I must make this tdatabase

Your old app is a single user app--everything was exclusive use. Now you have to deal with multiple users so you cannot just pack a database whenever you want without consequences. If the client specifically said they want to see the ID of records that have not ...
by James Bott
Sat Mar 02, 2019 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3400

Re: To Nages : Explain me how I must make this tdatabase

... Why do you or your client want to generate an ID for a record that has not yet been saved to the database? If you do this, then you either have to deal with missing ID's in your database, and/or you have to add blank records and then delete them. Also you have to write a lot more code, but you ...
by James Bott
Sat Mar 02, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3400

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... with .dbf and certain networks ... I moved away from .dbf over 10 years ago to ADO and Sql rdms's .. YES, I had to re-write my programs to deal with SQL query syntax and never looked back and I have NO problems with performance .. To make the leap to ADO easier Rao has created a series ...
by Rick Lipkin
Tue Jan 22, 2019 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3777

Re: dbfs on Network : wich performance method?

... USE Customer   DATABASE oDbf  So I had to find another way to use the archives on the local network. Later I preferred not to deal with this type of connection in order not to run into these errors. For you first test I wish ask questions: 1) Tdatabase of fwh run ok or have ...
by Silvio.Falconi
Tue Oct 30, 2018 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 5525

dbfs on Network : wich performance method?

... of Manuel Esposito (gather / scatter) but I have so many problems for a simple shirting program and after this bad experience I preferred not to deal with the topic of the network I would especially like someone to show me which performance method to use according to his personal working experiences, ...
by Silvio.Falconi
Mon Oct 29, 2018 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 5525

Re: Ribbon Bar Sample ?

... changes, the biggerst problem is making sure I don't break things or introduce change too quickly and upset them. I get that. We've all had to deal with it. You may be able to just swap ribbonbars for your current buttonbars. The norm is to only have one ribbonbar, but maybe you can have multiple ...
by James Bott
Fri Oct 26, 2018 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2713

Re: Archives on the local network

... a check in the save() method to prevent creating a duplicate record. Note that aliases and record locking are built-in, so you don't ever have to deal with them. However, your example is not a good one. You should never use something like a name for an ID. Of course, there are multiple people ...
by James Bott
Thu Oct 04, 2018 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Archives on the local network
Replies: 4
Views: 764

Re: questions manage dbf

I 'm trying to create a app for network but I not remember how I must create it because in the last 10 years I have preferred to deal with simple little programs where there was no need for the archives on the net. now I present the problem of an application that must necessarily use a ...
by dagiayunus
Mon Oct 01, 2018 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3981

questions manage dbf

I 'm trying to create a app for network but I not remember how I must create it because in the last 10 years I have preferred to deal with simple little programs where there was no need for the archives on the net. now I present the problem of an application that must necessarily use a ...
by Silvio.Falconi
Sat Sep 29, 2018 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3981

Re: FWH 18.03 Dialog Problem (STILL)

... ... :D Is there any difference in behaviour of the same application between 1802 and 1804 (revised libs) ? If you have other issues, we shall deal with them separately. Thanks Mr. Rao. As discussed with you over eMail. So far I have no Test-Crash with the FWH1804 revised libs. :wink:
by fraxzi
Thu Jun 07, 2018 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7577

Re: FWH 18.03 Dialog Problem (STILL)

fraxzi wrote:Hi Mr. Rao,

Partially tested with FHW1804 ... No Crash. But the dialog's Get Objects (Font) became Bold during testing ...

:D

Is there any difference in behaviour of the same application between 1802 and 1804 (revised libs) ?
If you have other issues, we shall deal with them separately.
by nageswaragunupudi
Thu Jun 07, 2018 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7577
PreviousNext

Return to advanced search