The Spanish team did a great job.
Congratulations!
Detlef
Search found 312 matches
- Mon Jul 12, 2010 8:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: World Cup
- Replies: 8
- Views: 1656
- Fri Mar 05, 2010 4:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Edit a xBrowse array
- Replies: 3
- Views: 1010
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. ...
- Fri Mar 05, 2010 11:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Edit a xBrowse array
- Replies: 3
- Views: 1010
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 ...
- Tue Feb 16, 2010 5:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse and Excel
- Replies: 10
- Views: 2215
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?
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?
- Tue Feb 16, 2010 2:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse and Excel
- Replies: 10
- Views: 2215
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...
- Mon Feb 08, 2010 9:47 am
- Forum: FiveWin for CA-Clipper
- Topic: e-mailadresses
- Replies: 8
- Views: 5834
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
Please provide some more details about your problem.
What data do you have and what you want to do with them?
Regards,
Detlef
- Wed Jan 20, 2010 12:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TsBrowse
- Replies: 19
- Views: 5748
Re: TsBrowse
Many thanks, Manuel,
Detlef
Detlef
- Wed Jan 20, 2010 12:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How have a value from Xbrowse with array
- Replies: 3
- Views: 799
- Tue Jan 19, 2010 3:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TsBrowse
- Replies: 19
- Views: 5748
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
thanks a lot for your help.
I just found out that is was a stupidity of my xHarbour Builder .
Thanks anyway,
Detlef
- Tue Jan 19, 2010 2:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TsBrowse
- Replies: 19
- Views: 5748
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
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
- Thu Dec 17, 2009 10:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ID caller - Any experience ?
- Replies: 17
- Views: 3453
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
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
- Thu Oct 08, 2009 8:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TEXTBOTTOM clause working?
- Replies: 3
- Views: 905
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
i don't understand your reply.
Does it mean your tool will solve my problem?
Thanks and regards,
Detlef
- Wed Oct 07, 2009 12:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TEXTBOTTOM clause working?
- Replies: 3
- Views: 905
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...
- Mon Sep 28, 2009 9:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Meaningless use of expression 'Logical'
- Replies: 3
- Views: 1483
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...
- Thu Sep 24, 2009 7:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: no mouse wheeling with txborowse in fwh9.08
- Replies: 13
- Views: 2441
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...