Search found 38 matches: appropriately

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

Otto:
Thank you so much.

That seems to be exactly what I'm looking for:

How to configure the server and/or a harbor module to respond appropriately to a request from a PWA that is on a different Origin, avoiding violating the CORS policy

I will review it very carefully.
Thanks in advance
by Arturo Lopesoria
Fri Feb 23, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 793

Re: WebView2 Essentials: Guides, Tips & Resources

... Some WebView2 and CoreWebView2 APIs may throw errors if invoked in certain ways, so it's important to be aware of these scenarios and handle them appropriately. Interoperation with JavaScript: WebView2 exposes JavaScript APIs to HTML documents running within the control, supporting communication ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Using Microsoft AI Phi-2 from FWH

... as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the current code page and appropriately called the ANSI or Unicode version of the function. Syntax: HMG_CallDLL ( cLibName, [ nRetType ] , cFuncName, FuncArg1, ..., FuncArgN ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8282

Re: Fivewin & TDolphin & MariaDb & UFT8 problem?

... the server is MySql, its version and if it is MariaDB. Internally FWH library takes into account takes into account these differences and behaves appropriately. If you are a serious user of MySQL or MariaDB with Unicode, upgrading will greatly help you.
by nageswaragunupudi
Fri Nov 04, 2022 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & TDolphin & MariaDb & UFT8 problem?
Replies: 6
Views: 481

Re: dbfntx very slow with 2+ users

... use RDP. > All your problems will disappear with it. but license for 1 user costs about 150 euros And the server the server must be sized appropriately I don't remember how much ram each user ... In my opinion in a local area network if it were programmatically optimized the index management ...
by MarcoBoschi
Fri Apr 15, 2022 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6815

Printing RTF 22.03

... on the next. Perhaps there are already functions that can determine this. Using them, as in the first coding sample, I could then feed the data appropriately to the print routine. I hope this isn't too confusing. What we have is significant, but I think we will see this be a concern no matter ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 573

Re: PDF generado desde programa en FiveWin

Printer class and other print functions appropriately decide if the pdf is to be generated using HaruPdf, Image2pdf, Microsoft word or as the last resort use the least efficient internal function FWSavePreviewToPDF() depending upon user preferences ...
by nageswaragunupudi
Thu Feb 04, 2021 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF generado desde programa en FiveWin
Replies: 21
Views: 5988

Re: XBrowse: how to load image data instead of image name

... := "F" ), we tell the xbrowse to treat the data as file name, read the contents of the file and display the contents of the file appropriately. Test: #include "fivewin.ch"function Main()   local oDlg, oBrw   local aData := { { "OLGA1", ...
by nageswaragunupudi
Sat Oct 31, 2020 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: to Nages: test for tdatabase

... browse record in focus.  When I open the parts database, for example, I also open tRecord for the part in focus, and it will fill all the fields appropriately.  The data is all in buffers, and is only written back to the actual database with the Save() method.  Thus system crashes, data entry ...
by TimStone
Fri May 10, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5686

Re: Function to Print Memo with proportional font.

... TO oPrn TEXT cMultiLineText SIZE 3.5 INCHCES FONT oFont LASTROW nNextRow  This command prints the text in multi-line, splitting the text appropriately. This takes as much height as required, because we did not specify the height. After printing, this returns the last row (in inches) used ...
by nageswaragunupudi
Sun Oct 30, 2016 4:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to Print Memo with proportional font.
Replies: 6
Views: 931

FWH: MySql/MariaDB: RowSet object

... SQL statement executed by the stored procedure is not visible, the rowset object makesw its best efforts to identify the base table and prepares appropriately to Requery, Refresh and Resync. Option-5: oRs2 := oRs:Clone() This works similar to the ADO method Clone(). All the Clones work on the ...
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19550

Unicode Text Input

... is perfectly suitable for Update/Insert into MySql database. Not only TGet but also XBrowse and TDataRow when used with the Browse also behave appropriately. This has absolutely no effect on ANSI input because in such case, number of characters is exactly the same as number of bytes. Even otherwise ...
by nageswaragunupudi
Tue Jul 05, 2016 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode Text Input
Replies: 0
Views: 659

New FTDN November/Noviembre 2015 (FWH 15.11)

... ARRAY aData for Bulk Inserts * Enhancement: Cuebanners of TGet and TEdit now support Unicode also. * New functions: StrToWide() and WideToStr(). Appropriately use Ansi/Unicode functionality * Enhancements Edit control: Additional clauses RIGHT,CENTER,UPPERCASE,NUMBER,UPDATE * New: TClipBoard ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2748

New FTDN October/Octubre 2015 (FWH 15.10)

... ARRAY aData for Bulk Inserts * Enhancement: Cuebanners of TGet and TEdit now support Unicode also. * New functions: StrToWide() and WideToStr(). Appropriately use Ansi/Unicode functionality * Enhancements Edit control: Additional clauses RIGHT,CENTER,UPPERCASE,NUMBER,UPDATE * New: TClipBoard ...
by Antonio Linares
Sat Dec 05, 2015 11:27 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2015 (FWH 15.10)
Replies: 0
Views: 923

Re: FWH 1408-9 BrnBmp Disable() adding grey to bitmap

... in two lines vertically centered. We do not notice because they are blanks. If you do not use padding, you will notice t hat the prompts are appropriately aligned and I hope they should also look aesthetically well But finally the programmer needs to provide adequate space for the prompt ...
by nageswaragunupudi
Fri Oct 10, 2014 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1408-9 BrnBmp Disable() adding grey to bitmap
Replies: 4
Views: 805
Next

Return to advanced search