Search found 24 matches: routes

Return to advanced search

Re: Web programming with Mod Harbour

... can use FastCGI to improve the performance of your web applications. Handling HTTP Requests: Depending on the chosen web framework, you'll define routes and endpoints to handle different HTTP requests (GET, POST, PUT, DELETE, etc.). These routes will map to specific functions or procedures in ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 329

Re: U-Dbu

I forgot to comment...

There is also TWEB from Charly too is a screen design, routes, sessions,
together with UT they make an excellent dumbbell to have the FRONT and BACK all in one,
this gives a plus to many frameworks.

Worth a look.

Greetings
Osvaldo Ramirez
by ramirezosvaldo2
Thu May 11, 2023 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1221

Re: print pixels in certain positions

... image. Maybe the vertical squares need an own 'margin top'. https://i.postimg.cc/Cxzgf7xy/kjkj.png Note on number can go good on routes there is some error on last 2 positions I not change the source only the set #define _MARGIN_LEFT   0.9  // the circle pattern starts ...
by Silvio.Falconi
Thu Mar 24, 2022 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 760

Re: print pixels in certain positions

... }                oPrn:FillRect( aRect, oBrush )               Next     return nil  Now I 'm trying to print the second section ( routes) you see in this picture https://i.postimg.cc/WpdLbrnh/RUOTE.jpg what I don't understand is that there are 12 boxes but in the ...
by Silvio.Falconi
Sun Mar 20, 2022 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 760

Controller/Router

Dear Antonio, may I ask what the reason is that in GENESIS these POST routes are inside CONTROLLER() and not router() function. do case case AP_Method() == "GET" AP_RPuts( View( "default" ) ) case AP_Method() == "POST" do case ...
by Otto
Wed Nov 18, 2020 8:22 am
 
Forum: mod_harbour
Topic: Controller/Router
Replies: 10
Views: 1156

Re: Google maps and routes

Did you ever find an answer?

Thanks,
Randal
by Randal
Thu Nov 12, 2020 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps and routes
Replies: 2
Views: 475

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: 475

Re: mod harbour FWLOG

... "nach AddLog" ) Now the hard work begins understanding what the code does: 678 GETCOOKIES 678 GETCOOKIES 678 GETCOOKIES 82 browse 93 routes 98 ->GET 419 VIEW 419 VIEW 359 GETCONTENT 359 GETCONTENT 359 GETCONTENT 359 GETCONTENT 419 VIEW 419 VIEW 359 GETCONTENT 359 GETCONTENT 359 ...
by Otto
Mon Jul 15, 2019 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour FWLOG
Replies: 7
Views: 1055

Re: LAN User Messaging Service

... class which reuses deleted records so you never have to do a pack. Or, you could try writing one yourself. Either way, if you go one of the above routes, then you don't need messaging.
by James Bott
Tue Jan 15, 2019 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LAN User Messaging Service
Replies: 15
Views: 4330

Re: Plotting locations on Google Maps

... Can I still use Google Maps Platform for free? Yes. Starting July 16, 2018, when you enable billing, you get $200 free usage every month for Maps, Routes, or Places. Based on the millions of users using our APIs today, most of them can continue to use Google Maps Platform for free with this credit.
by cnavarro
Tue Nov 13, 2018 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14450

FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE

... capital city "Lienz" longside the river "Drau". It will be a great afternoon on officially one of the most beautiful cycling routes of Europe. On Thursday we will visit the world famous TRE CIME di LAVAREDO and the city of Olympic wintergames "Cortina". On Friday ...
by Ruth
Thu Mar 09, 2017 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE
Replies: 28
Views: 5606

Re: Ole With Events

... Both Classes TActiveX (the first one implemented in FWH) and THActiveX are in that file. PROCEDURE Event( ... ) CLASS THActiveX is the method that routes the events :-)
by Antonio Linares
Sat Jun 14, 2014 6:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ole With Events
Replies: 4
Views: 1159

Re: dbfntx very slow with 2+ users

Don I was just wondering if it might be time to investigate other routes to MSSQL. The short answer to your statement above is YES! .. I started using ADO ( sqloledb, or Ms Jet ) many years ago and I never looked back. With recent versions of FiveWin they ...
by Rick Lipkin
Thu Aug 22, 2013 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6913

Re: dbfntx very slow with 2+ users

... server with lot's of horsepower. the users see better performance in these cases. I was just wondering if it might be time to investigate other routes to MSSQL.
by don lowenstein
Wed Aug 21, 2013 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6913
Next

Return to advanced search