Search found 72 matches: entirely

Return to advanced search

Re: GetPrinters() fails

Stefan,

We had to use several files from Harbour to keep backwards compatibility with OLE support, but in fact we dont need the functions from that file so we are going to try to remove it entirely
by Antonio Linares
Fri Dec 16, 2011 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetPrinters() fails
Replies: 11
Views: 2033

New FTDN July/Julio 2011 (FWH 11.07)

... function cFileSetExt( cFileName, cExt ) --> cFileNameWithNewExt * New: samples\classch.prg, This example shows how to create a Harbour Class entirely from language C (low level) and to inherit another Class from it from PRG (high level) * New: Libraries FiveH32.lib and FiveHC32.lib are to ...
by Antonio Linares
Mon Aug 01, 2011 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2011 (FWH 11.07)
Replies: 2
Views: 2086

New FTDN June/Junio 2011 (FWH 11.06)

... a Harbour Class and object Build it using samples\buildhm.bat or samples\build64.bat * New: samples\classc.prg shows how to create a Harbour Class entirely from language C. This opens a lot of amazing possibilities! :-) * New: New report designer and engine MyRpt is available from samples\myrpt ...
by Antonio Linares
Tue Jun 28, 2011 11:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2011 (FWH 11.06)
Replies: 0
Views: 1334

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... + Implemented: completely reworked code completion basics and brand new function prototype display as tooltip ( now entirely native widget with many extras ). 2010-07-09 00:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp ...
by Pritpal Bedi
Sat Jul 10, 2010 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99594

Re: xMate ENV file

... to provide more natural way how we programmers think of to manage our projects and which other features we may need in the future. As it is entirely based on PRG code, and alo it employs a powerful plugin ( .prg, .hrb ) formats, it can be extended to any extend a develpers wants it to be. ...
by Pritpal Bedi
Tue Jun 22, 2010 10:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xMate ENV file ( Solved )
Replies: 15
Views: 5023

Re: ADDING DATA INTO AN ARRAY....[X,Y]

... could, presumably, also check for any double ups. Your array would have a start date and an end date and you would discard any records that fall entirely outside of these dates and make appropriate adjustments where the occupation dates do not fall entirely between these start and end dates. ...
by xProgrammer
Mon Feb 22, 2010 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADDING DATA INTO AN ARRAY....[X,Y]
Replies: 14
Views: 4186

Problem in alligning say in report

... my system.Alllignment and position of the text are Correct.But the problem arise When the same code run on another system the position of the say entirely changed.The problem may be due to the difference in font properties nInpHeight and nInpWidth.These values are different on each system.How ...
by sajith
Fri Sep 11, 2009 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in alligning say in report
Replies: 6
Views: 998

Re: ARRAY or DATABASE with oLbx?

Otto,

An array is entirely hold in memory, it does not need any disk access, thus it is faster.

Anyhow, if you are doing your tests in the Pocket PC memory card, please keep in mind that the memory card as harddisk is slower than using a Pocket PC folder in its harddisk.
by Antonio Linares
Mon May 04, 2009 10:34 am
 
Forum: FiveWin for Pocket PC
Topic: ARRAY or DATABASE with oLbx?
Replies: 4
Views: 743

xHarbour -> Harbour compatibility

Hi!

I wish to test my xHarbour+FWH8.12 to Harbour 1.0.1

problem is... I have GLOBAL and GLOBAL EXTERNAL declarations... massive like entirely on my .prgs'

question is... What can I do?


Regards,
by fraxzi
Wed Jan 14, 2009 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour -> Harbour compatibility
Replies: 18
Views: 2603

IP-Info

... this information to clipboard, and then either minimise itself to your System tray or Task Bar for quick and easy access, or close the program entirely, so in a flash you have the information you want about your Internet connection. Options The Get IP options screen allows you to configure ...
by ukoenig
Mon Oct 27, 2008 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing a valid IP address? ( SOLVED! )
Replies: 43
Views: 9393

The nice thing is that, having written a client server xBase database server entirely in xHarbour on linux, it shouldn't take much effort to port it to Windows. So if I can write the code necessary to query the Microsoft Access database I'll be able to query it ...
by xProgrammer
Fri Sep 12, 2008 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with ODBC or other means to Access Access Database
Replies: 7
Views: 2231

ADO

... in retrieving information, the next step is to create a recordset. The three ADO objects can return a recordset, so the one you use depends entirely on what you need to do. In this example, we are going to display the information we collect in an HTML page. The most efficient way to do this ...
by Antonio Linares
Wed Aug 27, 2008 7:29 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 69108

MS Access

... You mentioned that you must use DAO for passwords in Access, but that maynot be entirely true. Access 2000 and Jet 4.0 permit extensive DML advances; I just wrote a scriptexample issuing SQL CREATE VIEW [ ...... ] permits writing ...
by Antonio Linares
Wed Aug 27, 2008 7:28 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 69108

Uwe, As Otto has pointed, StrToken() is highly optimized as it is entirely based in C language so its speed is excellent. Here you have a working example: #include "FiveWin.ch" function Main() local cText := "C813354668;1063567698;0160 ...
by Antonio Linares
Tue Aug 19, 2008 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A converter from text-file ( with delimiters ) to DBF ?
Replies: 29
Views: 7229

Controlling Tab Order

... added (optional) DATAs to class TGet as follows: DATA oNextTab /** next tab stop */ DATA oPrevTab /** previous tab stop */ Shift-Tab is handled entirely in KeyDown(), Tab is flagged in KeyDown() and handled in LostFocus(). I am happy to share details if its of interest to others. My TGet is ...
by xProgrammer
Mon Jul 14, 2008 11:39 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Controlling Tab Order
Replies: 0
Views: 596
PreviousNext

Return to advanced search

cron