Search found 99 matches: route

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 183

Compiler with MSVC y HARBOUR

... con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 183

Re: FTP Upload works at home Not at work

Mark, mayby tracert can help you? Passive mode was a problem for me sometimes Best regards, Otto The tracert command is used to trace the route that network packets take from your computer to a destination IP address or domain name. It is typically used to diagnose network connectivity issues. ...
by Otto
Fri May 26, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 448

Re: View deleted records in xBrowse

... simply make a change to raw data will not create any problems. Hopefully this will work. There are already many indexes. I prefered not to go that route. The main reason for this capability is sometimes clients accidentally delete a record. When they call for help, I had to use a different program ...
by TimStone
Fri Dec 16, 2022 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 730

Re: REDEFINE SAY on Buttonbar

I was looking for a "cleaner" display ... but decided to go a different route.

I redefined my control from LTEXT to CTEXT and added the border to the resource ( in the .rc, WS_BORDER )

It looks decent and will work OK ...
by TimStone
Tue Dec 06, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 2069

Re: How write a right name of a field

... fields I not know wich field the function need, I not have the name of field If I made a function Estrazione (n,r,p) it must found the n record r route p position. odbf:goto(n) // record croute :=giveroute(r) nposition:=p cfield:= left(croute,2)+ltrim(str(nposition)) // sample NZ3 so odbf:&cfield
by Silvio.Falconi
Fri Apr 29, 2022 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 495

downloading a specific file

... file presumably in the download folder of the window since I can't force my folder where to download the file how do i calculate the exact route in windows seven?
by Silvio.Falconi
Sat Mar 05, 2022 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: downloading a specific file
Replies: 3
Views: 366

Re: Iniciando con mod_harbour

... y estoy siguiendo el manual que tienes en compass v1.4. He podido avanzar hasta el punto donde creamos un controller customer.prg Defino el ROUTE search, creo customer.prg con la clase y sus metodos y el search.view pero al ejecutarlo me manda el siguiente error que no sé como solucionarlo: ...
by EBM
Fri Oct 08, 2021 6:36 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3805

Re: How to Curl for text messaging

Dear Otto;

I know Twilio also has an API to communicate via WhatApp, however I wonder, how do you plan on using WhatsApp? Is there a route you have tested and can recommend? or are you planning on using Twilio as well?

Thank you,
by reinaldocrespo
Fri Jul 16, 2021 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2288

Re: TOleAuto () versus FW_ExcelToDBF()

I think that I'm on the wrong route here .... I can't change the data of oRange, because oRange has allready all the data when getexcelrange = used In exel I have Code -> become into oRange 511.53.00 511.53.00 // ok 300346 300346.00 // ...
by Marc Venken
Sun Jun 06, 2021 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOleAuto () versus FW_ExcelToDBF()
Replies: 10
Views: 995

modharbour.club

... using the UniFi Dream Machine pro. But since I have several IPs, I have to look for another solution here. Currently, the Dream machine can only route one WAN network. I will set up an FAQ section on http://www.modharbour.club. Best regards, Otto
by Otto
Fri Jan 29, 2021 9:35 am
 
Forum: mod_harbour
Topic: modharbour.club
Replies: 6
Views: 1141

Re: illegal copy protection

... violations, or handle access for people renting the software ( SAAS ). 30 years ago I had a problem with software pirates. Once I went this route it all stopped. For awhile I used SoftwareKey which actually can be setup to handle licenses, fees, demos, etc. online. It's only beneficial if ...
by TimStone
Thu Jan 21, 2021 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: illegal copy protection
Replies: 9
Views: 1017

CONTROLLER and ROUTER

... ] = "QRCode Verwaltung" hWebPageName[ "landing" ] = "Langing Page Generator"  One for the ROUTE (hRouting) and one for the WebPageName (hWebPageName). First the CONTROLLER checks whether the user is authorized and then forwards the request ...
by Otto
Wed Nov 11, 2020 8:24 pm
 
Forum: mod_harbour
Topic: CONTROLLER and ROUTER
Replies: 0
Views: 257

Google maps and routes

Hi,

Anyone have a fivewin sample to traces routes in google maps? Sending a array with many address and getting back the best route?
Thanks in advance.
by wartiaga
Fri Oct 23, 2020 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps and routes
Replies: 2
Views: 478

Re: calculates the distance between two towns

... and Lienz that you wrote are wrong I use a MapControl class that they published at least two years ago, I'm doing some tests such as marking the route of a bus in my city you see below, the starting point is marked with a red marker, the stations they are marked with a blue marker and finally ...
by Silvio.Falconi
Thu Oct 15, 2020 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2754
Next

Return to advanced search