Search found 120 matches: wanted

Searched query: wanted

by Otto
Wed Jan 08, 2025 7:54 am
Forum: mod_harbour
Topic: learn mod_harbour
Replies: 3
Views: 113

Re: learn mod_harbour

Hello Maurizio,

I was just about to write another appeal, saying that a new year is a great time to start something new. Then I wanted to check how long it has been since Antonio gave us mod_harbour. Many have not even unwrapped the gift yet. That was over 5 years ago.

I also read in other forums ...
by TimStone
Thu Dec 12, 2024 10:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 543

Re: PRINT class printer options

... this pops up the Windows option for selecting the printer to use. It has worked fine, and continues to work in all other print routines.

Now, I wanted to have the ability to specify a printer to which the program will default when printing the Invoice document. If I modify the output within the ...
by Marc Venken
Wed Nov 20, 2024 7:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse with method GoLeft() and GoRight()
Replies: 0
Views: 561

Subclass Xbrowse with method GoLeft() and GoRight()

... h_system["TOOLTIP"] = ::aCols[::nColSel]:cHeader+" -> "+::aMyColHelpData[::nColSel]
return ::Super:GoLeft()



I was wondering ....

If I wanted to add a method MyLeft() + MyRight() and I want this method to go left, but do nothing else, no checking, reading etc.. can that be done ?
If I try ...
by TimStone
Wed Nov 13, 2024 1:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5774

Re: cloud or not cloud

... the application, and provide support, to a very loyal group of clients. For me, re-programming to the cloud was a task far beyond the time I wanted to spend programming since I have other things that are very important, and not so many years left that I can do them.

The real focus, however, is ...
by Silvio.Falconi
Mon Nov 04, 2024 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 826

Re: Another setcheck xbrowse

oBrw:bClrStd := { || { CLR_BLACK, If( oBrw:aRow[ 1 ], METRO_ORANGE, CLR_WHITE ) } }


Sorry Nages,

it wasn't what I wanted, that is, I wanted that when I passed the mouse over it (in the second column) the writing could light up in orange just like I do with the menu on the right

https://i ...
by Otto
Tue Oct 29, 2024 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 346

Adjusting the setup program

... much work this would normally involve:

This morning, I read my friend’s WhatsApp message:

My suggestion would be to start with what I initially wanted to tackle—and where the biggest improvement could be made—the cash register (WLAN roaming is a shaky thing since RDP requires a continuous stream ...
by Marc Venken
Thu Oct 24, 2024 1:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: General program technique : on init()
Replies: 2
Views: 389

Re: General program technique : on init()

I wanted to proof myself wrong... and i did.

The way I programmed is wrong. Like the sample above, ALL xbrowse are executed before I see a dialog.

Putting them insite the folderactions function only the browse insite that TAB in de folder is executed because folderactions is only executed when we ...
by Natter
Mon Oct 21, 2024 6:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Subordinate browsers
Replies: 5
Views: 564

Re: Subordinate browsers

There are 2 xBrowse - oBrw1 and oBrw2. I need to nest oBrw2 into oBrw1.

Code: Select all | Expand

SetParent(oBrw2:hWnd, oBrw1:hWnd)
I.e. I wanted to make a tree of nested xBrowse controls
However, nothing is working out :(
by karinha
Sun Oct 20, 2024 3:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 8288

Re: New FWH 24.09

... Anyway, the backward compatibility is being restored soon and no more testing is required please.

Beloved master NAGES, that's what I wanted to know. Thank you very much. And I'm sorry for the inconvenience. You are fantastic!
Enrico, thank you very much for trying to help. Big hug to ...
by Otto
Wed Oct 16, 2024 12:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MySql and Encryption
Replies: 6
Views: 936

Re: MySql and Encryption

Hello friends,

For my DBF files, I'm testing an approach like this.

I initially wanted to use AES (fwrite()), but then I wouldn't have full-text search capabilities, and I think FTS wouldn't work even with TDE.

This type of encryption I use now isn't entirely secure, but since only we use this ...
by Ruth
Fri Oct 11, 2024 7:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SYSLINK
Replies: 17
Views: 1690

Re: SYSLINK

Dear Mr. Santos,

it seemed to me that with SYSLINK I could add the action already in PELLES C through the TEXT where I wanted to put
<a href="xwheinstellunge.exe">go to SETUP</a>

but I may have confused a lot here...sorry for that. So now I am going the classic BUTTON way and try to achieve the ...
by Ruth
Fri Oct 11, 2024 1:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SYSLINK
Replies: 17
Views: 1690

Re: SYSLINK

... friends,

thank you very much for your time and attention.
Are you using a TWebView2 object ?
No...it is a screen we have for a long time and I wanted to add a link to somewhere else in the programm to make it more comfortable for the users.
Does the antivirus or FireWall not complain?
Also no ...
by hua
Fri Oct 11, 2024 4:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to specify dialog size when using xbrowser?
Replies: 2
Views: 281

How to specify dialog size when using xbrowser?

Hi guys.
When using the XBROWSER command is it possible to specify the wanted height and width of its dialog?

TIA
by Lailton
Thu Oct 10, 2024 12:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView vs. TWebView2
Replies: 7
Views: 698

Re: TWebView vs. TWebView2

... do you have any error with it?

Dear friends,

I have a project where this is working fine
oWebView := TWebView():New(, hWnd)

Now I wanted to go further and use
oWebView = TWebView2():New( oWnd )

but then it doesnt compile properly any more.... please could anyone be so kind as to ...
by Ruth
Wed Oct 09, 2024 2:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView vs. TWebView2
Replies: 7
Views: 698

TWebView vs. TWebView2

Dear friends,

I have a project where this is working fine
oWebView := TWebView():New(, hWnd)

Now I wanted to go further and use
oWebView = TWebView2():New( oWnd )

but then it doesnt compile properly any more.... please could anyone be so kind as to point me to the missing components etc ...