Search found 137 matches: orders

Return to advanced search

Re: Another for Lan Network

... of inactivity, but I wouldn't delete them. If you allowed a customer to be deleted then you would also have to delete all related records such as orders, invoices, etc. You can see that this could be a nightmare. What about unpaid bills, unprocessed orders, etc. You would have to do all kinds ...
by James Bott
Sat Nov 10, 2018 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Lan Network
Replies: 4
Views: 1031

Re: Change sort order on browse when clicking on header

Please try this sample. Click on header toggles ascending and descending orders. That is the default behavior, if not modified in the application program. Sample code: #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oDbf, ...
by nageswaragunupudi
Sat Oct 06, 2018 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change sort order on browse when clicking on header
Replies: 4
Views: 741

Re: Here are the best programming languages to learn in 2018

... protected, but maybe you have other information that we can have on the web and interact with windows applications, for example when we create orders, requests for information, ... At the end what I am saying is that FWH must be able to create powerful channels with the WEB. The web like it ...
by Carles
Mon Mar 19, 2018 1:27 pm
 
Forum: Off Topic / Otros temas
Topic: Here are the best programming languages to learn in 2018
Replies: 8
Views: 2929

Re: 1st FWH + [x]Harbour 2017 international conference

... is currently presented in Lienz to the professional world. He is so sought after all over the world that there are already many pre-orders http://tvthek.orf.at/profile/Suedtirol-heute/1277675/Suedtirol-Heute/13964532
by Otto
Thu Feb 08, 2018 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 268076

Re: html class

And only the words 'oders' must open my function to show the orders


Please try
Code: Select all  Expand view

oURL := TURLLink( ................. )
oURL:SetText( "Orders" )
 
by nageswaragunupudi
Wed Jan 24, 2018 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2417

Re: html class

Yes of cours
but i need yo write a text as....
Sample
There are 6 orders on payment...
And only the words 'oders' must open my function to show the orders
I hope you understood me
I cannot use urlink because it write all words as link
by Silvio.Falconi
Wed Jan 24, 2018 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2417

Re: Direct IP Connection

I work for medical laboratories too (for many years).
I wrote whole LIS and my software collect orders and results from a lot of analysers.
What kind of analyser do you need to implement?
Is IDS iSys immunology analyser?
Main point is: do you want to use ASTM?
by Robert Frank
Tue Dec 12, 2017 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Direct IP Connection
Replies: 18
Views: 3631

Re: Mr. Rao, cambio en method SetOrder de xBrowse

Please specify sort orders like this:  :aCols[01]:cSortOrder = "codigo"    :aCols[02]:cSortOrder = "descripcion"     :aCols[03]:cSortOrder = "name_tipo_producto" ...
by nageswaragunupudi
Wed Oct 11, 2017 12:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, cambio en method SetOrder de xBrowse
Replies: 10
Views: 3002

Re: A different payment

Silvio:

An other idea, You must take the orders by table and person, for example

18-1 table 18 person 1 Chicken 50.00
18-2 table 18 person 2 only coffe 10.00
Total per table 60.00

With this, in xbrows you can make a tree and get the total by person and
by table.

Regards
by Armando
Sat May 27, 2017 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A different payment
Replies: 9
Views: 1834

Re: FWHMARIADB Samples

A Sample Invoicing application Adapted from \fwh\samples\yunus.prg An approach that can be adopted for quotations, purchase orders, etc. mariainv.prg Points of interest: 1) Implementation of Transactions. 2) Database integrity at server level through a) Foreign key relationships b) ...
by nageswaragunupudi
Wed May 03, 2017 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20744

Re: ADD COLUMN TO XBROWSE

... to order the columns of the table as it requires, so we can not show the table in the order of the DBSTRUCT() fields . Each user of the system orders the information in the way that it requires and also adds a color to the column ... We can not change that system behavior. It is excellent that ...
by devtuxtla
Wed Mar 22, 2017 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 733

Re: ADO RDD xHarbour

... it always started as adopenstatic. New features: New option PORT in SET ADO DEFAULT DATABASE ... ADO_ORDINFO ordwildseek implemented Multibag orders support with new SET: SET ADODBF MULTIBAG INDEX LIST TO { { "INDEX NAME", {TAGORDER 1","TAGORDER2"} } } This allows ...
by AHF
Tue Mar 07, 2017 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447219

Re: FWH: MySql/MariaDB: RowSet object

... and Searching Sorting is done totally in the memory of the client PC, whether or not the connection is still alive. Toggling ascend and descend orders does not involve any physical sorting but only reverses the direction of navigation logic. This makes it instantaneous. Other libs read the complete ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19758

Re: Universal Windows Platform + Harbour + FiveWin

... some situations where users want access to certain information via their phones or tablets. Workers in the field may want to lookup the status of orders, others need to keep track of their time (legal billing for instance) and others may need to see status of production, etc. So, in these situations, ...
by James Bott
Sun May 22, 2016 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Universal Windows Platform + Harbour + FiveWin
Replies: 14
Views: 4233

Re: Xbrowse a speed problem using SCOPE ?

Nages, Scoped orders ( OrdSetRelation or SET RELATION .. SCOPED ) worked well for me for many years. According to the Clipper manual there was no SCOPED clause for Clipper. SET RELATION Relate two work areas by a key value or record ...
by James Bott
Wed Mar 02, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9103
PreviousNext

Return to advanced search