Search found 22 matches: overload

Return to advanced search

Re: FW Preview user style

... into FIVEWIN often inhibits the ideas of the application developers. Even if we application-programmers try to create general solutions, it's an overload and then your own program suffers. Also, regarding mod harbour I have so far the experience that the objects are to be seen somewhat with other ...
by Otto
Wed May 11, 2022 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: combobox for mod harbour

Mark, thank you for helping me. What exactly is not working. ARROW: Do you think we need the arrow. Isn't it an overload. --------------------------------------------------------- Now - thanks to Andreu, I can assign a value to the combobox and save. Please test. https://winhotel.space/mm/test.prg ...
by Otto
Sun Jan 19, 2020 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox for mod harbour
Replies: 9
Views: 1039

Re: Pregunta sobre win_OleCreateObject

Esta parece ser la explicación técnica: >> Objects created by WIN_OLECREATEOBJECT() do not overload operators >> like [], +, -, *, /, %, ++, --. ^. \. ==. != which are overload in >> TOLEAUTO class in xHarbour. https://www.mail-archive.com/harbour@harbour-project.org/msg19240.html ...
by Antonio Linares
Fri Oct 21, 2016 7:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre win_OleCreateObject
Replies: 5
Views: 1223

Re: ADO RDD xHarbour

... also be true for 200 since it will only depends of the server capacity of serving all the requests that with ADO are very few so even the server overload will not occur. Next version of adordd will be available 21-16.09. I will change the name to openrdd (Ill explain why when post it)
by AHF
Fri Sep 11, 2015 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446398

Re: ADO SQL VISIBILITY

... all records You'll see new adds deletes changes by others. You will always have the last info version. Cons: Navigation slower and server overload higher Many Dbs do not supported so you might get it through the ODBC OLedb driver. This means all navigation is transformed into queries by ...
by AHF
Wed Jun 24, 2015 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3481

Re: Windows 7 taskbar button progress bar

... CLSID *' to 'const IID &' Reason: cannot convert from 'const CLSID *' to 'const IID' No constructor could take the source type, or constructor overload resolution was ambiguous antonino.prg(32) : error C2039: 'lpVtbl' : is not a member of 'ITaskbarList3' C:\Program Files (x86)\Windows Kits\8.1\include\um\ShObjIdl.h(17308) ...
by Antonio Linares
Thu May 28, 2015 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 taskbar button progress bar
Replies: 20
Views: 5879

Re: FiveWeb

... I would never advise to use xbase++ to create CGIs... The CGIs put the server to intensively work, so you need small and fast EXEs that will not overload the server. Anyhow I fully respect each one desition :-)
by Antonio Linares
Sun Feb 22, 2015 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16383

Re: La nueva apariencia de EasyReport

... if module has public function FOO and this function exists also in HVM then the function in HRB is converted to STATIC one HB_HRB_BIND_OVERLOAD - overload all existing public functions HB_HRB_BIND_FORCELOCAL - covert all public functions to STATIC ones Other HB_HRB_* defines will be added in the ...
by cnavarro
Mon Sep 29, 2014 9:05 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La nueva apariencia de EasyReport
Replies: 226
Views: 155586

Edit resources with VS2012

good afternoon These are my first tests with the Resource Editor for VS 2012 We could go sharing our experiences, since it seems very interesting The moment I made two tests: one with a. RC and other editing an existing DLL. If someone knows a better methodology, please can you comment on it? In spa...
by cnavarro
Sun Jul 07, 2013 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit resources with VS2012
Replies: 0
Views: 727

Editar recursos VS2012

Buenas tardes Estas son mis primeras pruebas con el Editor de recursos de VS 2012 Podríamos ir compartiendo nuestras experiencias, ya que me parece muy interesante He realizado de momento dos pruebas: una con un .RC y otra editando una DLL existente. Si alguien conoce una metodologia mejor, por favo...
by cnavarro
Sun Jul 07, 2013 1:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar recursos VS2012
Replies: 20
Views: 3339

Re: Forum is often very slow

Enrico,

Yes, it seems faster.

Not sure if it may be related with the overload of the hosting servers, maybe when the US users awake ? :-)
by Antonio Linares
Wed May 22, 2013 3:05 pm
 
Forum: Off Topic / Otros temas
Topic: Forum is often very slow
Replies: 13
Views: 1775

Re: On Change ( get ) Incremental Search

... to have the simplest code there and to check if that makes a difference I think that if you peform too much work from that function, it may overload ADO, Windows, etc... MsgInfo() allows Windows to process pending messages but also it makes a "wait" (until you click on it) and ...
by Antonio Linares
Tue Mar 06, 2012 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: On Change ( get ) Incremental Search
Replies: 9
Views: 3599

Refresch screen via network

... 'onchange evaluate function'? The problem is that now i can take 10seconds to update the screen. I can make the time shorter, but don't want to overload the program. Thanks, Marc
by Marc Vanzegbroeck
Wed Jan 11, 2012 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresch screen via network
Replies: 14
Views: 3398

Re: GDI+

Günther, Unless there is a real need for it, my understanding is that GDI+ is an important overload for an application and thus we should avoid it. I may be wrong, as I have never performed speed tests about this, but I think that a simple API function has to perform ...
by Antonio Linares
Thu Sep 22, 2011 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDI+
Replies: 16
Views: 2660

Re: Harbour Compiler Build Questions ! UPDATED *

... from 'GUID *' to 'const GUID &' Reason: cannot convert from 'GUID *' to 'const GUID' No constructor could take the source type, or constructor overload resolution was ambiguous How can I solve this? TIA -- hua //-------------------------// GuID generieren// Stefan Haupt, April 2005//-------------------------#include ...
by Antonio Linares
Thu Jun 16, 2011 1:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 13957
Next

Return to advanced search