Search found 312 matches

by Detlef Hoefner
Mon Jul 12, 2010 8:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: World Cup
Replies: 8
Views: 1209

Re: World Cup

The Spanish team did a great job. :D
Congratulations!

Detlef
by Detlef Hoefner
Fri Mar 05, 2010 4:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Edit a xBrowse array
Replies: 3
Views: 751

Re: Edit a xBrowse array

bEditBlock should return the new value if edited or old value if not edited. You may change the bEditBlock as: :oCol( "Target"   ):bEditBlock := { || GetNewTarget( oBrw, cKdNr, oBrw:aRow[ 4 ]) } Please also change STATIC PROCEDURE as STATIC FUNCTION and RETURN xnTarget. Dear Mr. ...
by Detlef Hoefner
Fri Mar 05, 2010 11:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Edit a xBrowse array
Replies: 3
Views: 751

Edit a xBrowse array

Hi all, i try to edit an array value from a xBrowse. But i can't see the post edit value. Do i miss something? Here my code REDEFINE XBROWSE oBrw ID 10 OF oDlg;       ARRAY aArtGrp;       COLUMNS 1, 2, 4;       HEADERS "Art.Grp.", "Name", "Target";       SIZES    50    ...
by Detlef Hoefner
Tue Feb 16, 2010 5:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and Excel
Replies: 10
Views: 1721

Re: XBrowse and Excel

Dear Mr. Rao,

thanks a lot for your valuable help. As usual your hint works very fine.

Thanks and kind regards,
Detlef Hoefner

btw.
I'm not common with names of people from India.
Is 'Mr. Rao' the correct way to address you?
by Detlef Hoefner
Tue Feb 16, 2010 2:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and Excel
Replies: 10
Views: 1721

XBrowse and Excel

Hi all, i'm using FWH 9.12. I want to call the method ToExcel() from xBrowse. But it crashes with following message:   Error description: Error BASE/1004  Class: 'NIL' has no exported method: HWND    Args:      [   1] = U   Stack Calls ===========    Called from:  => HWND(0)    Called from: .\source...
by Detlef Hoefner
Mon Feb 08, 2010 9:47 am
Forum: FiveWin for CA-Clipper
Topic: e-mailadresses
Replies: 8
Views: 4250

Re: e-mailadresses

Sorry, i can't help because i don't understand your question.

Please provide some more details about your problem.
What data do you have and what you want to do with them?

Regards,
Detlef
by Detlef Hoefner
Wed Jan 20, 2010 12:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse
Replies: 19
Views: 4321

Re: TsBrowse

Many thanks, Manuel,
Detlef
by Detlef Hoefner
Wed Jan 20, 2010 12:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How have a value from Xbrowse with array
Replies: 3
Views: 601

Re: How have a value from Xbrowse with array

Silvio,

try

Code: Select all

oBrw:aRow[ n ]
where n is the desired column.

hth,
Detlef
by Detlef Hoefner
Tue Jan 19, 2010 3:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse
Replies: 19
Views: 4321

Re: TsBrowse

G. N. Rao,

thanks a lot for your help.
I just found out that is was a stupidity of my xHarbour Builder :( .

Thanks anyway,
Detlef
by Detlef Hoefner
Tue Jan 19, 2010 2:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse
Replies: 19
Views: 4321

TsBrowse

HI all,

i still use Manuel's TsBrowse class in version 6.13 enhanced by James.
When building an exe file with FWH 9.12 and xHarbour 1.2.1 i get a linker error :
Error: Unresolved external '__reta'

Can somebody give me a helping hint how to avoid this?

Thanks for all ideas,
Detlef
by Detlef Hoefner
Thu Dec 17, 2009 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: ID caller - Any experience ?
Replies: 17
Views: 2960

Re: ID caller - Any experience ?

Marco,

you might look at TAPI documentations.
All good pbx systems should provide a standard TAPI interface.
Unfortunatelly i didn't yet work on that topic.

But let me know if you find something useful.

Regards,
Detlef
by Detlef Hoefner
Thu Oct 08, 2009 8:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: TEXTBOTTOM clause working?
Replies: 3
Views: 647

Re: TEXTBOTTOM clause working?

Hi Uwe,

i don't understand your reply.
Does it mean your tool will solve my problem?

Thanks and regards,
Detlef
by Detlef Hoefner
Wed Oct 07, 2009 12:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TEXTBOTTOM clause working?
Replies: 3
Views: 647

TEXTBOTTOM clause working?

Hi all, i want to show several buttonbmp each with a bitmap of size 32 height x 49 width. The prompts i wanted to show below the pictures. But all prompts are vertically centered even when i use TEXTBOTTOM. Here my code: REDEFINE BUTTONBMP oB[ 1 ] ID 10 OF oDlg ACTION oDlg:End() BITMAP "FLAG_DE...
by Detlef Hoefner
Mon Sep 28, 2009 9:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Meaningless use of expression 'Logical'
Replies: 3
Views: 1294

Re: Meaningless use of expression 'Logical'

camelot, if() or iif() is the same. But the compiler is correct. An action like '.t.' is meaningless, because it is no action. You should write 'NIL' in case the second state of your if doesn't need an action. ACTION (IF(oSchl:Formular(oSchl:oSchlDbf), oSchl:BtnUpdate("STAMM"), NIL ),oSchl...
by Detlef Hoefner
Thu Sep 24, 2009 7:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: no mouse wheeling with txborowse in fwh9.08
Replies: 13
Views: 1915

Re: no mouse wheeling with txborowse in fwh9.08

Hallo Otto, i added the following code at the end of my program: #pragma BEGINDUMP #include <hbapi.h> #include <windows.h> HB_FUNC( SCREENTOCLIENT )  //  ( hWnd, aPoint ) --> aPoint {    HWND hWnd = ( HWND ) hb_parnl( 1 );    POINT pt;    pt.x = hb_parvnl( 2, 2 );    pt.y = hb_parvnl( 2, 1 );    Scr...