Search found 33 matches: exceed

Return to advanced search

Re: How to set up a child window inside a main window

Dear Silvio, Even if you modify the size of oWndClient, the child windows will exceed its area, it is the way Windows is designed. You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions ok But for a sample If I move on left and on top I can set ...
by Silvio.Falconi
Fri Nov 11, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 447

Re: How to set up a child window inside a main window

Dear Silvio,

Even if you modify the size of oWndClient, the child windows will exceed its area, it is the way Windows is designed.

You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions
by Antonio Linares
Fri Nov 11, 2022 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 447

How to set up a child window inside a main window

... - 4 and it works fine. I have difficulty with the bottom margin and the right margin. For the bottom margin I would like the child window not to exceed the end of the main window For the right margin I have to make a clarification: - if the bar on the right (oBarRight) is visible, the child window ...
by Silvio.Falconi
Fri Nov 11, 2022 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 447

Re: questions about xbrowse to understand better

... you may disable lHScroll or lVScroll No sorry, I meant that the scrollbar in this case the vertical one should be activated only when the lines exceed the height of the xbrowse control, as happens in the texplorer class sample : https://i.postimg.cc/3xYp3wt3/gg.png the rows of ...
by Silvio.Falconi
Thu Oct 20, 2022 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about xbrowse to understand better
Replies: 4
Views: 284

Re: xbrowse and detached variables Mr Rao please Help

Dear Master Rao
Hats Off !!!!!!!!!!!!!!!
all works fine
Many many thanks !!!
The code exceed my knowledge but xbrowse is great !!
I'll Continue with my project

Again
Many Thnaks
best regards
Wilson
by wilsongamboa
Sat Aug 27, 2022 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and detached variables Mr Rao please Help
Replies: 14
Views: 954

GET field: how i can block write in the next field?

I note that by default FWH allows you to write in the next get field without stopping if you keep writing.
How can I avoid it?
I would like the user to press enter or mouse click to go to next get field, stopping when lenght exceed the variable's lenght.
Thank you.
by max
Wed Oct 14, 2020 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET field: how i can block write in the next field?
Replies: 1
Views: 247

Adding a real time character count to a memo field dialog bx

... character count when you start typing a memo field .. I have some long string text fields that I have to make sure the character count does not exceed the maximum table field length .. The reason I want to enforce a strict field limit is the text will eventually fit into an program generated ...
by Rick Lipkin
Mon Jul 20, 2020 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a real time character count to a memo field dialog bx
Replies: 7
Views: 788

Re: Strange MariaDB save problem.

... suitably and concatenate more than one update statement with ";" so that the total size of the combined sql does not exceed 80% of the max_allowed_packetsize. Then execute multiple query at a time instead of executing each update query separately.
by nageswaragunupudi
Mon Jun 22, 2020 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange MariaDB save problem.
Replies: 17
Views: 1785

OT If you do not want to use google maps .. look at this

... being free even if the Key generates the monthly use of data is already limited and it is a boring wait to generate a new key every time you exceed the limit as it goes again I have found http://www.leaflet.org which I have used and this exelente is free fast and does not pay license or keys ...
by Busmatic_wpb
Sun Jan 13, 2019 3:55 am
 
Forum: Utilities / Utilidades
Topic: OT If you do not want to use google maps .. look at this
Replies: 6
Views: 1630

Re: hb_xrealloc can't reallocate memory

... frequency of automatic GC activation. nNewVal is number of GC items (in thousands). If total number of new GC items allocated from last GC pass exceed this value then GC is automatically activated. Setting 0 disable automatic GC activation. Automatic GC activation is necessary for programs which ...
by Carlos Mora
Wed Sep 02, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7226

for Mr. Nages and ADO exp - Access error record is too large

... description: (DOS Error -2147352567) WINOLE/1007 Record is too large. (0x80004005): Microsoft Access Database Engine Args: [ 1] = N -2 But I don´t exceed Access limitations: 250 fields or a field length more than 250 chars. This is a sample: #include "fivewin.ch"#include "dbinfo.ch"#include ...
by lucasdebeltran
Fri May 22, 2015 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: for Mr. Nages and ADO exp - Access error record is too large
Replies: 2
Views: 470

Re: Converting CVS files

... the file offsets, while VFP uses a 32-bit signed integer. Using a larger value to track the file offsets allows Advantage to access DBF files that exceed 2GB in size. However, the native VFP driver will no longer recognize this file as a valid table. When using Advantage the file size is limited ...
by Gale FORd
Fri Sep 06, 2013 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20037

Re: Converting CVS files

... 2GB CSV file into a DBF (under 32bit Windows XP). I didn't try it but I suspect I could not then import it again into the same DBF since it would exceed the 4GB maximum file size for 32bit. So I believe you are going to have to either go to ADS or SQL to deal with a file this size. Regards, James
by James Bott
Tue Sep 03, 2013 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20037

Re: Ayuda con ADODB

... value ) 3. For adChar your string length should exactly match the parameter "size" 4. For adVarChar, your string length should not exceed the size. Please check your assignments for each parameter carefully
by nageswaragunupudi
Thu Aug 01, 2013 8:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con ADODB
Replies: 4
Views: 1100

TMetroPanel Class bug fix

... number of columns of tiles in a group should be three large tiles (this could be a combination of large and small tiles). Sometimes the columns exceed this by a half a large tile (width of a small tile) so you have the equivalent of 3 and a half large tiles. Whew I hope that was clear. Here ...
by James Bott
Tue Jun 18, 2013 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMetroPanel Class bug fix
Replies: 1
Views: 638
Next

Return to advanced search