Search found 36 matches: vehicle

Return to advanced search

Re: Force dialog to foreground

Karinha,

A popup dialog is one called from another dialog. My post gave an example. In this case the popup ( secondary ) dialog is for looking up ( or adding ) a client and a vehicle being serviced. Because it’s two databases a simple list doesnt work


Sent from my iPhone using Tapatalk
by TimStone
Fri Apr 21, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force dialog to foreground
Replies: 10
Views: 694

Re: Installing on Paralles for Mac

... real mass produed system. When it got very competitive, they seem to have reduced their presence in that market place. They entered the electric vehicle market when there were no real mass produced EV competitors. They had a unique product, which now has quality control problems and unmet promises. ...
by TimStone
Thu Sep 01, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 746

Re: SMS To Customer - Upon Order Delivery

... SMS_Text := "Your Order Has Been Dispatched" + CHR(13) + ; "Via Inoice No:R00024 - 04/04/2021" + CHR(13) + ; "Vehicle: LXR-5172" SMS_Cell := "923009473247" SMS_Brnd := "OFoods-So Healthy So Good" W_122SMS(SMS_Text,SMS_Cell,SMS_Brnd) ...
by RiazKhan
Tue Apr 06, 2021 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1533

Re: Printer class question

... name at the top ( either in text or a bitmap ), then two boxes for invoice data, side by side, multi line, and two more boxes for customer and vehicle data. These are grey boxes with borders. Then it lists parts in the next section, all properly formatted, and then labor, and then recommendations. ...
by Silvio.Falconi
Wed Oct 21, 2020 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3346

Re: Printer class question

... name at the top ( either in text or a bitmap ), then two boxes for invoice data, side by side, multi line, and two more boxes for customer and vehicle data. These are grey boxes with borders. Then it lists parts in the next section, all properly formatted, and then labor, and then recommendations. ...
by TimStone
Wed Oct 21, 2020 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3346

Re: Setup Barcode system in FWH

... inventory control and parts sales. Since they are already on the packages, there is no need to print them. My clients use the barcode reader for vehicle ID numbers, and to place items into inventory, and later to sell them ( place on an invoice ). Make a list of where you want to use barcodes, ...
by TimStone
Tue Mar 12, 2019 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6210

Re: Application security and Code review

... promise to support the product if I every left.... and I did leave several years ago, and they failed on their promise to continue support for my Vehicle Fleet Managers application. Since that code is my intellectual property .. I decided to honor the original promise to continue the 'free' support ...
by Rick Lipkin
Sat Oct 14, 2017 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 4603

Application security and Code review

To All I have done business with a Health Agency for about 15 years who uses my Vehicle Fleet Management application. About 3 years ago I was informed my old ( original ) dbf\cdx application was a security risk. Ok, I can understand that .. the application was on ...
by Rick Lipkin
Wed Oct 11, 2017 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 4603

Re: Tdata still Up to Date ?

... inherited by TData. TData comes with a TRecord class which allows you to create objects like an invoice, customer, transaction, item, vehicle, purchase order, work order, etc. The list goes on. Note that objects created by TDatabase and TData are tables of items, not items themselves. ...
by James Bott
Thu May 04, 2017 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5134

Proposal .. 'just not xBase any more'

... .. could not understand the syntax, not even the ability to follow simple logic. .. True Story ... One of my largest Enterprise applications ( vehicle fleet management ) needed a coding change to allow more than one vehicle reservation per day. There wasn't a single Visual Studio programmer ...
by Rick Lipkin
Tue Mar 07, 2017 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5713

SQL INSERT TRIGGER Failure in Xharbour

... Called from: ..\source\sqlrdd2.prg => SR_WORKAREA:SQLFLUSH(4651) Called from: => DBCOMMIT(0) Called from: \6.00\Source\Common\VEHICLE.PRG => VEHC_SAVE(649) The Trigger is based on the following CREATE TRIGGER [dbo].[Vehicles_Insert] ON [dbo].[VEHICLES] AFTER INSERT NOT FOR ...
by paulrogers
Thu Jan 21, 2016 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL INSERT TRIGGER Failure in Xharbour
Replies: 0
Views: 342

Re: OT: Windows 10 and FWH

... here is "tablet" and not touch. In my application there are times when the guys want to grab a tablet off the counter and walk out to a vehicle. They can use it to start workorders, while doing an interview with the customer. They also like them for inventory checks. The software needs ...
by TimStone
Mon Oct 06, 2014 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 and FWH
Replies: 25
Views: 8209

Re: SOAP WebService

... password, .f., @fout)oXml := TXmlDocument():New( vehilcles )xbrowse( oXml ) I note that you have misspelled vehicle as "vehilcle." James Thanks James, I will try it. vehilcle is not misspelled. 'List<vehilcle> GetVehicles' is a copy/paste of ...
by Marc Vanzegbroeck
Mon Mar 17, 2014 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP WebService
Replies: 11
Views: 3558

Re: SOAP WebService

Marc,

Try:

Code: Select all  Expand view
vehilcles := myGeoPlanner:GetVehicles(login, password, .f., @fout)
oXml := TXmlDocument():New( vehilcles )
xbrowse( oXml )

I note that you have misspelled vehicle as "vehilcle."

James
by James Bott
Mon Mar 17, 2014 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP WebService
Replies: 11
Views: 3558

Re: Network Issue

... They need to track customers, verhicles, workorders, history and even accounting, and it must all cross reference. Searching for customers, or vehicles, is all incremental. Often the shop forgets the name, and even the license. So they have to locate a customer by type of vehicle. Its all quite ...
by TimStone
Tue Jan 14, 2014 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937
Next

Return to advanced search