|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
[Newbie] How can I do that ?Still me and my newbie's questions. With my advanced age, it is difficult to change programming language. A procedure reads a receipt (cooking receipt for example) and filled out a table in memory: aTab() as string. I want to cumulate the quantities of the lines having the same reference. Then I want to sort this result on the quantities. The objective is to print a label with the composition by descending order of quantities. In my other language, I filled a hidden datagrid and I work with (I can make search, sorting, ... easily on this datagrid) Should I do the same sort of thing with VB.Net or are there a more easy or powerful way to do that ? Sorry if I am not very clear but my English is a little rusted. -- Ami Calmant Stéphane You might want to look at the datatable object. You can combine this
with a dataview for sorting, filtering and the like. T Stéphane Miqueu wrote: Show quoteHide quote > Hi, > Still me and my newbie's questions. With my advanced age, it is > difficult to change programming language. > > A procedure reads a receipt (cooking receipt for example) and filled > out a table in memory: aTab() as string. I want to cumulate the > quantities of the lines having the same reference. Then I want to sort > this result on the quantities. > > The objective is to print a label with the composition by descending > order of quantities. > > In my other language, I filled a hidden datagrid and I work with (I > can make search, sorting, ... easily on this datagrid) > > Should I do the same sort of thing with VB.Net or are there a more > easy or powerful way to do that ? > > Sorry if I am not very clear but my English is a little rusted. > tomb avait soumis l'idée :
Show quoteHide quote > You might want to look at the datatable object. You can combine this with a Thanks, I look at this now and let you know ...> dataview for sorting, filtering and the like. > > T > > Stéphane Miqueu wrote: > >> Hi, >> Still me and my newbie's questions. With my advanced age, it is difficult >> to change programming language. >> >> A procedure reads a receipt (cooking receipt for example) and filled out a >> table in memory: aTab() as string. I want to cumulate the quantities of the >> lines having the same reference. Then I want to sort this result on the >> quantities. >> >> The objective is to print a label with the composition by descending order >> of quantities. >> >> In my other language, I filled a hidden datagrid and I work with (I can >> make search, sorting, ... easily on this datagrid) >> >> Should I do the same sort of thing with VB.Net or are there a more easy or >> powerful way to do that ? >> >> Sorry if I am not very clear but my English is a little rusted. -- Ami Calmant Stéphane
Question about rounding the decimal
object = nothing? validate radio button in groupbox Need a numerical evaluator How do I get back a newly created Primary key Compact .NET Framework on Desktop? What are the strings that define a connection's server version? Setting Null value in SQL update statement Get Special Folder Decision trees |
|||||||||||||||||||||||