Search found 146 matches: locally

Return to advanced search

Re: New FTDN March/Marzo 2015 (FWH 15.03)

... Corporation. All rights reserved. webcam.c Creating library webcam.lib and object webcam.exp 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 luisduque
Fri Apr 03, 2015 7:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7375

Re: SQL - advice

... it in commercial app, faster than Mysql, all FW, HB classes are compatible with MariaDb. You can use it in a Windows, Linux, web server (cloud), locally as in a embeded server with only one file. From the original creator of Mysql. Have a look ... https://mariadb.org/
by Adolfo
Tue Mar 10, 2015 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL - advice
Replies: 9
Views: 2373

bug report: sbrowse without vertical scroll

...      case nKey == K_PGUP         ::oVScroll:PageUp()      case nKey == K_PGDN         ::oVScroll:PageDown() I already fixed it locally:      case nKey == K_PGUP         if ::oVScroll != nil              ::oVScroll:PageUp()         endif      case nKey == K_PGDN      ...
by AntoninoP
Tue Mar 03, 2015 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug report: sbrowse without vertical scroll
Replies: 5
Views: 997

Re: RDDADS.lib for Harbour and Borland

... to run under Linux is a shared object named libads.so. ALS: The Advantage Local Server allows Advantage applications access to data files located locally, in shared environments, or in peer-to-peer environments. The Advantage Local Server is a non-client/server solution and can be used to access ...
by reinaldocrespo
Tue Jan 27, 2015 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4719

Re: FiveWeb

Darrell, In order to start working with FiveWeb, first thing you need is to install a web server on your pc, so you can locally test your app: 1. Download Xampp from here: http://sourceforge.net/projects/xampp/ 2. Install it and start apache from Xampp control (on the taskbar) ...
by Antonio Linares
Sun Jan 18, 2015 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16446

Re: FiveWeb ERP demo

Dutch,

Yes, you can develop and test locally using a tool like Xampp or similar
by Antonio Linares
Sun Oct 19, 2014 5:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb ERP demo
Replies: 13
Views: 4835

Re: What is the solution for Harbour Sql?

Regarding ADO performance with remote database engines, I let other users comment about their experiences. I have just used ADO locally. Antonio, Als my customers are very happy after I changed from DBF to ADO. It's faster and more solid. I didn't have any corrupted databases anymore. ...
by Marc Vanzegbroeck
Tue Jul 01, 2014 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the solution for Harbour Sql?
Replies: 11
Views: 2789

Re: What is the solution for Harbour Sql?

Antonio, Regarding ADO performance with remote database engines, I let other users comment about their experiences. I have just used ADO locally. ADO performance is very good with remote database engines. I used it in many web projects and in one xHarbour/FWH project and had no complains from ...
by Enrico Maria Giordano
Tue Jul 01, 2014 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the solution for Harbour Sql?
Replies: 11
Views: 2789

Re: What is the solution for Harbour Sql?

Matheus,

If you are going to use MySQL and not other database engine, then you can use Daniel's TDolphin and this way ADO is not required.

Regarding ADO performance with remote database engines, I let other users comment about their experiences. I have just used ADO locally.
by Antonio Linares
Tue Jul 01, 2014 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the solution for Harbour Sql?
Replies: 11
Views: 2789

Re: where do I get an example xBrowse & (TMySql or TDolphin)?

Ducth, I tested all the options to work with Mysql, now I'm working with tDolphin with no problem at all, locally, in LAN, WEB. There´s plenty of samples in tDolphin's web http://tdolphin.blogspot.com/ and in samples directory in tDolhpin´s installation If you have any problem, ...
by Adolfo
Mon Jun 16, 2014 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: where do I get an example xBrowse (TDolphin)? *Fixed*
Replies: 6
Views: 1808

Re: FiveWeb (FiveWin days are numbered)

... can be quite powerful. What makes it really work for businesses is that when the internet connection is not present, the user can still work locally, and when the connection returns, the cloud server is updated. I don't see any hurry to move to cloud based apps, but yes, they are coming. ...
by TimStone
Wed Apr 02, 2014 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 24999

FiveWeb (FiveWin days are numbered)

... date picker, data validation, etc.) 4. Create PDF documents (including non-standard paper sizes) 5. Create XLS documents 6. Ability to print to locally connected printer utilizing device OS print system (including non-standard paper sizes) 7. Ability to determine browser type to determine if ...
by cdmmaui
Thu Mar 27, 2014 3:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 24999

Re: OT: Strange Windows Issue

... there are data and report files that would be accessed by other systems. If the system goes off-line then some files would need to be stored locally. So, if let's say a report is stored and I save the file location to "C:\" when they are back on the network and a networked system ...
by Jeff Barnes
Wed Mar 12, 2014 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Strange Windows Issue - SOLVED
Replies: 9
Views: 1664

Close program for other windows user

My program will only allow one user to use it locally. I open a one DBF file locally in exclusive mode. This I do not wish to change. Here is the scenario... User A runs my program in their Windows Login. Then User A walks away from their computer. ...
by Jeff Barnes
Tue Jan 28, 2014 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close program for other windows user
Replies: 3
Views: 727

Re: VPN is slow

another little test
I have created all index for this table
Locally (in the server usin mstsc) less than 1 second

Through vpn 60"
by MarcoBoschi
Sun Dec 15, 2013 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VPN is slow
Replies: 14
Views: 4286
PreviousNext

Return to advanced search