I have a program that will run on many different PC's that needs to print. The PC's come in all shapes and sizes. Windows 7, Vista and XP. The PC's will be connected to a local printer via Parallel and/or Serial ports.
The solution was to create a generic/text only printer on each PC named...
I have a program that will run on many different PC's that needs to print. The PC's come in all shapes and sizes. Windows 7, Vista and XP. The PC's will be connected to a local printer via Parallel and/or Serial ports.
The solution was to create a generic/text only printer on each PC named...
I have a dataset with a parent table and a child table. I have defined the relationship in the dataset designer. I am using a database generated sequence as the ID of the parent table which will be a foreign key in the child table
On the windows form when I click addnew, I create a header...
I'm looking for a way to call an Oracle function from Access. I was doing an inline query from Access to Oracle using a linked table but I had to use the Top 1 feature of Access to limit my result to 1 record. It is very slow. In oracle I can use rownum = 1 which is much faster.
So I'd like...
Does anyone know who to do an in-line select query in Access. In oracle I know hoe to do this but not in Access. For example in Oracle I can do this. Thanks for any help!
select
last_name,
first_name,
(select job from emp_jobs where id = person.id) job,
address
From
Person...
I'm looking for a way to return the first day of the previous month in Access without the time
So if today is 7/1/2010, I'm looking to return 6/1/2010. Does anyone know how to do this? Thanks!!
I'm looking for a way to get the date of the next Sunday.
-If the date selected is Thursday, 7/1/2010, I need to know how to return 7/4/2010
-But if today is Sunday, 7/4/2010, I need to return that date. 7/4/2010
I'd like to do this in one query. Is this possible? I know how to do it in...
I have a series of dynamic controls that are created by the same sub. There are textboxes, buttons and dropdowns all being created together.
The click event of the buttons are not firing even though they an AddHandler has been added. I know the dynamic controls are being rendered correctly...
Is it possible to to use the Oracle Ref Cursor with an ODBC connection? I'm trying to have a windows app that connects to Oracle and returns a record set from an Oracle stored procedure.
I know I can use the .net provider for Oracle or OLEDB, but I'm trying to stay away from having to put...
I have a web form that has numerous user controls on it. The tab order seems to be all over the place. Does anyone know how to control the tab order with respect to the multiple user controls? Thanks
I have a required field validator that is supposed to fire when a button is clicked. It uses the required summary to pop a javascript message box letting the user know that a certain field is required.
It works correctly if the user is patient enough to let the entire page load before clicking...
I have a datatable that I am adding rows to on the fly. Then I'm setting the datatable equal to a dataview for sort purposes. Then I want to loop through the sorted dataview and build an html table.
The problem I have is that the row indexes of the dataview table do not reorder when I sort...
Hi all,
I have a datagrid that is populated from a SQLServer query that contains a few text fields in the query. When I try to export it to Excel, I get the following message
'Cell data too large'
I was assuming this was because the text fields contained too much data, but I have since setup...
I am restoring a DB and when I do user 'x' becomes detached from login 'x'. I found a way to re-attach them by using EXEC sp_change_users_login 'Update_One', 'x', 'x'. The user and login now appear to be re-attached, but when I log into Query Analyzer as 'x' and try to select, I have to...
I have a Crystal repoort with a ton of formatting that I've already done, and now I need to add a new database field to the report. Problem is if I go through the report expert its going to reset all my formatting. When I right click and choose insert, the "field" option is disabled. Anybody...
I have a number of datagrids in a windows app and some of the fields can a large number of characters. Is there a way to tell the datagrid to wrap the text? Currently, the text is there, but only the portion that falls within the width of the datagrid column is displayed. Thanks
I have a windows app and on the form I have both the maximize box and the minimize box property set to true, but when I run the app, all I get is the X in the upper right corner. Has anyone else seen this? The form is called from a module and uses EnableVisualStyles for the XP look if that...
I have a dataset that I want to disable the the change evernt handler long enough for me to format some numbers and then turn it back on after the format. Does anyone know how to do this? The dataset thinks there have been changes when I format the numbers, but its cosmetic changes that I...
I have a windows app that has a crystal report on it. It was working fine, but now when I run it, the crystal toolbar buttons have lost their icons. The buttons still work, but you can't see them. All their visible properties are set to true and display toolbar is set to true. Any ideas? Thanks
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.