Search found 99 matches: route

Return to advanced search

Re: Office version

... to detect Office 2010. The tool seems old, having been written back in 2006, but perhaps it will work for you. If you decide to go the registry route, or the file version route, there is an excellent KB article that gives you the information that you will need. Best Regards Uwe :lol:
by ukoenig
Tue Nov 30, 2010 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office version
Replies: 8
Views: 2060

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... http://hbide.vouch.info/. Changelog: 2010-09-07 01:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/hbpprocess.prg + Prepared to route stdOut and stdErr outputs accordingly. * contrib/hbxbp/xbprtf.prg ! Minor. * contrib/hbide/idemisc.prg * contrib/hbide/ideprojmanager.prg + Implemented: ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99510

From PC to MAC - Urgent

... that currently uses my app (FWH) on a PC but now wants to run it on a MAC. I tried to get him to go with Fusion on the MAC but he will not go that route. He would like it as a real MAC application. Any info you can provide would really help. This customer is getting ready to start a research study ...
by Jeff Barnes
Thu Aug 26, 2010 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From PC to MAC - Urgent
Replies: 6
Views: 1331

Re: Is it possible to use pdf as a report template?

I see 2 options in tackling this. One is using oPrinter:ImportWmf() while the other one is using Fastreport. The route that I'm currently taking is trying to use Fastreport by doing this steps: 1. Use Irfan Viewer to convert the pdf to image file. (Note: you need ghostscript installed ...
by hua
Fri Jul 02, 2010 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to use pdf as a report template?
Replies: 1
Views: 564

Re: xbrowse freeze and goto column

... work and perhaps market many of my applications I have built over the many years .. Human Resources, Time and reporting, Inventory, Sales and route mgmt, Accounts receivable\payables, Property Mgmt, fleet Vehicle reservations, church and organizational memberships, purchasing and requisitions ...
by Rick Lipkin
Sat Jun 05, 2010 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse freeze and goto column
Replies: 2
Views: 731

Re: Off topic: Acceso por internet a equipos en red.

... a otras tienes que variar ese puerto para dirigirlo a otra maquina. Creo recordar que eso lo puedes hacer desde la maquina A y el comando de ROUTE, que lo puedes hacer persistente para que recuerde todos los comandos route que has prefijado para que se conserven incluso cuando reinicies la ...
by Andrés González
Mon Apr 05, 2010 6:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Off topic: Acceso por internet a equipos en red.
Replies: 3
Views: 764

Re: Insert data into Get

Thanks Otto. I went a different route but it was thanks to your VALID (nGetFocus :=1,.t.) As soon as I saw that the answer hit me :)      @ 1.5,2 Get oGet1 var nBORG1 of oBORG SIZE 20,10 PICTURE "99.9" UPDATE VALID (nGetFocus ...
by Jeff Barnes
Thu Apr 01, 2010 11:07 pm
 
Forum: FiveWin for Pocket PC
Topic: Insert data into Get
Replies: 2
Views: 649

Re: ISINTERNET()

Manuel,

Desde una ventana de consola, prueba a hacer:

tracert microsoft.com

debería mostrarte:
Tracing route to microsoft.com [207.46.197.32]

si el DNS está trabajando correctamente
by Antonio Linares
Sun Nov 01, 2009 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ISINTERNET()
Replies: 4
Views: 532

Re: Check lock-status of record without locking it.

... program I must use that kind of locking. The program I'm writing is a truck-planning-program for a transport-company. If one user is modifying a route of a driver, other planners are not allowed to change this. The user is also not allowed to drag the route of one driver to another driver if ...
by Marc Vanzegbroeck
Fri Sep 04, 2009 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Check lock-status of record without locking it.
Replies: 6
Views: 898

Re: Google maps rotes

I recently purchased a GPS and I would highly recommend one for anyone driving for business. I will never go back to using printed route instructions. The GPS is like having a navigator in the seat next to you. And they are cheap now--I paid around US$200 for mine. A business could easily ...
by James Bott
Mon Aug 10, 2009 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 7003

Re: Google maps rotes

... if you would like to facility to specify latitude and longitude instead of address to display that location? Or as one of the points in the route. The link to be generated is like "http://maps.google.com/maps?q=37.771008,-122.41175"
by nageswaragunupudi
Mon Aug 10, 2009 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 7003

Link FW-Google maps with routes

Here is the code I use to locate Pickup address delivery address or map route. DIR1,DIR2,DIR3 ARE STREET ADDRESSES CIUDAD1,CIUDAD2,CIUDAD3 ARE CITIES DP1,DP2,DP3 ARE POSTAL CODES. Function MakeMMapa()Local cDp,cDir1,cTipoVia,cCiudad,cNum:=""Local ...
by PAUL SIMM
Fri Aug 07, 2009 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 7003

Re: Google maps rotes

Hi,

Theres a simple google map link generator that can generate a route in google maps on xharbour.com community pages if you have access to that.

Regards,

Pete
by PeterHarmes
Fri Aug 07, 2009 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps rotes
Replies: 23
Views: 7003

Re: Mappoint Methods question

... to be measured. EndLocation Required Location object. The end point of the distance to be measured. Remarks To return the distance to a location, route, or route segment from another location, use the DistanceTo method on a Directions collection or Direction or Location object. To return or set ...
by George
Fri Aug 07, 2009 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mappoint Methods question
Replies: 16
Views: 3485

Re: Best way to print Invoice ?

Hi Mr.Max, Both of us are on the same route :D From where can I get the Class TCLIPPRT so that I can also test printing using the class oprn:line() && for printing line What about printing a vertical line ? Boxes PRINT oPRN NAME "Title" ...
by anserkk
Thu May 21, 2009 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best way to print Invoice ?
Replies: 36
Views: 8887
PreviousNext

Return to advanced search