Search found 600 matches: suggestions

Searched query: suggestions

by don lowenstein
Sat Feb 08, 2025 11:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create shortcut for accessing URL
Replies: 5
Views: 1722

Re: Create shortcut for accessing URL

Thanks for the suggestions.
I'll test them on Monday.

Antonio, it's good to hear from you. I hope all is well with you and yours.

Don
by Otto
Wed Jan 22, 2025 10:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34080

Re: Antonio... FiveTouch posts are gone?

... will be updated incrementally.
Conclusion:

rg.exe is a game-changer: It provides SQL-like speed for full-text searches.

Simplicity and Transparency: The solution uses simple tools while maintaining full control over the data.
I'm excited to hear your thoughts and suggestions!

Best regards,
Otto
by chiaiese
Mon Sep 02, 2024 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 5228

Re: scrollbars on tFolderEx

Hello, any suggestions?

Roberto
by Otto
Wed Aug 07, 2024 6:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1418

Re: FIVEWIN and the ONLINE VERSION in parallel

... to open the PDF with a specific page number, which would then require processing each page individually.

If you ask the question to KI, the suggestions given are ImageMagick or Ghostscript, and you should call it in a similar manner.

I think this should be attempted. Our previous solution had ...
by driessen
Wed Aug 07, 2024 9:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combination of PDF and Word-document - rpreview
Replies: 3
Views: 1047

Combination of PDF and Word-document - rpreview

... a Word-document.
The result has to be a image of every page in my PDF-document on a page in the new Word-document.

I did have a look at RPREVIEW.PDF, but the big difference is the fact that I start with an EMF-document, and not a PDF-document.

Anyone any suggestions?

Thank you very much in advance.
by TimStone
Mon Jul 29, 2024 6:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1935

Re: Switching from memo fields to files -

... work performed. There is one record for each task
A file for recommendations which is keyed to the workorder. The memo field contains detailed suggestions for needed services
A file for an inspection report

There are also other files that are linked, ie. for emails ( and the memo holds the text ...
by Otto
Fri Jul 26, 2024 1:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 3325

Re: DBF File Format - Considerations A Secure Option

... there is no program in his account.

There are various measures you can take to increase the security of your DBF files. Here are some suggestions:

Changing the file extension:
Changing the file extension can help prevent careless users from opening the files, but it does not provide real ...
by wartiaga
Fri Jul 26, 2024 12:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 3325

Re: DBF File Format - Considerations A Secure Option

Otto,

I currently use dbf a lot as a database, I have some problems but nothing serious, the big problem for me is that anyone with the slightest knowledge can access the database from outside the system using a third-party program. Any suggestions in this regard?

Thanks in advance.
by driessen
Tue Jul 23, 2024 7:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Macros in Outlook
Replies: 9
Views: 1184

Re: Macros in Outlook

Dear Antonio,

Thanks for your reaction.

I tried your suggestion but I got an error : WINOLE/1009 No exported method: RUNMACRO

I also tried: oOutlook:Application:Run( "MacroOutl" )

But unfortunately I got the same error : WINOLE/1009 No exported method: RUN

Any further suggestions?
by TimStone
Mon Jul 08, 2024 10:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 1
Views: 393

Numeric Comparison

... SET DECIMAL TO 2 at the beginning of the function, and then resetting it back to no filter, but that doesn't work out. Also, sometimes the number could need 4 decimal places, or 6.

Any suggestions on how to get the input in the MsgGet( ) to match the contents of the database field for comparison ?
by TimStone
Mon Jul 08, 2024 10:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 1067

Numeric Comparison

... SET DECIMAL TO 2 at the beginning of the function, and then resetting it back to no filter, but that doesn't work out. Also, sometimes the number could need 4 decimal places, or 6.

Any suggestions on how to get the input in the MsgGet( ) to match the contents of the database field for comparison ?
by Silvio.Falconi
Tue May 14, 2024 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 1083

Re: send an email using the Outlook object

... right.

Another problem is that to have the Outlook object on a PC, you need a full Outlook installation. I googled for alternatives and found suggestions to use Python or PHP. As I have never used Python before, but I think one should get used to it a little, I decided to go with PHP.

There are ...
by Otto
Tue May 14, 2024 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 1083

Re: send an email using the Outlook object

... right.

Another problem is that to have the Outlook object on a PC, you need a full Outlook installation. I googled for alternatives and found suggestions to use Python or PHP. As I have never used Python before, but I think one should get used to it a little, I decided to go with PHP.

There are ...
by driessen
Fri Apr 05, 2024 10:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 5179

Re: Question about wfReadUrl()

Hello Ceasar and Enrico,

I tried both suggestions.

They both work, but both suggestions do have a problem in case the url doesn't exist or doesn't react.
It lasts at least 1 to 2 minutes before the test is passed.

Can we do something about it?

But thank you very much for your suggestions.
by Marc Venken
Thu Mar 14, 2024 3:55 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Expertos en expresiones regulares (SOLUCIONADO)
Replies: 7
Views: 1944

Re: Expertos en expresiones regulares

Suggestions works


#include "fivewin.ch"

function main()
local oWnd
define window oWnd
activate window oWnd on init checkstring()
return nil

FUNCTION CheckString()
LOCAL cPattern := "^TEY-[0-9]{4}-[0-9]{2}$"
LOCAL cString := "TEY-1234-12" // "TEST"

IF HB_REGEXMATCH( cPattern, cString ...