Search found 830 matches: cases

Return to advanced search

Re: WhatsApp tests

on my computer it simply opens the WhatsApp application but in cases where it is not installed, the procedure should check if it is installed and if it is not, go and download the application from the Microsoft store However it doesn't work for me, I tried ...
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 355

Re: Question about wfReadUrl() - SOLVED

nageswaragunupudi wrote:Another alternative
Code: Select all  Expand view
function ValidURL( cUrl )

   local cIp

   WsaStartUp()
   cIp = GetHostByName( cUrl )
   WsaCleanUp()

return cIp != "0.0.0.0"


Does this work for you? If it is working is it fast in all cases?


I like it!
by Enrico Maria Giordano
Sun Apr 07, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2778

Re: Question about wfReadUrl() - SOLVED

Another alternative
Code: Select all  Expand view
function ValidURL( cUrl )

   local cIp

   WsaStartUp()
   cIp = GetHostByName( cUrl )
   WsaCleanUp()

return cIp != "0.0.0.0"


Does this work for you? If it is working is it fast in all cases?
by nageswaragunupudi
Sat Apr 06, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2778

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen works in all cases. Also, please let us know the FWH version you are using. Hola Mr Rao a mi en lo personal no me funciona, uso la version 11.07... SAludos Elmo
by elmoiquique
Sun Mar 31, 2024 7:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2239

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen works in all cases. Also, please let us know the FWH version you are using.
by nageswaragunupudi
Fri Mar 29, 2024 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2239

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5256

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5256

Re: XML =. Utf-8, que codificación pongo para mariaDB?

In both cases where FW_SetUnicode() is .T. or .F.
a numeric Get is left aligned by default and right aligned only if we use the clause RIGHT.
Example:
Code: Select all  Expand view
@ 20,20 GET oGet VAR nVar PICTURE "999.99" SIZE 100,24 PIXEL OF oDlg RIGHT
by nageswaragunupudi
Mon Feb 26, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 245

Re: Strange characters going from FWH to Outlook FWH 13.10

Hello, Mr. Rao,

If I do the test you proposed with FWH 23.07 and with FWH 23.10, I get in both cases an alert with these 4 results:

EN
cp437
1252
850
by driessen
Mon Feb 19, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3722

To Nages : Search on Xbrowse tree

I want to display the normal xbrowse first and then recall the tree through a combobox and have in both cases the possibility of searching for a customer through the get control and the oBrw:oSortCbx combobox and also to add on oBrw:oSortCbx { "Starting With", "Containing" ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 385

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

WebView could also become a separate forum ? In all cases Webview is not interesting for people that are not willing to use it. It would keep the forum more on topic. In Belgium there was a serious hack. 320.000 peoples data were stolen. Since then ...
by Marc Venken
Fri Feb 09, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 814

Re: RAO advice on using Mysql

... Save() Close() or End() --------------- NOT SUPPORTED: Seek(), Filter(),Delete(),Append() The RecSet class is created in such rare cases where it is essential to read and display a big table in full. This is not possible with other libraries like ADO,etc. But we recommend avoid ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: Mr. Rao EOF() BOF() not working wirh RecSet

... advise to use RecSet class if and only if the table is very large and there is no other go but to read and browse the entire table. In all other cases use RowSet class with suitable WHERE clause.
by nageswaragunupudi
Fri Feb 02, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 418

Back after 10 years due to illness [ Javier Lloris ]

... the appropriate bitmap and then the user does not find it. appreciate, at least in large companies that are the ones I have worked for, in these cases they only look for speed and efficiency.[/b] Imagenes: Images: https://i.postimg.cc/fySCQzNK/preproducir1.jpg https://i.postimg.cc/4dX25BHd/preproducir2.jpg ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Calculate total pages

We will be providing this feature in the next version. In all cases other than direct printing to printer and generating PDF using HaruPDF, the printer class generates meta files for preview and then printing or for generation of pdf, jpg, docx, etc In ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5877
Next

Return to advanced search