Search found 34 matches: intentional

Return to advanced search

Re: SQL Update Response

Darrell

You might create an intentional error and Try Catch and eval oErr with xBrowse(oErr) and see what you get.

Rick Lipkin
by Rick Lipkin
Mon Aug 05, 2019 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1772

Re: Ribbon Theme

Silvio,

My apologies, it was not intentional. Sometimes the spell corrector does strange things and I don't always remember to check after I have typed something.
by James Bott
Thu Oct 25, 2018 5:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28248

Re: Application security and Code review

... and he understands, however the 'spouting' of IT policy to me seemed childish especially when I gave up my code to start a dialog that there is no intentional harm on my part to destroy or undermine his network Active Directory infrastructure. Now, politically my software will be seen in their ...
by Rick Lipkin
Sat Oct 14, 2017 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 4604

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... identical tables/database. Feedback we got so far is encouraging. Speeds for tables containing blobs and large memos can be slower and that is intentional.
by nageswaragunupudi
Sat Nov 05, 2016 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20541

Re: OT: Windows 10 - stop upgrade

... making a selection. MS changed this behavior therefore duping their users into doing the upgrade when they didn't want to and the change was intentional for this very reason. A lot of people don't like being tricked into doing something they don't want to do no matter how good it might be ...
by Randal
Wed Jun 29, 2016 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4780

Re: Cambios en xBrowse

... oQry:cOrder, , 1 )  //Le quite el DEFAULT porque no cambiaba orden al dar cllick en otra columna  We retain DEFAULT. This is intentional, not a mistake and is consistent with incremental filter behavior of all other sources like dbf, array, ado, etc. Normally, cFilterFld is ...
by nageswaragunupudi
Wed Apr 15, 2015 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en xBrowse
Replies: 2
Views: 707

Re: use FLOCK()

... in the locked file are accessible for read-only operations. I am getting the impression that I offended you, Hmpaquito, and if so, it was not intentional. I was just asking about the hang issue to find out how you handled it. I appreciate you sharing your code, and I was not criticizing it. ...
by James Bott
Fri Jan 30, 2015 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use FLOCK()
Replies: 24
Views: 6097

Re: bug xBrowse()

... When uData is nil, xbrowse displays default Alias(). This has been the behavior since the time this function was created and this behavior is intentional. We intended that simple statement XBrowse() or XBROWSER shows the default alias, same way the function Browse() does. ( Browse() uses WBrowse ...
by nageswaragunupudi
Mon Dec 29, 2014 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug xBrowse()
Replies: 6
Views: 890

Re: New FTDN August 2014 (FWH 14.08)

There is much to like in this release, I'll make immediate use of the inline charts.

I noticed that FiveHC.lib, the C library for BCC582, did not get rebuilt between 14.07 and 14.08. This may be intentional, but if not I wanted to point it out.

Robb
by rhlawek
Sat Sep 06, 2014 7:39 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1843

Re: Migrating to Harbour

... one I use conforms to harbour's standard library placement. One thing you will note is the libraries do not include the .lib extension. This is intentional and is done in all my build scripts because it makes them compiler agnostic, I don't change anything to go from msvc and its xhb.lib file ...
by rhlawek
Thu Oct 03, 2013 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16132

Re: xHarbour class designations Protected and Hidden not working

... data are visible in other classes/functions in the same module. That is something we do not expect but it is so. I do not know if this is a bug or intentional design. But in Harbour they are not visible outside the class, even in the same module. And in class we created "inherited" from ...
by cnavarro
Wed May 01, 2013 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour class designations Protected and Hidden not working
Replies: 6
Views: 1839

Re: xHarbour class designations Protected and Hidden not working

In xHarbour protected and hidden data are visible in other classes/functions in the same module. That is something we do not expect but it is so. I do not know if this is a bug or intentional design.

But in Harbour they are not visible outside the class, even in the same module.
by nageswaragunupudi
Wed May 01, 2013 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour class designations Protected and Hidden not working
Replies: 6
Views: 1839

Re: XBrowse ToExcel

... picture clause to cEditPicture. XBrowse internally constructs bStrData. The code errors out in case of non-standard usage of bStrData and that was intentional.
by nageswaragunupudi
Mon Oct 31, 2011 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ToExcel
Replies: 2
Views: 708

Xbrowse fwh 11.04 to M.RAo

M. Rao Is it intentional that the following section is commented in xbrowse ? This produces an error when compiling xbrowse with an application. I uncommented and compile is OK , any side effects ? PS : I am using an older version ...
by Richard Chidiak
Sat May 07, 2011 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse fwh 11.04 to M.RAo
Replies: 3
Views: 702

Re: xbrowse -Unselect line

... was NOT selected initially? This would help trace changes between the present and the older version. To the best of my knowledge, there was no intentional change in the multi-select behavior but it is possible that there was some change in the code at sometime inadvertantly.
by nageswaragunupudi
Wed Mar 23, 2011 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse -Unselect line
Replies: 8
Views: 1419
Next

Return to advanced search

cron