Wondering if someone can help me. I want to create a report that prints out what are essentially tickets (2" x 3.5") on pre-scored business card sheets, 10 to a page, 5 rows in 2 columns.
Each ticket is unique and has different data that gets printed on it, so it's not as simple as just making...
Hi folks
Got a bit of a head-banger going here. I'm trying to use the Microsoft Report Viewer control and an RDLC report to show some data from my project. But I'm having some trouble trying to get it to work the way I want it to (and how I think it should). Here's what I've got:
I created...
Hi Folks
I have an Access database I'm using for my application that contains about 15 tables, mostly fairly static data. But three tables are fairly dynamic and contain data that will change from one 'session' to the next.
I plan to create a separate 'Session' access DB that I can copy and...
Hi Folks, Merry Xmas!
Was hoping someone could help me out here. I have a DataGridView control in my project and in it, one column that I'd like to check the value of against a group of data to see if the value matches one of the items in that group. If it does, I'd like it to display...
Hi folks,
I could use a recommendation. I'm writing an application in VB.net 2008 that I would like to distribute someday soon. I'm trying to make it as independent as I can so other software pre-requisites don't affect who can use it. For instance, I have some specialized reporting I need...
I may be barking up the wrong tree here and this might not be possible, but if you don't ask you might never know.
I have a page on my app (VB.NET 2008) that has a group of four combo boxes designed to allow the user to drill down and select more and more granular data until in the last box...
Hope someone can help, this is really kicking my butt.
I have a DataGridView I'm displaying in my VB.NET 2008 application. I'm not having any problem displaying data from the datatable being used as a datasource, but I do have a column in the grid that is supposed to be a drop-down listbox...
Hoping someone can help...
I'm using a DataGridView to display information from an unbound table. The first time I load the grid it uses my formatting settings I created at design time, which is great, looks perfect. But when I refresh the DataTable the grid is bound to as a Data Source, I...
Hi Folks
This is probably a dumb question, but I have a few labels on a form that are currently unbound, but display data from a data table.
I'd like to be able to feed these controls a code value (1, 2, 3) and have it display a related text value ("One", "Two", "Three") in the text of the...
Hi Folks
I have a dialog form in my VB.NET 2008 project that I modified slightly to allow it to be passed a pair of parameters by overloading the ShowDialog() method.
Public Overloads Function ShowDialog(ByVal Commodity As String, ByVal Shiprecv As String) As String()...
Hi - I am writing a record to a table on an Access 2003 DB using JET. The table has an autonumber Record ID that gets attached to each record as it gets written. I'd like to know if there is a way to get back the record number for the record I am writing or just wrote during an insert query...
Hi folks
Working on a new project in VB.NET 2008, and trying to display data from a Table in a DataGridView control.
I don't want to display everything in the table, just some records where a specific field (Selected) has a value of "X". I was having trouble with that so I added a DataView...
Hi folks
Trying to use an install of VB.NET 2005 here at work, but when I load a project and try to open anything other than a code module I get an error message stating there is no editor installed to display a file type of X (.vb forms in particular).
I'd rather not bother the help desk with...
In a VB.NET 2005 app that I'm building, I've selected records I need to process from an Access DB table into a VB Data Table. Now I want to copy the contents of that data table back into a blank Access table with the same structure. Is there an was to build an Insert query to do this...
Hi Folks
In a VB.NET 2005 app that I'm building, I've selected records I need to process from an Access DB table into a VB Data Table. Now I want to copy the contents of that data table back into a blank Access table with the same structure. Is there an was to build an Insert query to do...
Hi, hope I'm asking in the right place...
I am writing a VB.NET 2005 app using an Access DB. I have a table in my dataset I have already filled with records (randomly) I want to include in my results. I also need to select records for a new query and compare them to the results in that table...
OK another silly question, probably. I set up a query against my database to fill a data table, and bound the combo box to it to have it display the values of one of the fields. Now, in that data table I also have other fields on the same record, including two I'd like to display in text boxes...
This may be ridiculous, but it seems to me there ought to be a way to do it...
I have an ADODB data table with hundreds of entries, it's not part of a dataset. I want to show a list of values from one column (city) in a conbo box so a user can select a city, and then I'll drop the records for...
Is there a way to invoke a command button's Click event? I know this was possible in older versions of VB. Apparently you can't simply go Call CmdBtn.Click() anymore though.
Been looking through help but not finding anything useful, anyone have a tip that may help me?
Thanks
CraigHartz
Hi Folks
I have a textbox that uses a KeyPress event to test for numeric values; anything typed in other than a number generates a beep and the character is ignored. Unfortunately it seems that it also short-circuits the text box's ability to accept a paste or Ctrl_V command to paste in a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.