Search found 146 matches: locally

Return to advanced search

Re: A problem with warnings

... ever used, so the chances of bugs is higher than in other parts of Harbour. If you can't do without some parts of this code, feel free to fork it locally or publicly and continue maintaining it there, otherwise try switching to core Harbour functionality ASAP. -Viktor
by aferra
Tue Jun 20, 2017 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with warnings
Replies: 15
Views: 2583

Re: Automated download of pictures

... Venken wanted. He wants to save these images on local hard disk. Again a single line of code for reading the images from the web and saving them locally: AEval( aPics, { |c,i,x| x := AfterAtNum( "/", c ), MEMOWRIT( x, WebPageContents( c ) ), aPics[ ...
by nageswaragunupudi
Wed Mar 08, 2017 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 4173

Re: Fivewin & web

Romeo,

Please install XAMPP and run apache locally:

https://www.apachefriends.org/es/index.html

then from the browse go to http://127.0.0.1/cgi-bin/tutor01.exe and previously copy tutor01.exe there
by Antonio Linares
Mon Feb 06, 2017 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17164

Re: Tempory Recordset question

... nil  For more details about the usage http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26907&p=149354&hilit=recordset+locally#p149354
by nageswaragunupudi
Sat Sep 24, 2016 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tempory Recordset question
Replies: 15
Views: 2734

Re: FiveWeb Questions

... would have to reside somewhere on the internet right? I can't use a path like "C:\myfiles\...." because the client would be looking locally for "C:\myfiles\...." If I put them on the computer running the webapp.exe, how would I compensate for different server names/IP addressed ...
by Jeff Barnes
Tue May 03, 2016 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25579

Re: Little speed test app dbf and adordd

Enrico, Thanks.

"Because SQL has the client/server overhead even if installed locally".

Do you mean with "SQL" a sql server such mysql or ado or adordd?

Pieter
by pieter
Mon Mar 21, 2016 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4011

Re: Little speed test app dbf and adordd

pieter wrote:Can you explain why both tests have to be over a network to get significant results?


Because SQL has the client/server overhead even if installed locally.

EMG
by Enrico Maria Giordano
Mon Mar 21, 2016 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4011

Re: Little speed test app dbf and adordd

pieter wrote:No, I use everthing locally on my operating system, Dbf and mysql server.


So your test is not meaningful. You have to make both test over a network to get significant results.

EMG
by Enrico Maria Giordano
Mon Mar 21, 2016 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4011

Re: Little speed test app dbf and adordd

Hi Enrico, "Is your DBF test over a LAN?" No, I use everthing locally on my operating system, Dbf and mysql server. I am curious whether other people have better speed results for adordd. I think that dbf is very fast on local operating system compared ...
by pieter
Mon Mar 21, 2016 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 4011

Re: dbf at Microsoft OneDrive

... folks. I think this method is good also for the security, as the sincro, (as i may know), happens in encrypted form. You see and manage your data locally to have them posted , encrypted through the net. Hoping this will help.
by lorenzoazz
Mon Jan 18, 2016 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbf at Microsoft OneDrive
Replies: 8
Views: 2141

Re: FiveWeb Question

You can test it locally using xampp or execute it from http://www.fivetechsoft.net server: (hosted in dreamhost)

http://www.fivetechsoft.net/cgi-bin/jeff
by Antonio Linares
Sat Dec 12, 2015 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Question
Replies: 20
Views: 4101

Re: Files Needed - ADS / Harbour / MSVC 2013

... CGIs are allowed and it is quite cheap: https://www.dreamhost.com > How do install it to test ? You can develop and try FiveWeb locally on your own computer, (which it is perfect for development) I suggest you to install XAMPP: https://www.apachefriends.org/index.html ...
by Antonio Linares
Sat Oct 24, 2015 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Replies: 25
Views: 4250

Re: ADO RDD xHarbour

... of many indexes problems, data corruption etc. You will see adordd power in LAN or even better in a WAN with many users. Because sets are worked locally performance degradation does not happen and the speed you have with one user it is same with 40. This is the maximum I have tried but I believe ...
by AHF
Fri Sep 11, 2015 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447034

Re: Program hang after 1505, *TSButton (Disable) Problem*

... the problem is GETFONTHEIGHT, that is defined in fivewin with a parameter as HFont and defined in bpaint.c with 2 parameters: an HDC and an HFont. Locally I renamed the bpaint version as GETFONTHEIGHT2 and replaced all calls. Done this, and recompiled it with FiveWin 15.03, MSVS and Harbour, the ...
by AntoninoP
Tue Jul 21, 2015 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program hang after 1505, *TSButton-Disable (nil)* *Fixed*
Replies: 17
Views: 4052

Linker warning using 15.03

... functions, which would cause this warning, but I don't see that in any of the sources provided. fivehc32.lib(SCINTILC.obj) : warning LNK4217: locally defined symbol _fclose imported in function _HB_FUN_SCI_OPENFILE fivehc32.lib(SCINTILC.obj) : warning LNK4217: locally defined symbol _fopen ...
by rhlawek
Sun Apr 05, 2015 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linker warning using 15.03
Replies: 10
Views: 1271
PreviousNext

Return to advanced search