Search found 612 matches: certain

Return to advanced search

Rafael,

There are two ways to do it:

1. You may capture the mouse, so all the mouse events get routed to your window, until you release the mouse capture.

2. You may use a timer to call GetCursorPos() to know the mouse position on a certain time interval.
by Antonio Linares
Tue Jan 24, 2006 1:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detecting mouse click out of a window
Replies: 3
Views: 1053

FTDN new January 2006 build / nuevo build de Enero 2006

... WndTop( hWnd, [nNewTop] ) --> nTop support. * New: FiveWin.ch and FWCE.ch (for Pocket PC), new command to create individual radioitems at a certain location, and belonging to a radiomenu: #xcommand @ <nRow>, <nCol> RADIOITEM [ <oRadItem> PROMPT ] <cCaption> ; [ <of: ...
by Antonio Linares
Mon Jan 09, 2006 7:32 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3635

Antonio.
Thanks. I'll apreciate that. I need a certain control over the dates and times of the DBFs so that I can control their syncronization through ActiveSync
Regards
Rafael
by Rafael Clemente
Thu Dec 22, 2005 8:39 am
 
Forum: FiveWin for Pocket PC
Topic: Chage Date/Time in a File
Replies: 3
Views: 1397

> 1. Debugger : i don't know maybe Antonio can answer this one.

Windows for Pocket PC doesn't have a console window (text mode), so we can't use Harbour's own debugger.

We do recommend to use MsgInfo() calls to trace certain values, set breakpoints, etc.
by Antonio Linares
Mon Dec 19, 2005 12:45 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6242

... C++ compiler called IMPLIB.EXE, you simply do: IMPLIB ACE32.LIB ACE32.DLL this will convert the DLL into a harbour linkable LIB. however there are certain resources in the DLL that cannot be exported into a lib, so you will need to distribute the ACE32.DLL no matter that you have converted it into ...
by R.F.
Sat Dec 17, 2005 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS
Replies: 10
Views: 3468

Antanio,

Thanks for reply. I reinstall the samples folder and recompile then it shows again.

When I delete all *.rc then it disappear again.

Look like there is certain *.rc in use (borl32.rc ???)

Anyway, i got it now.

Regards
Hoe
by tnhoe
Tue Dec 13, 2005 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: folder not painted
Replies: 2
Views: 820

Web Services

Has anybody managed to utilize Web Services native in FiveWin without utilizing the MS Web Services Tools? I feel certain it is possible but I don't know where to start.

Byron...
by byron.hopp
Wed Nov 30, 2005 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

Multi-user data update

I would like to have a Listbox on a workstation automatically update at a certain interval. Then, when data is added at a different workstation, it will show on all within a period of time.

Is there a way to do this with FWH ?
by TimStone
Tue Nov 22, 2005 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi-user data update
Replies: 1
Views: 824

Re:

... bajarte , chekcout , de una fecha en concreta, al menos, que te acuerdes que te funcionaba bien. Vete a la pestaña revision. Marca Files at certain time y selecciona la fecha que te interesa bajar como estaba en ese momento el compilador. Para que no entre en conflicto con el directorio ...
by Vikthor
Thu Nov 17, 2005 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alguien tiene una version antigua del xharbour
Replies: 8
Views: 2418

I really need some help guys!

Hi, im new to this, havent had much experience and have come across a slight problem. im writing a program where i need to pad certain fields with trailing zeros, as the field will have values of varying length, but i have no idea how to do this, so any help would be great! Thanks all. ...
by deanomeano
Wed Nov 09, 2005 9:47 am
 
Forum: FiveWin for CA-Clipper
Topic: I really need some help guys!
Replies: 2
Views: 1015

Re:

... bajarte , chekcout , de una fecha en concreta, al menos, que te acuerdes que te funcionaba bien. Vete a la pestaña revision. Marca Files at certain time y selecciona la fecha que te interesa bajar como estaba en ese momento el compilador. Para que no entre en conflicto con el directorio ...
by thefull
Wed Nov 02, 2005 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alguien tiene una version antigua del xharbour
Replies: 8
Views: 2418

Dutch,

I do this in one of my apps. I have a config file with the IP address for a certain PC then I just do the following:

cFile := "\\"+alltrim(config->cIP)+"\myDir\Text.dbf"
USE &cFile SHARED NEW ALIAS "PCserver"

Hope this helps,

Jeff
by Jeff Barnes
Sun Oct 09, 2005 1:32 pm
 
Forum: FiveWin for CA-Clipper
Topic: How to open file in specificatio IP instead of Drive Letter
Replies: 4
Views: 1858
Previous

Return to advanced search