Search found 120 matches: tryed

Return to advanced search

Print this character &

... oPrn:RoundBox( 1, 7.8, 2 , 13.8, 0.1,0.1, oPen1,CLR_WHITE, {cTitulo33, oFont, CLR_BLACK} ,"CM" ) Don't print the character & , I tryed with other font but, don't. There are more... When I clicked on button "acrobat", the PDF file I created show me the roundbox whith ...
by D.Fernandez
Thu Feb 02, 2023 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print this character &
Replies: 2
Views: 248

Re: matrices multiplication

Nice, now some home work: :wink: https://i.imgur.com/a1TDeej.png I tryed: function Main()   LOCAL a := { { 1, 2, 3 }, { 4, 5, 6 } }   LOCAL b := { { 11, 12 }, { 13, 14 }, { 15, 16 ...
by AntoninoP
Mon Oct 12, 2020 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1031

Re: Using C# (and .NET) from FWH not working(?)

+1 hello, I tryed the dotnet sample, what I get is: ┌────────────────────────────────────────────────────────────────────────────┐?FiveWin for Harbour 19.09 (MSVC++) Sep. 2019     Harbour development power │▄?(c) ...
by Horizon
Sun Sep 13, 2020 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4381

Re: Using C# (and .NET) from FWH not working(?)

hello, I tryed the dotnet sample, what I get is: ┌────────────────────────────────────────────────────────────────────────────┐?FiveWin for Harbour 19.09 (MSVC++) Sep. 2019     Harbour development power │▄?(c) ...
by AntoninoP
Thu Nov 07, 2019 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4381

Re: AUTOSORT xBrowse

I tryed with FW_CdxCreate(,.t.) . Yes, this is the right way. This creates index tags on all columns in a temporary index. This index will be removed after the dbf is closed. Useful for autosort. function TempTest()  ...
by nageswaragunupudi
Sun Jun 23, 2019 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOSORT xBrowse
Replies: 1
Views: 544

AUTOSORT xBrowse

Dear Mr. Rao,
how can we use AUTOSORT with dbf files which do not have indexes.
Should we create for every field an index.
I tryed with FW_CdxCreate(,.t.) .
Is this the right way or is there an ad hoc indexing way. Only for one column.

Thank you in advance
Otto
by Otto
Sat Jun 22, 2019 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOSORT xBrowse
Replies: 1
Views: 544

Re: Fivewin a C++ framework

Hi Otto,

Just asking... ¿Why Symfony? AFAIK it is a great Framework, but one of the most hard learning. A couple of years ago i was comparing among several frameworks and tryed it but just once, too hard compared to others.

At the moment... ¿How far have you gone with it?

Regards
by Carlos Mora
Wed Mar 14, 2018 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin a C++ framework
Replies: 13
Views: 2738

Re: Adoordd , xbrowse

... oRs:Delete(1) // error ; no message // .... @ 0,0 XBROWSE oBrw OF oWndChild ; RECORDSET oRs; Changing recordset in alias works to (didn't know) I tryed to avoid the CLIPPER DELETE facility's , so that e delete field is not needed , making some changes in adordd. I will test it again without these ...
by Franklin Demont
Thu Oct 27, 2016 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adoordd , xbrowse
Replies: 9
Views: 2315

GetTasks() Function

Antonio

I have to close a program (that is in Try Icon Bar )
I tryed with GetTasks() but the program is not in the list , but if I open task manger insted it is.

Thank in anticipation
Maurizio
www.nipesetvice.com
by Maurizio
Fri Oct 16, 2015 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetTasks() Function
Replies: 3
Views: 724

Re: Change Font undefined SAY

...  hCtrl, WM_SETFONT, oFont:hFont )      ENDIF      hCtrl := GetWindow( hCtrl, GW_HWNDNEXT )   ENDDO  Warning: I haven't tryed it, so it is not under warranty :) I think it should work.
by Carlos Mora
Thu May 07, 2015 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Font undefined SAY
Replies: 10
Views: 1616

Re: ADO RDD xHarbour

... sele 0 use "whatever" shared Browse() I dont know if indexes work now. There is code for it but I still didnt tryed it. It depends also on the provider.
by AHF
Tue Mar 10, 2015 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446342

Re: FW App sending email but pc has no email client

fraxzi, I am trying to do the same, I tryed with this sample http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26316&hilit=email+cdo but I get the next error Application =========== Path and name: D:\b\mio\email\email.exe ...
by Marcelo Via Giglio
Tue Mar 03, 2015 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW App sending email but pc has no email client
Replies: 11
Views: 3561

Re: Excel Hyperlink

... Argumente: { =HYPERLINK("http://forums.fivetechsupport.com/","FiveWinForums") } Aufgerufen von TOLEAUTO:_FORMULA (0) I tryed it with "Formular" instead of "Formula", but an error also.
by fp
Thu Jan 15, 2015 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel Hyperlink
Replies: 13
Views: 1617

Excel Hyperlink

How Is it possible to set an eMail-hyperlink to an Excel-cell?

I tryed it with

oAs:Cells[nRow,nCol] := "=HYPERLINK(Test@abc.de)"

OR

oAs:Cells[nRow,nCol] := "=HYPERLINK('Test@abc.de')"

but it doesn't work.

Has anyone a solution?

Thank you
by fp
Thu Jan 15, 2015 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel Hyperlink
Replies: 13
Views: 1617

Re: XBROWSE : SortArrayData (FWH1402)

Hello, I tryed to solve the problem with reactivating oBrw:Refresh() in sortarraydata , but became another problem , see http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28365 So i have added in Method setarray : # ifdef ...
by nageswaragunupudi
Wed May 07, 2014 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : SortArrayData (FWH1402)
Replies: 2
Views: 593
Next

Return to advanced search