Search found 147 matches: intention

Return to advanced search

Re: xBrowse background color problem

... of the brush. The reason is we may create a brush and use it for various controls. The brush inside the xbrowse is susceptible for resizing. The intention of cloning the brush is not to affect our brush object with the changes/resizing that happens within the xbrowse. For this reason, usage of ...
by nageswaragunupudi
Fri Dec 24, 2010 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse background color problem
Replies: 6
Views: 1297

Re: xBrowse – memofields

... the columns, but you cannot browse informations without having a record - might be comletely empty - in the 'leading' table! Can you confirm? My intention was and still is to introduce a method to display long text (continuous text) without using memo fields and with a normal row height!
by frose
Fri Nov 26, 2010 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse – memofields
Replies: 18
Views: 5249

Re: Checking for a Windows 64-bit

Daniel,

I think it's more intuitive and in line with the rest of IsWin...() functions.


That was my intention. Maybe changing the function could break compatibility with existing apps, but are there already 64bit apps ? I think, it´s not too late to change the function.
by StefanHaupt
Wed Aug 18, 2010 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking for a Windows 64-bit
Replies: 20
Views: 6715

Re: create and use an index for a set of records

... faster and is automatically erased when the table is closed. This is what I do in my programs where this is necessary. Incidentally, if the only intention is to browse the record numbers in an array, xbrowse provides even much simpler way to do this, even without creating any index, custom or ...
by nageswaragunupudi
Tue Aug 03, 2010 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create and use an index for a set of records
Replies: 10
Views: 2146

Re: Refreshing xbrowse when dataset is closed and re-opened

... of the one for DBase. Rest of the code works the same way whether it is DBase of Access. In this process we lost sight of the main thread. My intention in posting the sample code was to demonstrate one of the ways to change the recordset at runtime with *ease*. In Mr. Rick's case it was only ...
by nageswaragunupudi
Fri Jul 16, 2010 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xbrowse when dataset is closed and re-opened
Replies: 67
Views: 16616

Re: Ajustes en XBrowse.

Mr. Rao,

Thanks a lot for clarifying this to me.

And yes, you're rigth, my intention is to assign common properties to all and then fine tune when necessary.

Best regards.
by Raymundo Islas M.
Mon May 10, 2010 2:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustes en XBrowse.
Replies: 16
Views: 4227

xBrowse and bDragBegin

... it doesn't happen. It looks to me, as if disengaging the left mouse button isn't being perceived by the system and so the dragging begins without intention of the user. With wBrowse this problem won't occur. For example, this is my code in the window with the adresses:   //** Für Drag & Drop  ...
by gkuhnert
Thu Mar 25, 2010 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and bDragBegin
Replies: 0
Views: 348

Re: tDatabase

... to updating the customer file. And you can also use such a class when you are not using a browse. James Yes Mr. James. I do agree with you. My intention was not to understate the merits of TRecord class, but to explain the use of a less known but very useful method of XBrowse.
by nageswaragunupudi
Thu Mar 04, 2010 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tDatabase
Replies: 16
Views: 4658

How to identify WindowState

... bar ie Minimize, Maximize & Close from the window and the same is shown on the MDI Main window ShowWindow( oWnd:hWnd, SW_NORMAL  ) My intention is to restore the size and state of the window to its original size even if the user click on the maximize button on a MDICHILD window. I ...
by anserkk
Tue Feb 02, 2010 5:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to identify WindowState
Replies: 11
Views: 2582

Re: Current Date in DTPicker

... attribute : S how none = Yes , but I obtain the same result with the difference that the date field is disabled. Best regards Wzaf That is the intention. Disabled means empty date , maybe yoy can test it before the data are written in the DBF. Frank
by demont frank
Sun Jan 31, 2010 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Current Date in DTPicker
Replies: 3
Views: 962

Re: Dialog refresh

Antonio & James, my intention is to prepare two minimal sample this w.e. - the first one with resource - the second one without resource Probably this problem is more evident with many objects However, here from my tests: - all controls ...
by MarcoBoschi
Sat Dec 12, 2009 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog refresh
Replies: 13
Views: 2089

Re: xBrowse MoveCol() and nFreeze on FWH9.11

... by dragging column headers. If the user drags un-freezed columns into the freezed area or drags freezed columns outside the freezed area, the very intention of the programmer is defeated. Till version 9.10, the only option available to the programmer to protect the freeze is by setting oBrw:lAllowColSwapping ...
by Antonio Linares
Sat Nov 28, 2009 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse MoveCol() and nFreeze on FWH9.11
Replies: 3
Views: 667

Re: MySql users - can anybody help to compile MySql.c

... the client library. MySQL Connector/C does not rely on the MySQL Server release cycle, so bug fixes and new features are released more often. My intention is to know whether by using this Lib, can I avoid the ODBC driver installation on each and every PC . May be I am asking a very stupid question ...
by anserkk
Tue Nov 03, 2009 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql users - can anybody help to compile MySql.c
Replies: 12
Views: 2300

Re: Choosing SQL database ...

... operating systems have native connectivity to MS Sql server .. right out of the box .. nothing to configure .. it just runs with your ADO code. My intention is that when I run my FWH app, the FWH application should be able to check whether the ODBC driver is installed or not. If not installed then ...
by anserkk
Tue Oct 27, 2009 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30467
PreviousNext

Return to advanced search