Search found 133 matches: accepts

Return to advanced search

Re: xHarbour.org updated!

... for registering cargo for transport and I urgently need to access it via https, I used to access it with http normally but the website now only accepts secure protocol (tls 1.2 and above). What is needed? Thank you for your help!
by wartiaga
Mon Sep 18, 2023 9:40 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37533

Re: DBF to Excel Sheet, without Excel, using ADO ?

... returned as adDouble and though we speicified the size of adVarWChar field as 30, ADO returns the oField:DefinedSize to be 255 not 30. Also adDate accepts both Dates and DateTime values. We need to understand the behavior of ADO with Excel tables, which is different from other datasources, and ...
by nageswaragunupudi
Wed Aug 16, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2579

Re: how to open devtoolswindow from application.

... I sent are in Turkish. Somehow, although my Microsoft Edge browser is in English, I could not make the webview browser in English. It probably accepts windows language. "Inspect" is the Turkish version of "İncele" in the pictures. As you know, the "Inspect" menuitem ...
by Horizon
Sat Jul 08, 2023 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1142

Re: FOXPRO GET PICTURE "@m Printer, File"

... FoxPro? Can you show a screenshot of the result of this "crazy" GET? Thanks. Regards, saludos. I do not have screen but it is GET which accepts values from list of PICTURE Clause "@m Printer, File" it similar as list of array. Additionally SPACE BAR toggle the values also first ...
by shrifw
Sat Jul 01, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1387

Re: U-Dbu

Hello Charly; However, this will not work on a cloud hosted server as I doubt very much you will be allowed to install a .exe that accepts connections outside of their security configurations. For example, if you want your app hosted on AWS you probably can't install that .exe, or can you? ...
by anserkk
Wed May 17, 2023 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1198

Re: create pdf

... for my needs. Your advice to code TPrinter():lUseHaruPDF := .t. is what I already do. I don't want a pdf immediately created but only if the user accepts the preview. So I had to call METHOD GenHaruPDF() if the user clicks the 'save as pdf file' button. When printing with oPrn:Say everything works ...
by Detlef
Sat May 13, 2023 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 899

Re: U-Dbu

... opens great possibilities. However, this will not work on a cloud hosted server as I doubt very much you will be allowed to install a .exe that accepts connections outside of their security configurations. For example, if you want your app hosted on AWS you probably can't install that .exe, ...
by reinaldocrespo
Sat May 13, 2023 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1198

Re: FW and Telegram

... user can send some commands for example /list and see all the dispositions of the day each connected user has a reference number and if a teacher accepts a provision the software records that acceptance in the archive, the software connects to a telegram every n seconds via the internet
by Silvio.Falconi
Tue Sep 27, 2022 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and Telegram
Replies: 13
Views: 1056

Re: Extracting the lines from a text

hi, However hb_atokens() only accepts a single character for the delimiter. So can't pass CRLF to it https://github.com/Petewg/harbour-core/wiki/hb_A#hb_atokenscstring-cdelimiterleol-lskipstrings-ldoublequoteonly--atokens hb_ATokens(<cString>, ...
by Jimmy
Mon Sep 26, 2022 3:50 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 765

Re: Extracting the lines from a text

Thanks for the tip of using hb_regexSplit().
However hb_atokens() only accepts a single character for the delimiter.
So can't pass CRLF to it
by hua
Thu Sep 22, 2022 6:57 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 765

Re: Convert and print chinese idioms

... for Simplified Chinese, etc. Without knowing more about the equipment, its manual and api documentation, it is difficult to know what encoding it accepts. In any case, I like to test UTF8 encoding once again with prefix of BOM (byte order mark). I am not sure it works, but nothing wrong in trying ...
by nageswaragunupudi
Fri Jul 22, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert and print chinese idioms
Replies: 3
Views: 474

txbrowse totals and edit modes

... I am already retiree and reactivated my FWH version 10.2 with hobby purpose. My problem is a txBrowse which doesn't show column totals and neither accepts edited values. I can edit values but whe i leave the cells the former content remains visible. Here my code :    REDEFINE XBROWSE oBrwPos ID ...
by Detlef
Wed Feb 16, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Write NULL value

Hello Friends. In a MySQL table I have a date type field that accepts null value, when registering the record a date type value is saved in this field, example 20210623, now how can I re-record NULL ? BTW, I write all fields with this source code STATIC ...
by Armando
Wed Jun 23, 2021 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write NULL value
Replies: 2
Views: 486

Re: To Mr. Rao, XBrowse totals (SOLVED)

COLUMNS clause accepts both field names and also expressions. Please try: COLUMNS "DIE_FOL", "DIE_FDM", "DIE_REF", ;        "IF(DIE_EOS=='E',DIE_LTS,0)", "IF(DIE_EOS=='S',DIE_LTS,0)",;  ...
by nageswaragunupudi
Sun Nov 15, 2020 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao, XBrowse totals (SOLVED)
Replies: 8
Views: 966

Re: TGet bug (unicode)

... is handled by FWH and Harbour. The behaviour is exactly the same we were used to for years. We can use all picture clauses but the Get object accepts ANSI characters only. Unicode input is not allowed. Case (2) and (3): The user-interface is totally managed by Windows Edit control. Unicode ...
by nageswaragunupudi
Fri Jul 17, 2020 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug (unicode)
Replies: 5
Views: 1505
Next

Return to advanced search