Search found 13 matches: namely

Return to advanced search

Re: bug BTNBMP

... temporary solution is simple: I just make the button size and the image the same. However, FWH has also changed the way the resources are painted, namely how the sizes and contents of the LTEXT/RTEXT,/TEXT are shown. Sometimes the text is now cut, because it takes up more space in the painting, ...
by MOISES
Mon Mar 23, 2020 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug BTNBMP
Replies: 24
Views: 2571

Re: to Nages: test for tdatabase

... guests room by room. Until last year no one had asked me for something like this but this year it seems that everyone is asking me the same thing, namely to insert the names of the guests, an identification document and their cell phone. So I have to enter the guest by taking the customer code, ...
by Silvio.Falconi
Fri May 10, 2019 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5680

Re: Logo background screen blurring on Windows SEVEN 64 or 32bit

Morning Antonio. Yes, that image "depoisalteracaolinhares.jpg" and windows set in "Setting for a better look." namely a normal operating standard "Windows 64-bit Edition." But the other problem with the screen: "telanaook.jpg" the identical problem ...
by tiaofw
Sun May 26, 2013 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo background screen blurring on Windows SEVEN 64 or 32bit
Replies: 31
Views: 6945

call Harbour from c++

... call here: nResult = HttpRegisterEvent(hClient, 0xFFFF, MyEventHandler, 0); Here is the actual event handler where I need to execute Harbour code, namely a function called SSL_EVENTS which is compiled with Harbour 3.2 and FWH 1302 and BCC. VOID CALLBACK MyEventHandler(HCLIENT hClient, UINT nEventId, ...
by don lowenstein
Tue Apr 02, 2013 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call Harbour from c++
Replies: 3
Views: 1039

Xbrowsing a Tree without loading in Memory

... like this: REDEFINE XBROWSE obrw ALIAS (customers)->cAlias ID 100 OF oDlg AUTOCOLS   Let's further suppose we have another table, namely "Sales" table. The table contains an entry for each purchase that each customer has ever done. The table is composed of records and ...
by reinaldocrespo
Sun Dec 16, 2012 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3594

Re: image trasparent

The Alpha Channel RGB colours are also called RGB channels. The reason for this is that there is an optional fourth channel a pixel can have, namely its alpha channel. The alpha channel ('A') is used to represent transparency. Not all digital images have transparency information. In cases where ...
by anserkk
Thu Jul 01, 2010 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: image trasparent
Replies: 9
Views: 1642

Re: convert program to a network version

... in shared mode. You can use the functions provided by Mr.Rick to open the DBF files in shared mode For Eg: Assuming that you have 2 DBF files namely Customer.Dbf and Invoice.Dbf Instead of executing the regular xBase command to open the Dbf For eg: Select 1 Use Customer Select 2 Use Invoice ...
by anserkk
Tue Jul 21, 2009 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert program to a network version
Replies: 14
Views: 5533

Naming "Feature" with Harbour Compiler?

... name for the source file of a class as the class itself ( for example CLASS myclass in file myclass.prg ) the harbour compiler gives an error, namely: Error F0002 Redefinition of procedure or function: 'MYCLASS' 1 error and the compilation ( to C source ) fails. Is this correct / normal behaviour? ...
by xProgrammer
Sun Nov 23, 2008 5:55 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Naming "Feature" with Harbour Compiler?
Replies: 1
Views: 691

Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes

... for %%f in (*.obj) do c:\bcc55\bin\tlib fiveh.lib -+ %%f /0 /P32,, I am unsuccessful in creating FiveH.Lib and FiveHx.Lib I created 2 Batch files namely 1) mFiveH.Bat :- To create FiveH.Lib (FWH Harbour Lib) for %%f in (*.prg) do c:\harbour\bin\harbour %%f /n /ic:\fwh\include;c:\harbour\include ...
by anserkk
Thu Oct 16, 2008 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6650

A Question about (FiveLinux) Class TWBrowse

... ) ACTIVATE WINDOW oWnd return nil I note that in TDialog there is an intriguing piece of code to do with TListbox objects, namely: // Listbox controls initialization workaround for n = 1 to Len( ::aControls ) if ::aControls[ n ]:ClassName() ...
by xProgrammer
Fri Sep 05, 2008 8:32 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A Question about (FiveLinux) Class TWBrowse
Replies: 5
Views: 1462

Client Server xBase - The Back End

... The first type might be a read, an update or an insert. The second type will be a read. I have created a base TData Class and two subclasses, namely TSingleData and TListData. Current versions are as follows: CLASS TData DATA iWorkArea DATA aPROPERTIES DATA iProperties DATA aOUTPUT DATA aLIST ...
by xProgrammer
Wed Aug 20, 2008 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11765

... app over which you have no control. I specially want to point out that this is the beauty of this computer language (harbour & xharbour). Namely; code blocks and macros. I can't think of any other computer language, Delphi, or even C++, where you can do this. AFAIK, this gives us an "unfair" ...
by reinaldocrespo
Thu Apr 10, 2008 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12763

Hi Antonio Simple source for test program follows. It is testdlg.prg with two minor changes, namely cAddress is initialised with some non blank data and secondly the PASSWORD option has been removed from the associated get. #include "FiveLinux.ch" function ...
by xProgrammer
Sun Mar 30, 2008 10:40 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help Please
Replies: 29
Views: 7448

Return to advanced search