Search found 61 matches: sized

Return to advanced search

Re: Fivewin and ADO

ExcelRange Vs ADO Use ExceRange for reasonable sized ranges. The data need not be organized like a table, can contain formulas and can be or ragged size. Planned improvements in future: Will soon provide editing excel formulas in xbrowse itself. ...
by nageswaragunupudi
Fri Jun 09, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3800

Re: Postal bar code

James,

I checked it out, but was not able to print out the proper sized code. It was not critical, so I just moved on.
by TimStone
Tue Jan 03, 2023 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Postal bar code
Replies: 8
Views: 614

Re: Display thumbnails of pdfs

... 0x0600 int cxMin; // min snap point int cxDefault; // default snap point int cxIdeal; // read only. ideal may not eqaul current width if auto sized (LVS_EX_AUTOSIZECOLUMNS) to a lesser width. #endif } LVCOLUMNA, *LPLVCOLUMNA; Please try this example where Class LVColumn is implemented. We ...
by Antonio Linares
Sun Oct 16, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2269

Re: dbfntx very slow with 2+ users

... should use RDP. > All your problems will disappear with it. but license for 1 user costs about 150 euros And the server the server must be sized appropriately I don't remember how much ram each user ... In my opinion in a local area network if it were programmatically optimized the index ...
by MarcoBoschi
Fri Apr 15, 2022 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6809

Re: Number of Fields

Hello Philippe, >SQL is very very faster than DBF . Can you please post a sample on small or medium-sized tables demonstrating this? Especially for web pages, DBF files are easy to use. Do you have experience with it? Comparisons? Demands on the server, server maintenance, ...
by Otto
Fri Oct 08, 2021 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 884

Re: EasyReport progress?

... mysql, Oracle, ... but I speak in general. I repeat, in general, most of the programs of my colleagues here are designed for small (perhaps medium-sized companies) and if we rely on the use of dbfs and the client demands a web solution from us to exploit their system, how do we do it? I am currently ...
by Carles
Tue Mar 30, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8835

Re: Array of Gets on a scroll panel

Nages, when I use the scrollpanel in a dialog sized by the user (oDlg: bResized), the objects contained in it do not refresh themselves, i.e. they always have their own configuration, for example https://i.postimg.cc/pLVpT51G/colori.jpg ...
by Silvio.Falconi
Fri Mar 26, 2021 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of Gets on a scroll panel
Replies: 10
Views: 1265

TButton Icon Alignment

To All I have 4 identical sized TButtons 52 x 20 that each have a 16 bit icon .. I can not ( further ) change the width of the Button Prompts .. http://img4.imagetitan.com/img4/small/22/22_icons.jpg Notice how the second ...
by Rick Lipkin
Thu Jul 23, 2020 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: Ribbon Theme

... box on the right edge is no longer used in Windows 10 apps. Apparently, it is just a graphic image that can be removed. Here is a link to a full sized image so you can see an Outlook 2019 message bar full sized. Note that this one is using the black theme and the outline bar is medium gray. So ...
by James Bott
Fri May 31, 2019 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28239

How to get the coordinates of a child window?

... on the main window. But how to get the coordinates of a child window (TMdiChild) relative to the parent window (TMdiFrame) when the user moved/sized it? Is there a method or function which is doing this job or have I write one for my own :?: Any suggestion for this 'HowTo' are welcome :) :idea:
by frose
Mon Feb 04, 2019 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get the coordinates of a child window?
Replies: 5
Views: 800

Re: How to show a large text

Mr Vilian just wants to display medium-sized multi-line text without editing. We provided a basic sample. What font and size he likes and what size of dialog he wants he will decide and implement depending on his requirements.
by nageswaragunupudi
Tue Mar 27, 2018 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show a large text
Replies: 17
Views: 2339

Re: Buscando funciones/propiedades...

... <nIndex> System measurement to retrieve. Puede ser uno de los siguientes valores. SM_CXBORDER 5 Width of window frame that cannot be sized. SM_CXCURSOR 13 Width of cursor. SM_CXDLGFRAME 7 Width of frame when window has the WS_DLGFRAME style. SM_CXDOUBLECLK 36 Width of the rectangle ...
by cuatecatl82
Sun Dec 24, 2017 9:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscando funciones/propiedades...
Replies: 2
Views: 969

15.10 Browse problem

... ALIGN LEFT ORDER "eclpho" add to oLbxcl Header "Email" data oClients:clieml ALIGN LEFT In the past, the columns always auto sized depeneding on the size of the data fields. Now the first column takes up the first 80% of the browse, and the remainder are scqueezed into the ...
by TimStone
Thu Dec 24, 2015 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8398

Re: To Antonio: vector based icons & images.

... brushes of images. Syntax: DEFINE BRUSH oBrush FILE <imagefile> RESIZE DEFINE WINDOW oWnd [MDI] BRUSH oBrush The image will automatically re-sized when the window is re-sized. However brushes support only raster images. If we select a good quality image (jpg or other) of sufficiently large ...
by nageswaragunupudi
Thu Jun 18, 2015 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: vector based icons & images.
Replies: 8
Views: 867

Re: To Mr. Nages

... you are using ADO recordset opened via FW_OpenRecordSet(...) or your own way, the syntax I mentioned above will work in case of small and medium sized data. In case of MySql, it is possible that the maximum configured packet_size is less than what you need to write the data in single statement. ...
by nageswaragunupudi
Thu May 21, 2015 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Nages
Replies: 3
Views: 1465
Next

Return to advanced search