Search found 132 matches: loads

Return to advanced search

Re: ADO RDD xHarbour

Antonio F. I look forward to all the new features and modifications. However, you are confirming my concerns. // with DBF RDD use customer // loads one record // with ADORDD use customer // loads the entire database So opening 20 databases with a DBF RDD loads only 20 records into memory. Opening ...
by James Bott
Fri Sep 11, 2015 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452454

Re: Problem with Listview

... exit, so its not a problem. The problem only comes from loading it more than one time, then the EXE when it finish will not release those extra loads, it will just decrease a Windows internal counter in one.
by Antonio Linares
Wed Jun 10, 2015 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Listview
Replies: 13
Views: 5667

Re: TExplorerBar Bitmaps

TExplorerbar class correctly destroys the bitmaps it loads.
Please check your class catalogo for any problems. You appear to be creating new bitmap handles in the method LoadWindow() which you need to destroy yourself
by nageswaragunupudi
Wed Mar 18, 2015 6:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TExplorerBar Bitmaps
Replies: 19
Views: 4655

Output directly to Printer

To All When I create my reports, I always start my print with this code which always loads the printer pallet .. How can I create a report that creates the printer object, but does not show the printer pallet. Here is my current code .. I pass "P" to print ...
by Rick Lipkin
Tue Feb 10, 2015 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Output directly to Printer
Replies: 3
Views: 608

Re: RDDADS.lib for Harbour and Borland

... improved database performance in network environments. The server acts as an intelligent controller that reduces competition for resources and off-loads much of the work normally performed by each client workstation. It is responsible for all database access, including all reading and writing of ...
by reinaldocrespo
Tue Jan 27, 2015 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4787

Re: to Mastintin : yahoo financial

Manuel, First I make some modify (add the proxy setup as meteo) // Our first DialogBox sample#include "FiveWin.ch"#include "ttitle.ch"#include "constant.ch"#define HTTPREQUEST_PROXYSETTING_DEFAULT   0#define HTTPREQUEST_PROXYSETTING_PRECONFIG 0#define HTTPREQUEST_PROXYS...
by Silvio.Falconi
Mon Dec 15, 2014 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: to Mastintin : yahoo financial
Replies: 13
Views: 5344

Re: xHarbour vs Harbour

... base address; preserves DLL relocation table /C Erases all linker-state files before each link /c Treats case as significant in symbols /d Delay loads a dll /D:xxxx Save specified description /Enn Specifies the number of max errors /GC Image comment string /GD Generates a DRC file /GF:xxxx Set ...
by hmpaquito
Tue Dec 09, 2014 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour vs Harbour
Replies: 27
Views: 4668

Re: TFolderX, button, PNG possible?

... LoadBitmaps( cResName1, cResName2, cBmpFile1, cBmpFile2,; cResName3, cBmpFile3, cResName4, cBmpFile4 ) Loads Exit1.png as visible from file ( 3. position ) oBtn1:LoadBitmaps( , , ".\bitmaps\Exit1.png" ) @ 100, 100 BTNBMP oBtn1 OF oFld:aDialogs[ ...
by ukoenig
Thu Aug 28, 2014 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderX, button, PNG possible?
Replies: 5
Views: 1039

Re: Migrando a Harbour

gracias por el dato

descargada la libreria rddads.lib desde aquí

https://code.google.com/p/harbour-and-x ... loads/list

ya compiló perfectamente

resumiendo, sin ningún cambio en mi código logré migrar de xHarbour a Harbour 3.2.0

la aplicación se ejecuta bien, por ahora ningún problema detectado
by postinelli
Wed Jun 25, 2014 12:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando a Harbour
Replies: 10
Views: 1097

Re: Por qué debería migrar de xHarbour a Harbour ?

gracias por el dato descargada la libreria rddads.lib desde aquí https://code.google.com/p/harbour-and-xharbour-builds/downloads/list ya compiló perfectamente resumiendo, sin ningún cambio en mi código logré migrar de xHarbour a Harbour 3.2.0 la aplicación se ejecuta bien, por ahora ningún problema ...
by postinelli
Wed Jun 25, 2014 11:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué debería migrar de xHarbour a Harbour ?
Replies: 17
Views: 5143

Re: Help about activex

The combo dont work cause invoque onchange and loads data from database. How I can simulate combobox on change method in activex. I think this is a solution. Thanks.
by Wanderson
Thu Dec 19, 2013 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about activex
Replies: 3
Views: 953

Re: VPN is slow

Maybe I am wrong Marco, but if my DBFs (780,000 kb) to load need 3.5 minutes - I suppose it loads completely? If not then I cannot imagine what the server is doing all that time. The testing server speed is around 4 Mbps of upload speed and my home internet is 30Mbps ...
by codemaker
Sun Dec 15, 2013 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VPN is slow
Replies: 14
Views: 4367

Re: Memoedit

Also, I noticed that every sample loads RichEd20.dll, but I do not see a copy of that anywhere on my computer. Where do we find it ? Can we then distribute it ? Please check your c:\Windows\System32 folder. This dll is provided by Microsoft. ...
by nageswaragunupudi
Fri Nov 22, 2013 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit
Replies: 29
Views: 6499

Re: Memoedit

... see was a sample of using it with a RESOURCE. Specifically, how should a resource be specified in the .rc file. Also, I noticed that every sample loads RichEd20.dll, but I do not see a copy of that anywhere on my computer. Where do we find it ? Can we then distribute it ? Does a memo edited in ...
by TimStone
Fri Nov 22, 2013 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit
Replies: 29
Views: 6499

New FTDN September/Septiembre 2013 (FWH 13.09)

... all the app life. Thanks to Enrico! http://forums.fivetechsupport.com/viewtopic.php?p=152663#p152663 * New: function FWLoadStrings( cFileName ) loads the strings to be used in your app for international languages support. Thanks to Silvio! http://forums.fivetechsupport.com/viewtopic.php?p=152770#p152770 ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2819
PreviousNext

Return to advanced search