Search found 60 matches: effectively

Return to advanced search

Antonio, I assume that most FWH users use EMF files instead of WMF ones. the problem affects both (effectively I experienced it with an EMF) as method ImportWMF() is used to import either WMF's or EMF's Regards, Davide P.S. I'm already using a custom Printer.prg. Just wanted ...
by Davide
Sat Nov 22, 2008 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Corel.PRG - EMF bug
Replies: 5
Views: 1103

... I have to go critically through the inherited properties and more particularly methods as they might be inherited by a class but be irrelevant or effectively non functional - for example if there is no signal connect for that class. I did write the following little test program // testsay2.prg ...
by xProgrammer
Tue Sep 02, 2008 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10604

Clipper Errors

... This turned out to be very easy to do, I thought it would be a lot more difficult becuase we were using comix and clipmore with 5.2e, but they are effectively fully included in standard 5.3b.Clipper 5.3b probably has better object memory management as it would have needed it with the extra object ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93859

... can binary encode with [/code]sEncoded := HB_Serialize( ::aRESULTS )[/code] and transmitted back to our client and decoded with HB_DeSerialize(). Effectively we can use the same coding techniques but split where the code is executed between client and server. Please note that we can improve greatly ...
by xProgrammer
Thu Aug 14, 2008 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11947

... Windows applications. 2. The language appeared tied to flat ISAM data files FiveWin solved the first (but I, probably like most poeople who were effectively forced away from the language they loved, only discovered it recently) The second is clearly soluble. I don't think that writing xBase fiveWin ...
by xProgrammer
Wed Jul 23, 2008 10:31 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux and MySQL
Replies: 13
Views: 5235

... := SPACE( 16 ) ENDCASE NEXT __ObjSetValueList( oCalling, ::aVALUES ) That just leaves method WriteValues which effectively does the reverse of ReadValues. It looks like: METHOD WriteValues( oCalling ) CLASS VIEW FOR ii = 1 TO ::iProperties cDataType ...
by xProgrammer
Thu May 01, 2008 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Properties (DATA) be added dynamically to an Object (CLA
Replies: 9
Views: 2828

... more! I hate ThoseFunctionsWithImpossiblyLongNames() Personally I would be happier with a 12 or perhaps 16 character limit as witha 10 limit I effectively restrict myself to 7 characters due to my naming scheme (which started out with corporate work with SQL where there is no such limit). I ...
by xProgrammer
Mon Apr 14, 2008 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13072

... is a pretty nice text editor and comes with xHarbour language highlighting. Its KDE based so only available for Linux. By saving sessions you can effectively have it set up on a project basis. It tracks and shows levels of IF - ELSE - ENDIF, FUNCTION - RETURN etc but the language file needs some ...
by xProgrammer
Sun Mar 23, 2008 4:18 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux Button Bar ( My OS : Ubuntu 7.10 )
Replies: 19
Views: 4884

My Thoughts

... programmer's programming styles and conventions and rely upon them being applied fairly consistently. Any such system is likely to work much more effectively with code that was written to be documented by a given documentation software than try to retro document a given piece of code. I am currently ...
by xProgrammer
Sun Sep 02, 2007 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [OT]: Doxygen, source documentor
Replies: 4
Views: 1644

SOLVED! No GPFs! :-) Effectively the key is to use the right parameters and also a PASCAL declaration was missing: #include "FiveWin.ch" function Main() local oWnd DEFINE WINDOW oWnd TITLE "Test" @ 2, ...
by Antonio Linares
Sun Jun 10, 2007 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTMLHelp problem
Replies: 17
Views: 4576

... after talking to him, I downloaded API Guide and start investigating. I found out that all available printers under Windows 98, ME, 20, XP etc. is effectively retreivable from a few API Calls. The only problem is that API Calls are made though DLL32 Class and I`m not familiar with it yet. I started ...
by Gilbert
Tue Nov 21, 2006 2:42 pm
 
Forum: FiveWin for CA-Clipper
Topic: Message to Badara
Replies: 10
Views: 4179

... * the function returns nothing and sets the socket error. * The returned string does not contain the trailing CRLF sequence, so an * empty line is effectively returned as an empty string. * If the nResult parameter is given, it will contain the number of bytes * read from the socket, including ...
by Enrico Maria Giordano
Tue Sep 26, 2006 4:44 pm
 
Forum: FiveWin for Pocket PC
Topic: Tsocket samples send and receive?
Replies: 5
Views: 2509

Serial / Com Port Communication in FWH

... ver 2.5 Harbour for Borland C Compiler (downloaded from your Site only) Our application is for Retail Outlets / Department Stores & runs very effectively for IBM's / Epson's / NCR's Point of Sale (POS) machines. Problem : The problem we are facing is about the Customer Display which is connected ...
by vijaykamat_ca
Sun Jul 23, 2006 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Serial / Com Port Communication in FWH
Replies: 1
Views: 791

AMD Dual-Core Optimizer utility synchronizes TSC

... This utility helps that software access the RDTSC instruction directly, in order to correct the Time Stamp Counter on separate cores. It effectively keeps both cores working in parallel and reduces the differing video performance effects, or any other flaws that relate to timing situations ...
by modicr
Tue Jul 04, 2006 8:12 am
 
Forum: Off Topic / Otros temas
Topic: AMD Dual-Core Optimizer utility synchronizes TSC
Replies: 0
Views: 884

Ease of Use

... to date versions of xHarbour, only the version specified in the documentation; 2) ALTD() and/or the Debugger could not be used and I cannot work effectively without a debugger. 3) The project I wished to port from Clipper has around 65 PRG files whereas the script supplied does not seem to faciliate ...
by alansecker
Wed Feb 08, 2006 12:24 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Ease of Use
Replies: 1
Views: 1773
Previous

Return to advanced search