Search found 652 matches: detlef

Return to advanced search

Re: xbrowse

Mr. Rao,
I don't want to trouble you.
But my test still fails all the time.
And it doesn't matter with FW_SetUnicode() or without.

Image
I don't know what to do.

Regards
Detlef
by Detlef
Sat Jul 08, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 608

Re: SECTIONS READING

... endif          oText:Skip()      NEXT n      oText:Close()   endif   if len( aSections ) > 0      xBrowser aSections   endifRETURN nil Regards Detlef
by Detlef
Tue Jul 04, 2023 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SECTIONS READING
Replies: 3
Views: 357

Re: genblock

hi Silvo, as Detlef say : detached Locals when build in a "Loop" and use "Counter" you must call a Function to build a String for Codeblock so your "Counter" Number will be a STR() in a String      FOR ...
by Jimmy
Mon Jun 12, 2023 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: genblock

dear Silvio,

search the forum for detached locals.
Or have a look here http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41373&hilit=detached+local

Regards, Detlef
by Detlef
Mon Jun 12, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: calendar not run ( DBLCLICK)

Hi Silvio,
please, tell me how you can get an empty date with datepick?
I need a calendar function which allows return of empty dates.

Thanks, Detlef
by Detlef
Fri May 26, 2023 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: ASCAN reverse ?

hi Detlef,
Detlef wrote:just use RAscan() :wink:

so easy, thx

Detlef wrote:p.s. du wohnst in Hamburg?
Das ist nicht weit von mir. Vielleicht könnten wir uns austauschen?

JA
schreibe mir doch bitte eine private Message mit Email Adresse dann kann ich dir antworten.
AUGE_OHR AT WEB.DE
by Jimmy
Wed May 17, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN reverse ?
Replies: 2
Views: 161

Re: ASCAN reverse ?

... Main() LOCAL aArray := { "A", 1, Date(), 1, .F. } ? Ascan( aArray, 1 ) // result: 2 ? RAScan( aArray, 1 ) // result: 4 RETURN Regards, Detlef p.s. du wohnst in Hamburg? Das ist nicht weit von mir. Vielleicht könnten wir uns austauschen?
by Detlef
Wed May 17, 2023 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN reverse ?
Replies: 2
Views: 161

Re: Numeric alignment with oPrn:SayText( )

... is Char type Default is TL ( topleft ) TR : Top Right BL, BR -> BottomLeft, BottomRight "" Center Perhaps this may help you? Regards, Detlef
by Detlef
Wed May 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 537

Re: create pdf

DetLef, use whichever is best for you, I'm just showing other ways to use it.

Regards, saludos.
by karinha
Sun May 14, 2023 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 901

Re: create pdf

Hello Mr. Rao,

many thanks for your effort.
I'll try this when I'm at home again.

Regards, Detlef
by Detlef
Sun May 14, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 901

Re: create pdf

... if the user clicks the 'save as pdf file' button. When printing with oPrn:Say everything works fine. But print with oPrn:SayText crashes. Regards, Detlef
by Detlef
Sat May 13, 2023 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 901

create pdf

... 2 ] )  // here crash when SayText( ... ) was used in my print.prg1908:   next  Could anyone give me some help for this? Regards, Detlef
by Detlef
Sat May 13, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 901

Re: Excel and FiveWin

Hi Michel,

please, try this for example row #4:

Code: Select all  Expand view
   oSheet := oExcel:Get( "ActiveSheet" )

   oSheet:Rows( 4 ):Delete()
   oSheet:Rows( 4 ):Insert() 

Regards,
Detlef
by Detlef
Mon May 08, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel and FiveWin
Replies: 3
Views: 215

Re: Pls recommend a Resource Editor

... is deleted. So I have to put it manually into the file which is not very difficult but quite annoying. Do you have the same phenomenon? Regards, Detlef
by Detlef
Sun Apr 23, 2023 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pls recommend a Resource Editor
Replies: 7
Views: 695

Re: xBrowse footer picture

Mr. Rao,

After setting :cDataType := "N" for the picture clauses of cells and footers everything showed up correct.
My problem was the the array was empty at the beginning of xBrowse. So the browse didn't know whether there are numeric values or not.

Regards,
Detlef
by Detlef
Tue Apr 04, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 731
PreviousNext

Return to advanced search