I'm using VBA to build a query based on responses to a number of fields on a form, two of which are listboxes. When the code executes, it appears to build the query correctly, but I get the subject error every time.
I've set a watch on the query, and when I copy the watch value and paste it...
I'm communicating over a serial port to a piece of equipment which needs to receive the data in Hex format. Recently, a requirement came up to not only send the commands, but receive responses and parse them. I have been successfully sending commands for some time, and I am able to capture the...
I'm working in Visual Studio 2012 on a vb.net winforms project originally created in Visual Studio 2008. Since converted, the .rdlc files have started giving me issues, but I thought I had cleared them up with an updated reference.
Currently, I'm working on passing two parameters from a form...
I'm working on a vb.net windows forms application using Visual Studio 2008. I have two forms which have tab controls on them. On each tab control, one of the tabs has a reportviewer.
On both forms, when I first open them in design view, I get an error telling me that the reportviewer control...
I'm using Visual Studio 2008. I have a form which has a DataRepeater and a ReportViewer displaying a report which uses the same table in the local DataSet that the DataRepeater uses. When I load the form, I fill this table. The DatarRepeater displays the data correctly, but the ReportViewer...
I have a table in my dataset which is used to locally store and process a set of records for use with a form. The table is LocalInfoTables.TREEpartsTreed. I have a function running to update the data in that table based on a query tied to a SQL server. The function runs down one row at a time...
I have a DataTable in my local tables which I fill successfully from a button-click on a form. I now want the exact same process to fire from another form, so I took the Sub which fills the table and moved it to a shared functions module, which I use to store functions/subs I need to fire from...
I have a DataRepeater attached to a table which I clear and refill each time text in a TextBox on the main form changes.
It appears the the table is being managed correctly, as you can see that when the form opens, the DataRepeater is nothing but a blank border, and as you change the text...
As described in the subject, I'm attempting to send 8-bit data to an external component using the serial port. However, it appears that the top two bits are being forced to 0; any value I attempt to send above 3F is 3F at the other end. Can anyone see what's wrong based on the code below...
I have a program which is running tests on a monitor using two separate pieces of equipment which are connected to the main computer via COM ports. COM4 is attached to a video generator which accepts simple strings as commands to adjust images displayed on the monitor. The following code is a...
I have a program which creates a batch file, runs it, and then manipulates the files the batch file causes to be output. When it gets to the point where it's supposed to open and manipulate those files, it gives me an error telling me that the first file does not exist. If I navigate to the...
I'm updating a project created by someone who is not with our company currently, and I'm attempting to add a section which formats input before spitting it out. I'm using the Format() function, but it is not applying correctly. Here's testing code I created to try to debug this issue...
I have an ASP page which takes a record from SQL Server and generates output with additional data from other tables/views on the same server. Specifically, it pulls the information on a specific box in the archives, and then fleshes that information out further by expanding references - like...
I have a form which is submitted using a button from an image file. The INPUT settings are:
<INPUT type="image" src="/graphics/Buttons/bButtonContinue.gif" tabindex="7" onclick="return verifyAddition()">
verifyAddition is not firing when I click the button - it is supposed to make certain...
I have a subform for which the data source is:
SELECT dbo_GroupUsers.UID, dbo_GroupUsers.GrpID, dbo_GroupUsers.GrpLev, dbo_Groups.GrpLevSt, dbo_Groups.GrpLevEn FROM dbo_GroupUsers RIGHT JOIN dbo_Groups ON dbo_GroupUsers.GrpID=dbo_Groups.GrpID;
It resides on the main Groups form, tied to the...
I have a report which lists all corrective action reports in the system, filtered by the year which the user selects when they open the report. Since the parameter requested by the report is "Year?", I apply an Iif sequence to the input in order to process it to a useable string for the report...
Using Visual Studio 2008
I have an unbound datagridview on my form (QCmastInspectList)
In the code, I am attempting to select summed/grouped data from a view in the database, and then set the datasource for the datagridview to that recordset. Here is the associated code (The line that throws...
I have a simple form for login to an application which needs to pull a a user's information from a database based on variables set on the form and verify that the data matches. I've worked extensively in both VBA and VBscript in the past, and am having trouble making the transition to Visual...
I'm working on my first VB application. I have a dataset in my datasources which includes tables holding username/password information. When the application opens, I have a login form open first. In the code for this form, I want it to select the appropriate record from the UserInfo table...
I am in the process of building an application using Visual Studio 2008 to handle the activities that happen in our Receiving Inspection area. This is the first Visual Basic application I will build.
One of the issues that has been raised is how we could have employees "sign" documents on the...
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.