Search found 78 matches: circumstances

Return to advanced search

Re: Advantage Database Server

... which is currently ranked #1 in popularity ) or others that are pretty universal. So, you may be very wise with the path you are taking, for your circumstances, but it simply doesn't fit in mine. I think the most imortant focus for me is to convert the data handling to SQL ... which is a large ...
by TimStone
Thu Jan 13, 2022 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3668

Re: WaitUntil - batch command replacement for scheduler

... The executable WaitUntil.exe is also on that hub. I haven't fully tested it in more than 4 circumstances yet, but the syntax is WaitUntil <Day> <Time> So, in order to wait until Friday at 1:15 pm, you would type WaitUntil "Friday" ...
by FWExplorer
Tue Jan 05, 2021 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 961

Re: MySql Connection status?

... the programmer needs to do nothing. In case the auto-reconnection feature is not working as expected in any case, please let us know the circumstances and we will fix the issue immediately for you. Information: 1. Method Connect(): There should be no need to use this method in an application ...
by nageswaragunupudi
Fri Aug 03, 2018 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql Connection status?
Replies: 4
Views: 786

Re: MariaDB BlankRow() returns with additional element/field

May I know under what circumstances do you Requery the main rowset? You must be already aware that as far as possible, Requery should be avoided because it is time consuming and increases load on server and network Mr. Rao, I load a ...
by fraxzi
Sat Jun 09, 2018 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB BlankRow() returns with additional ... (SOLVED)
Replies: 13
Views: 1750

Re: MariaDB BlankRow() returns with additional element/field

May I know under what circumstances do you Requery the main rowset? You must be already aware that as far as possible, Requery should be avoided because it is time consuming and increases load on server and network
by nageswaragunupudi
Sat Jun 09, 2018 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB BlankRow() returns with additional ... (SOLVED)
Replies: 13
Views: 1750

How AI should be implemented and regulated

... artificial intelligence. Here are the five definitions given: A) Any artificial systems that perform tasks under varying and unpredictable circumstances, without significant human oversight, or that can learn from their experience and improve their performance. Such systems may be developed ...
by Rick Lipkin
Wed Dec 13, 2017 1:59 pm
 
Forum: latest AI news
Topic: How AI should be implemented and regulated
Replies: 0
Views: 611

Re: TXIMAGE error?

...             return https://s26.postimg.org/59uj6vj15/Floor_Plan.png Mr Dutch I am interested in seeing your code and learn in what circumstances Resize() is called. In FWH17.08, we moved the code from PROTECTED to EXPORT but still I like to know.
by dutch
Sun Sep 17, 2017 5:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2547

Re: TXIMAGE error?

Mr Dutch
I am interested in seeing your code and learn in what circumstances Resize() is called.
In FWH17.08, we moved the code from PROTECTED to EXPORT but still I like to know.
by nageswaragunupudi
Sun Sep 17, 2017 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2547

Re: Database - 17.07 - Problems

... you don't have to get an error for things to be going wrong. Did you look at the code? Notice that oSales is showing data from oCust under those circumstances--and there are no errors. Just using the new Close method from 17.07 isn't going to solve these kinds of problems. You have to destroy ...
by James Bott
Wed Sep 06, 2017 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11912

Re: Tdata still Up to Date ?

... invoice->client ) can be done everywhere without thinking of alias.. Yes, but it is a lot more than just the alias, depending on circumstances you may have to save and restore the state of the database (current pointer, filters, sort order, etc.). This should be built into your ...
by James Bott
Thu Jun 01, 2017 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5137

Re: FWHMARIADB Samples

... tON m.invnum = t.invnumSET     m.amount = IFNULL( t.t01, 0 )  This demonstrates the use of this method that can be used in similar circumstances, without writing complex SQL statements. Full Syntax:    METHOD UpdateSummary( cMaster, cMasKey, acMasCols,   ;                    ...
by nageswaragunupudi
Wed May 10, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20549

Re: Respectfully: Open letter to ALL FW forum members

I hope I can attend the convention.
But due to several circumstances, I only can decide by 15th of April.
by driessen
Tue Feb 21, 2017 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Respectfully: Open letter to ALL FW forum members
Replies: 23
Views: 5007

Re: PUBLIC var declaration issue

... fragile and can easily be broken. And those kinds of bugs are very hard to track down because they are highly dependent on a particular set of circumstances, and thus are hard to repeat. I dropped all use of PUBLICs and PRIVATEs, I don't know, maybe 20 years ago. Since then I have had way fewer ...
by James Bott
Sun Aug 30, 2015 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6345

Re: ADO and Lock

... this thread about all the different issues with using autoincrement fields as IDs. The table can end up with new numbers in the field in several circumstances. James Update: Sorry, I was thinking you were asking about SQL instead of DBFCDX. I don't know the answer for DBFCDX as I just discovered ...
by Horizon
Thu Aug 06, 2015 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and Lock
Replies: 27
Views: 6944

Re: ADO and Lock

... this thread about all the different issues with using autoincrement fields as IDs. The table can end up with new numbers in the field in several circumstances. James Update: Sorry, I was thinking you were asking about SQL instead of DBFCDX. I don't know the answer for DBFCDX as I just discovered ...
by James Bott
Thu Aug 06, 2015 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and Lock
Replies: 27
Views: 6944
Next

Return to advanced search