Search found 178 matches: locations

Return to advanced search

calculates the distance between two towns

... calculates the distance between two points (given the latitude/longitude of those points). It is being used to calculate the distance between two locations using GeoDataSource (TM) prodducts Best regards, Otto #include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by Otto
Mon Oct 12, 2020 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2811

mod_harbour on Windows 32 bit

... and libssl-1_1-x64.dll to D:\xampp\apache\bin (I installed xampp 7.3.2 on D drive). Problem is that I can find these files on four locations in mod_harbour-master folder. ...\fastcgi\windows\win64 ...\IIS\bin ...\IIS\msvc\x64\Release ...\windows\win64\required I am confused what ...
by dakosimo
Sat Jul 11, 2020 11:08 am
 
Forum: mod_harbour
Topic: mod_harbour on Windows 32 bit
Replies: 1
Views: 358

Re: Compare structure of DBF on 2 locations

Hi Mr. Rao, I try to write Alter_Table function according to my knowledge. This function compares cTableName's structure and given new structure and it decided to which colspec is added, changed or deleted. There is not problem adding or deleting for aColSpec. But When I changing in Numeric variable...
by Horizon
Tue May 19, 2020 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404

Re: Compare structure of DBF on 2 locations

1) Is there any method to delete Column?

No.
2) Has aColSpec more than one field? for example {{"name", "C", 100,0}, {"telefon","C",20,0}


Only one column.

3) Is AlterColumn means can change type, len, dec for a specified fieldname?


Yes.
by nageswaragunupudi
Tue Apr 07, 2020 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404

Re: Compare structure of DBF on 2 locations

Hi Mr. Rao, 1) Is there any method to delete Column? oCn:AddColumn( cTable, aColSpec )oCn:AlterColumn( cTable, aColSpec ) 2) Has aColSpec more than one field? for example {{"name", "C", 100,0}, {"telefon","C",20,0} 3) Is AlterColumn means can c...
by Horizon
Tue Apr 07, 2020 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404

Re: Plotting locations on Google Maps

Armando, look this and tell me
viewtopic.php?f=6&t=36646#p218563
by cnavarro
Fri Aug 09, 2019 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14636

Re: Plotting locations on Google Maps

Hola Cristóbal: Estoy intentando probar el ejemplo que posteaste, compila bien pero al ejecutar me tira el siguiente error, será que me falta alguna lib?, no le cambié nada a tu código. Application===========   Path and name: C:\AppKdx\AppKdx.Exe (32 bits)   Size: 3,950,592 bytes   Compiler ...
by Armando
Fri Aug 09, 2019 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14636

Re: Show and scroll with Meta-file

Is it also possible to know the location when you do a doubleclick?
Since when you swipe or zoom, the locations are different. Mayme a hyperlink would me nice
by Marc Vanzegbroeck
Sat Jul 20, 2019 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show and scroll with Meta-file
Replies: 12
Views: 1031

Re: mod_harbour what to install

Have you copied mod_harbour.so and libharbour.dll to the locations that I explained here ? Please go to c:\Apache24htdocs and create a test.prg like this one: function Main()   ? "Hello world"return nil Now from your browser go to localhost/test.prg ...
by wartiaga
Tue Jul 02, 2019 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7387

Re: mod_harbour what to install

Have you copied mod_harbour.so and libharbour.dll to the locations that I explained here ?

Please go to c:\Apache24htdocs and create a test.prg like this one:

Code: Select all  Expand view
function Main()

   ? "Hello world"

return nil

Now from your browser go to localhost/test.prg and let me know what you get
by Antonio Linares
Tue Jul 02, 2019 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7387

Re: Compare structure of DBF on 2 locations

oCn:RenameColumn( cTable, cOldName, cNewName )
oCn:AddColumn( cTable, aColSpec )
oCn:AlterColumn( cTable, aColSpec )

aColSpec ( dbf column spec )
Eg:
{ "firstname", "C", 30, 0 }

{ "salary", "N", 10, 2 }

etc
by nageswaragunupudi
Fri Mar 08, 2019 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404

Re: Compare structure of DBF on 2 locations

nageswaragunupudi wrote:This code is only for DBF files.

Can you forward me to write //different part for MariaDB?


I do not understand your question. Can you please clarify?


I mean How to change structure in MariaDB with data?

Thanks.
by Horizon
Fri Mar 08, 2019 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404

Re: Compare structure of DBF on 2 locations

Can XBrowser show 2 array of data at one time ? Xbrowser(aData1,adata2) // See the names (even the structure of the 2 arrays next to each other) I have seen great stuff with just 1 or 2 lines with Xbrowser :D :D Maybe combine the Arrays to 1 bigger and show this with Xbrowser It is only for viewing,...
by Marc Venken
Fri Mar 08, 2019 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404

Re: Compare structure of DBF on 2 locations

This code is only for DBF files.

Can you forward me to write //different part for MariaDB?


I do not understand your question. Can you please clarify?
by nageswaragunupudi
Fri Mar 08, 2019 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404

Re: Compare structure of DBF on 2 locations

You can use this to compare structures of two dbfs and know if they are same or not. For this purpose, you need not even open (with USE) the dbfs. aStruct1 := FW_DBFSTRUCT( <firstdbfwithfullpath> )aStruct2 := FW_DBFSTRUCT( <seconddbfwithfullpath> )if FW_ArrayAsList( ...
by Horizon
Fri Mar 08, 2019 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1404
PreviousNext

Return to advanced search