Search found 160 matches: purposes

Return to advanced search

Re: Experiment: MapControl

This is very good. But as a user from India, it is not of much use for us. This is still not as universally useful as Google. For all practical purposes, we still need Google. The same may be the case with many countries. According to this https://gis.stackexchange.com/questions/228162/giving-google-api-key-in-google-street-map-used-by-leaflet-map/228163 ...
by AntoninoP
Thu Mar 21, 2019 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Experiment: MapControl
Replies: 23
Views: 6691

Re: Experiment: MapControl

This is very good.
But as a user from India, it is not of much use for us. This is still not as universally useful as Google. For all practical purposes, we still need Google. The same may be the case with many countries.
by nageswaragunupudi
Wed Mar 20, 2019 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Experiment: MapControl
Replies: 23
Views: 6691

Re: TIpClientHttp()

... _strongly recommends to avoid_ using this library in anything production or in fact anything more serious than simple test code for educational purposes. Please notice that even if something happens to work in some specific scenario, it's highly likely it's not a stable solution, nor is it a ...
by Carles
Wed Jan 02, 2019 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIpClientHttp()
Replies: 8
Views: 1731

New FTDN July 2018 (FWH 18.07)

... level 2. * New function FW_MSSQLDB() --> Ado Connection Object FWH is providing MSSQL server in the cloud on a temporary basis for 2 months for purposes of tesing ADO functionaluty with MSSQL
by Antonio Linares
Fri Sep 21, 2018 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2814

Re: Carlos Mora y la mala leche de la string concatenation

... create a write buffer to a file whose entry could be anything and not just a DBF. Very good idea. Such a generic function would be useful for many purposes.
by nageswaragunupudi
Sat May 05, 2018 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carlos Mora y la mala leche de la string concatenation
Replies: 20
Views: 4307

Re: Recuperar imagen desde campo BLOB

... You can also use TXImage. You can use this small program to test. This test uses FWH provided MySql server in the cloud for learning purposes. #include "fivewin.ch"function Main()   local oCn   := FW_DemoDB()   local oRs   local oDlg, oFont, oBrw, oImage, ...
by nageswaragunupudi
Sat Mar 03, 2018 6:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recuperar imagen desde campo BLOB
Replies: 4
Views: 1150

Re: Create bootable OSX usb from OSX app store

... is fine. But what it also did (unfortunately) is inadvertently change the identification of your entire hard drive which was, for all intents and purposes a GPT disk into a Hybrid GPT/MBR disk. The BCA partitioning process which converts your hard drive into a Hybrid MBR disk, creates this GPT ...
by Antonio Linares
Tue Jan 30, 2018 8:32 pm
 
Forum: Utilities / Utilidades
Topic: Create bootable OSX usb from OSX app store
Replies: 5
Views: 1574

Re: FWMARIADB: ::Seek() VS ::SetFilter(). how speed difference?

... faster than :SetFilter(). Because both are extremely fast, the difference in the speed is not perceptible. :Seek() and :SetFilter() have different purposes and you need to use one of them depending on your requirements. :Seek() works only on a column that is sorted. If you want to locate a record ...
by nageswaragunupudi
Tue Dec 05, 2017 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB: ::Seek() VS ::SetFilter(). how speed difference?
Replies: 2
Views: 617

Re: How to validate dates in a corrupted database

... and database.prg tries to load the record into a buffer variable, the error occurs. Again, I have not fully tested this with 17.09. For production purposes I still have to use 17.07 with the 17.06 database.prg as the last known reliable FWH combination. However, I am working with 17.09 for construction ...
by TimStone
Mon Oct 09, 2017 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1387

Re: How to make memo edit in dialog automatic selectnone?

Thanks,
This line was enough for my purposes.
oGet1:bGotFocus = { || oGet1:SetSel( 0, 0 ) }
by Gale FORd
Thu Aug 24, 2017 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make memo edit in dialog automatic selectnone?
Replies: 5
Views: 1000

Re: Calculate elapsed time between two dates

For computing purposes, please use 24 hour format
by nageswaragunupudi
Tue Jun 20, 2017 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate elapsed time between two dates
Replies: 11
Views: 2332

Re: FW_DemoDB()

That is an internal function. Source code is not made available.

FW_DemoDB() connects to MySql server belonging to a friend and we are required to keep the credentials confidential.
But you can login and use the server for purposes of discussions on the forums.
by nageswaragunupudi
Thu Jun 15, 2017 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DemoDB()
Replies: 1
Views: 575

Re: Artificial intelligence - Class TPerceptron

... when I was working on my mechanical engineering degree. I had forgotten about it until reading this code. If I remember correctly, for learning purposes, we used it for contour mapping, as in topographical maps. I remember it being fun to work with, but for the life of me I can't recall how ...
by rhlawek
Fri May 19, 2017 3:03 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 7978

Re: Cloud server – WINDOWS 2016 SERVER - for our meeting is onli

... best regards Antonio ---------------------------------- This is a very good idea. I will start uploading data and ADS server I will use for demo purposes. ---------------------------------- I will take a full WINDOWS SERVER BACKUP first then install the right graphic card driver. At the moment ...
by Otto
Thu May 18, 2017 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cloud server – WINDOWS 2016 SERVER - for our meeting is onli
Replies: 4
Views: 869

Re: FWHMARIADB Samples

... of our friends subscribed for space on a MySql cloud server for the purpose of learning along with friends. This is meant purely for educational purposes. We share this connection for the purpose of testing these samples. FW_DemoDB() connects to this server and returns the connection object. ...
by nageswaragunupudi
Tue Apr 18, 2017 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20666
PreviousNext

Return to advanced search