Search found 712 matches: allows

Return to advanced search

Re: Error p/generar EXE usando UHTTPD2 en Windows

... (which does not mean lack of effort) of having achieved their goal. UT provides a quick solution with minimal programming that at the same time allows you to gradually assimilate, if you need it, all the other languages. This is working just fine and I'm watching other programmers make the leap ...
by Carles
Mon Aug 07, 2023 7:57 am
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 2096

Re: Set a specific starting function

... it. If there is not a public function called MAIN the code behavior is the usual one. Otherwise the function MAIN is run and, at the end, a QUIT allows the program to exit.
by Enrico Maria Giordano
Sun Aug 06, 2023 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 947

Re: How to read settings in Word

Dear Michel,

Please review this:
https://learn.microsoft.com/en-us/office/vba/api/word.options.defaultfilepath
https://documentation.help/VBAWD10/woproDefaultFilePath.htm

It should work as the first try but Harbour syntax does not allows it
by Antonio Linares
Tue Aug 01, 2023 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 728

New FTDN July/Julio (FWH 23.07)

... reach the document.body.outerHTML * New: METHOD InjectJavascript( cScript ) CLASS TWebView by by Charles KWON ( charleskwonohjun@gmail.com ) This allows to place your javascript code in public websites and do incredible things! * New: function IsWebViewAvailable() --> lAvailable, it allows ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1161

Re: TWebView y Javascript

respuesta de chatGPT: Use a local web server: Running a local web server allows you to serve your files over HTTP, which helps bypass the same-origin policy restrictions. There are several lightweight web servers available that you can install and run locally, ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 480

Re: Create help system with F1

... the workflow and visibility of the help content. Related Topics: A field that stores references or links to related help topics. This field allows you to establish connections between different topics, enabling users to navigate seamlessly between related information. These fields provide ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 986

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, then it should ask for it and allow to ...
by Marc Venken
Tue Jul 11, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 986

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, then it should ask for it and allow to ...
by Antonio Linares
Tue Jul 11, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 986

Re: Webview question

New METHOD InjectJavascript( cScript ) CLASS TWebView by Charles KWON ( charleskwonohjun@gmail.com ) This allows you to add your own javascript code to public websites!!! really powerful: METHOD InjectJavascript( cScript ) CLASS TWebView   local cInjection := ""  ...
by Antonio Linares
Tue Jul 04, 2023 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 3184

Shell.Explorer.2 problem

All, I've been using the following code for years to access a website for credit card processing. This function displays a window and allows the user to enter credit card information to process a credit card and then returns the result. Now, all of a sudden when this function is called, I ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 839

simple image viewer - sample

... ends the dialog. 6. **Checkboxes**: There are two checkboxes that allow the user to adjust the image display: - "Stretch": This checkbox allows the user to toggle whether the image should be stretched to fit the display area. - "Set Alpha Channel": This checkbox allows the user ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 330

Re: Icon in Webview

... one line code: XIMAGE( "name.pdf(256x256)" ) https://imagizer.imageshack.com/v2/xq70/924/u8m1nJ.png FWH also allows us to select the size of the icon, vix. 16x16, 32x32, 64x64 or 256x256. Just add "(64x64") to the file name and use the function. Next: ...
by nageswaragunupudi
Sun May 28, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 413

Re: Empty text variable in TGET

We advise you to use Edit control, which is very similar to Get control. Edit control allows input of variable length. cVar2 := ""  @  60,20 EDIT oEdit VAR cVar2 SIZE 200,20 PIXEL OF oDlg  In case of Unicode applications, (when FW_SetUnicode( ...
by nageswaragunupudi
Fri May 26, 2023 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Empty text variable in TGET
Replies: 3
Views: 277

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: 2051

Re: FTP Upload works at home Not at work

Mark,
Have you checked firewall settings: Make sure that the firewall on your work network allows outgoing FTP connections.
FTP typically uses ports 20 and 21 for data transfer. Ensure that these ports are not blocked by the firewall.
What if you test with TotalCommander's FTP?

Best regards,
Otto
by Otto
Fri May 26, 2023 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 471
PreviousNext

Return to advanced search