Search found 49 matches: caution

Return to advanced search

Re: DNS

... the initialization process using WSAStartup(). These DLLs provide support for specific network protocols like TCP/IP. Cancels Pending Calls (with caution): It's important to note that WSACleanup() cancels any pending blocking or asynchronous Winsock calls issued by any thread in your application. ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1506

Re: Calculate total pages

nageswaragunupudi wrote:One caution.
Length of the WideString ( utf16le ) should not change.


Of course.
by Enrico Maria Giordano
Mon Nov 27, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5909

Re: Calculate total pages

One caution.
Length of the WideString ( utf16le ) should not change.
by nageswaragunupudi
Mon Nov 27, 2023 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5909

Re: TWebView y Javascript

... implications. In Chrome, you can start the browser with the --disable-web-security flag to disable the same-origin policy. However, exercise caution when using this method. Use a browser extension: Some browser extensions, like CORS Unblock, allow you to bypass the same-origin policy by adding ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 443

DBF: ROLLBACK (built-in feature)

...     ( cCust )->FIRST  := cFirst      ( cStat )->NAME   := cName      COMMIT      UNLOCK ALL   endif   CLOSE DATAreturn nil  Caution: We should not modify more than one record in the same workarea. If we want to modify more than one record in the same dbf, we need to open ...
by nageswaragunupudi
Sat Sep 10, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF: ROLLBACK (built-in feature)
Replies: 1
Views: 357

Re: to Nages: test for tdatabase

Tim,

Also, one word of caution: We often use :: to reference the object but this can sometimes result in conflicts with other classes.


Hmm, I have never experienced this. Can you provide an example?

James
by James Bott
Fri May 10, 2019 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5858

Re: to Nages: test for tdatabase

... through this, I now have 1 totals method that applies everywhere, and a change in it will always work wherever it is applied. Also, one word of caution:  We often use :: to reference the object but this can sometimes result in conflicts with other classes.   A simple code:   ::InvoiceNo:WorkDatewithin ...
by TimStone
Fri May 10, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5858

Re: Ribbon Bar Sample ?

Tim, I caution you about being too rigid in what you want before you understand the basics of ribbonbars. I haven't built a MDI project in many years, so I am not a fan either. But, from the sample program, it appears that this ...
by James Bott
Fri Oct 26, 2018 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2699

Re: Caution: Windows 10 Fall Creators Update

Hello,
I found this post:

https://support.microsoft.com/en-us/hel ... rsion-1709

Maybe missing SMB is the problem.

Best regards,
Otto
by Otto
Thu Feb 22, 2018 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3020

Re: Caution: Windows 10 Fall Creators Update

James,

James Bott wrote:Maybe doing a Sysrefresh() before the File() would be a workaround.

If that works, you could create your own file checking routine:

Code: Select all  Expand view
function xfile()
   Sysrefresh()
Return File()


yes, very good idea
by Antonio Linares
Tue Feb 06, 2018 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3020

Re: Caution: Windows 10 Fall Creators Update

To All Just my 2 cents worth ( again ) .... sounds like a latency hard disk write problem ... whether it be on a network or a local drive.... unfortunately not everyone can afford a solid state drive .... there is basically zero latency with disk writes and I have a SSD and not seen the problem on m...
by Rick Lipkin
Mon Feb 05, 2018 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3020

Re: Caution: Windows 10 Fall Creators Update

Maybe doing a Sysrefresh() before the File() would be a workaround.

If that works, you could create your own file checking routine:

Code: Select all  Expand view
function xfile()
   Sysrefresh()
Return File()
by James Bott
Mon Feb 05, 2018 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3020

Re: Caution: Windows 10 Fall Creators Update

:-(

Anyway, I didn't notice that problem so far...

EMG
by Enrico Maria Giordano
Mon Feb 05, 2018 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3020

Re: Caution: Windows 10 Fall Creators Update

When Satya Nadella took over as CEO, he established the "freedom to create" philosophy and shared it with all Microsoft staff ( in a memo later made public ). It places an emphasis on ideas and creative exploration rather than the stability of products, and their use in the "real worl...
by TimStone
Mon Feb 05, 2018 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3020

Re: Caution: Windows 10 Fall Creators Update

I also had problems in this case when I create temporary tables locally. To solve the problem I had to invent a routine. FUNCTION TAds_TableErase(f_nConnection,f_cTableName)  Local oDs_Qry, lExecute := .F., iFor := 0  Default f_nConnection := tAds_GetConnectionDefault()&nbs...
by Giovany Vecchi
Mon Feb 05, 2018 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3020
Next

Return to advanced search