Search found 100 matches: alternatively

Return to advanced search

Re: Nuevo FWH 24.02

Alternatively, include this translate at the end of fivewin.ch

Code: Select all  Expand view
#ifdef __XHARBOUR__
#xtranslate HB_DirBase() => cFilePath( ExeName() )
#endif
by nageswaragunupudi
Wed Mar 06, 2024 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 24.02
Replies: 8
Views: 489

Re: Sending whatsapp message via web-based app

... )   SysWait( 8 )   CreateObject( "WScript.Shell" ):SendKeys( "~" )return nil   Alternatively you can use the whatsapp app instead of the web based whatsapp: https://fivetechsupport.com/forums/viewtopic.php?p=264367&sid=ef96896e428d02d9a4e04210e8ee8fe2#p264367
by Antonio Linares
Tue Oct 17, 2023 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 632

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Otto. SysWait() is not a timer. Could you please provide a detailed explanation of what it is used for? Alternatively, if you'd like, you can share your email, and I'll provide you with my WhatsApp contact. Regards, Charles KWON Hello Charles, In the past, I had some problems ...
by CharlesKwon
Mon Aug 21, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Using free AI power from our Harbour apps !!!

... I do appreciate if you download it and check if the EXE is running for you. You can also, alternatively, download the same files from the github repo: https://github.com/nomic-ai/gpt4all/blob/main/chat/gpt4all-lora-quantized-win64.exe https://the-eye.eu/public/AI/models/nomic-ai/gpt4all/gpt4all-lora-quantized.bin ...
by Antonio Linares
Fri Mar 31, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using free AI power from our Harbour apps !!!
Replies: 20
Views: 1674

Re: QUESTION FOR LINARES

Dear Carlo,

Please email me to alinares@fivetechsoft.com

Alternatively you can contact me on whatsapp +34 722461100

We have not received your order, we don't know why yet...

many thanks
by Antonio Linares
Wed Dec 07, 2022 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: QUESTION FOR LINARES
Replies: 1
Views: 225

Re: WebView e HTML

Dear Ari,

yes, thats the idea :-)

From the RC we create a dialog and from the dialog we get the HTML

Alternatively we could parse the RC and generate the HTML too. Next step maybe :-)
by Antonio Linares
Fri Aug 26, 2022 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView e HTML
Replies: 1
Views: 307

Re: Can FW also read a intire online webshop ?

hmpaquito wrote:Alternatively
Code: Select all  Expand view
hb_wildMatchI( cPattern, cString )


http://kresin.ru/en/hrbfaq_3.html#Doc13_9


Interesting site... Can all hb functions be used in FW
by Marc Venken
Thu Mar 18, 2021 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1700

Re: Can FW also read a intire online webshop ?

Alternatively
Code: Select all  Expand view
hb_wildMatchI( cPattern, cString )


http://kresin.ru/en/hrbfaq_3.html#Doc13_9
by hmpaquito
Thu Mar 18, 2021 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can FW also read a intire online webshop ?
Replies: 14
Views: 1700

Re: Funciones C en Harbour

... handle to the animation control. szName Type: LPTSTR A pointer to a buffer that contains the path of the AVI file or the name of an AVI resource. Alternatively, this parameter can consist of the AVI resource identifier in the LOWORD and zero in the HIWORD. To create this value, use the MAKEINTRESOURCE ...
by carlos vargas
Mon Feb 08, 2021 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1645

Re: Ammyy : A free remote control software. No IP forward req.

Yes, Ammyy Admin is a good remote desktop software. Alternatively, you may have a look at on premise R-HUB remote support servers for remotely controlling computers from anywhere anytime. It is easy to use and works well.
by Holo3
Mon Aug 17, 2020 5:48 am
 
Forum: Utilities / Utilidades
Topic: Ammyy : A free remote control software. No IP forward req.
Replies: 7
Views: 4109

Re: Font sizing for printout.

... adding a new "W" until it exceeds the printable width of the printer page. Then subtract 1. Now any combination of characters will fit. Alternatively, you could do a similar thing with the real characters. You would keep adding the real text, character by character until is exceeds the ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: COMBOBOX HEIGHTGET is not working?

Dear Mst Rao, SELHEITHGT is not working. Do not use HEIGHTGET Use ........SELHEIGHT 50 ;......... Alternatively, you can also do ACTIVATE DIALOG oDlg ON INIT oCbx:nSelectionHeight := <nNewHeight>  This one is working well. https://i.postimg.cc/C5Gfbfyh/HEIGHTGET.png ...
by dutch
Wed May 20, 2020 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1566

Re: COMBOBOX HEIGHTGET is not working?

I use REDEFINE COMBOBOX from resource but HEIGHTGET is not working, nothing change.


Do not use HEIGHTGET

Use
Code: Select all  Expand view
........
SELHEIGHT 50 ;
.........


Alternatively, you can also do

Code: Select all  Expand view

ACTIVATE DIALOG oDlg ON INIT oCbx:nSelectionHeight := <nNewHeight>
 
by nageswaragunupudi
Wed May 20, 2020 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1566

Re: Bug in TBTNBMP Class FWH 19.12 ?

... == NIL .and. nKey != VK_F4  No other changes are required in control.prg This fix is available in the next version of FWH under release. Note: ALTERNATIVELY, Please see this line in the static function CallClick( nKey, aControls, Self )             if Upper( ...
by nageswaragunupudi
Tue Feb 18, 2020 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBTNBMP Class FWH 19.12 ?
Replies: 8
Views: 1659

Re: Bug en TBTNBMP Class FWH 19.12 ?

... == NIL .and. nKey != VK_F4  No other changes are required in control.prg This fix is available in the next version of FWH under release. Note: ALTERNATIVELY, Please see this line in the static function CallClick( nKey, aControls, Self )             if Upper( ...
by nageswaragunupudi
Tue Feb 18, 2020 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en TBTNBMP Class FWH 19.12 ?
Replies: 6
Views: 1560
Next

Return to advanced search