Search Result
Collapse
2 results in 0.0015 seconds.
Keywords
Members
Tags
-
Problem with creating new record
I have three forms: Quotations, Custom Quotations, and Custom QuotationsDetai ls. If I have a basic quote for a customer I need to make I just use Quotations, but if it requires more in-depth details such as extra parts or labor I need to use Custom Quotations to add these. I fill out the CustomQuotation s form that pops up and when I close it it fills in the information in the main Quotations page. Custom Quoatation Details is a subform inside CustomQuotation s... -
How to get the selected subitem in a item LISTVIEW
Hi
I have a LISTVIEW where every item have 6 subitems (columns).
...Code:lstBrowse.Columns.Add("Col1", 150, HorizontalAlignment.Left) lstBrowse.Columns.Add("Col2", 150, HorizontalAlignment.Left) lstBrowse.Columns.Add("Col3", 150, HorizontalAlignment.Left) lstBrowse.Columns.Add("Col4", 150, HorizontalAlignment.Left) lstBrowse.Columns.Add("Col5", 150,Last edited by tlhintoq; Mar 4 '09, 07:39 PM. Reason: [CODE] ...your code goes here...[/CODE] tags added