Search found 22 matches

by dempty
Mon Nov 16, 2009 4:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a new method in a class
Replies: 3
Views: 639

Re: Creating a new method in a class

Antonio Linares wrote:Diego,

What method is it ?

AfterCheck and BeforeCheck in treeview class
by dempty
Thu Nov 12, 2009 5:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a new method in a class
Replies: 3
Views: 639

Creating a new method in a class

Hi guys,

i've been working under an object and i found a method at msdn that is not declared in FWH.

Some body knows how can I implement this?


can i use the method handleevent for?



thanks
by dempty
Tue Sep 15, 2009 11:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to know which item was checked on tree?
Replies: 10
Views: 1794

Re: How to know which item was checked on tree?

Antonio,

Almost this! Because its shows all items that are checked and i wanna show just the item was checked in each moment.

I don`t know if I express myself well. So being more exactly:

The tree is there with all items, so i check "Imprimir..." and the function shows for me just "Imprimir ...
by dempty
Mon Sep 14, 2009 8:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to know which item was checked on tree?
Replies: 10
Views: 1794

Re: How to know which item was checked on tree?

Antonio,

In this way i have done before. I really want to pick up that exactly item in the moment its checked.

When I check "Imprimir..." i want the message shows "Imprimir...". Just the item was checked and not all of them.

Is that possible?
by dempty
Mon Sep 14, 2009 8:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to know which item was checked on tree?
Replies: 10
Views: 1794

Re: How to know which item was checked on tree?

Diego,

Could you please provide an example PRG that shows the way you are doing it ? thanks

Here it goes
#include "FiveWin.ch"function Main()   local oDlg, oTree   DEFINE DIALOG oDlg      oTree = TTreeView():New( 0, 0, oDlg,,,,,200,200,,.t ...
by dempty
Mon Sep 14, 2009 5:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to know which item was checked on tree?
Replies: 10
Views: 1794

How to know which item was checked on tree?

Hi Guys,

I`ve started to work under tree with checboxes, but i can`t find an event that returns to me the item was checked.

I already tried oTree:bChanged and oTree:bChange but any of them works. When I tried oTree:OnClick its works just in a away, because i can`t get the item which was just ...
by dempty
Wed Aug 26, 2009 7:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Corrupt library: 'D:\fwh\lib\user32.lib'
Replies: 11
Views: 2108

Re: Corrupt library: 'D:\fwh\lib\user32.lib'

Antonio,

Thanks for all help!

I could compile with no errors!!

I use xhb( .com ) and sqllrdd and now all the operation in my system that open table is showing an error. Do u think i still have to do something with fwh or better show this error for xhb?

Erro BASE/1449  Syntax error ...
by dempty
Wed Aug 26, 2009 5:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Corrupt library: 'D:\fwh\lib\user32.lib'
Replies: 11
Views: 2108

Re: Corrupt library: 'D:\fwh\lib\user32.lib'

I have already renamed prnwnd.lib to user32.lib or including this code that Antonio post in another thread

#pragma BEGINDUMP#include <windows.h>typedef BOOL &#40; FAR PASCAL * LPPRINTWINDOW &#41;&#40; HWND hWnd, HDC hDC, UINT nFlags &#41;;BOOL WINAPI PrintWindow&#40; HWND hWnd, HDC hDC, UINT ...
by dempty
Wed Aug 26, 2009 1:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Corrupt library: 'D:\fwh\lib\user32.lib'
Replies: 11
Views: 2108

Re: Corrupt library: 'D:\fwh\lib\user32.lib'

nageswaragunupudi wrote:Please see the thread
viewtopic.php?f=3&t=16294&p=84223&hilit=user32.lib#p84223


Thanks! I have already downloaded the file antonio asked for: http://www.fivetechsoft.com/files/prnwnd.lib

I included it in my project maker, but i`m still getting the same error.
by dempty
Wed Aug 26, 2009 12:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Corrupt library: 'D:\fwh\lib\user32.lib'
Replies: 11
Views: 2108

Corrupt library: 'D:\fwh\lib\user32.lib'

Hi Guys,

I have just updated for fwh 9.07 and xhb commercial april 09 and this error came up.

xLINK: fatal error: Corrupt library: 'D:\fwh\lib\user32.lib'.Type: C >>>Couldn't build: sysfar.exe<<<Type: C >>>TMAKEPROJECT<<<Type: C >>>TMAKEPROJECT:REFRESH<<<Type: N >>> &nbsp; &nbsp; &nbsp;1411 ...
by dempty
Wed May 20, 2009 8:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Checking up the system memory
Replies: 1
Views: 403

Checking up the system memory

Hi guys,

Today i was building a new routine in my system and unfortunately I took a look at the system memory, wow, what i could is even after finished that routine my app was using the same memory as before(running the routine).

So I closed my app and opened it again, the memory at this time was ...
by dempty
Mon Nov 03, 2008 12:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Major Help with ads local
Replies: 2
Views: 514

i really need some help!
by dempty
Fri Oct 31, 2008 8:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Major Help with ads local
Replies: 2
Views: 514

Major Help with ads local

Hi guys,

After migrate to xharbour.com i've seen that my application running with ads local is to slow when i'm using the application in a client computer.

My application run in this way: All files are in the server and the client open the files there even the executable file.

My code ...
by dempty
Tue Sep 16, 2008 7:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to distinguish xhb.org or xhb.com with ifdef
Replies: 1
Views: 436

how to distinguish xhb.org or xhb.com with ifdef

Hi guys,

I started to migrate my system to work under xhb.com and sqlrdd, but I have to keep my old sql connection code, because for my clients who still using my old system version i must keep the support and i dont wanna separate my code for each version of xharbour.
So for do that i thought ...