Visual Basic . VB.net . VBS . ASP.netHello, I'm iterating through a VB.Net webform controls collection and can't find the syntax to set the forecolor for a...
Hi, I have a form with 2 datagrids. The first datagrid displays data from a dataset (ds1). Now based on certain criteria that the user selects from the...
Is it necessary to have two datasets? Would you consider having one dataset and two data views...then populating your datagrid from these views? You can use...
Ronel, Thanks for your suggestion. I tried using the Dataview, but don't think it would work in this case. Let me explain my need in more detail. I have a .csv...
I think that should work. I am new to VB.NET, hence did not think of this approach. I shall look into this and get back if I come across any hurdles Thanks...
Hi Create a Datatable, after inserting into the database add the row to the datatable and then repopulate the datagrid2 with the datatable as data source. ...
Okay, I understand. Try manually populating the second DataSet by creating DataRow objects and call the AddNew method. Thinking it through again, based on...
Ronel, After spending some more time on the Dataview, I was able to get it to work. Thanks for suggesting the use of Dataviews. - Artee ... is ... exists ... ...
Hi, Is it possible in the .NET framework to do a direct print to the printer, bypassing the graphic processing? I have an application written in VB6 that uses...
I get the following error "Timeout expired. the timeout period elapsed prior to obtaining a connection from the pool. this may have occurred because all pooled...
How many columns in the table? 14? ________________________________ From: VisualBasic_Official@yahoogroups.com [mailto:VisualBasic_Official@yahoogroups.com]...
Hi Lou, I just saw this on Microsoft yesterday. It says: <http://msdn2.microsoft.com/en-us/vbasic/bb219077> Microsoft Printer Compatibility Library 1.0 The...
Yes, that's right. there are 14 columns - Artee ... size ... pooled ... thru ... times. ... by the addressee(s) named herein and may contain legally privileged...
You need to be more specific with your questions, but, are you looking to create a query that searches a field? SELECT p.sFirstName from tblPersonnel p WHERE ...
It depends on what you are searching for. Make your question a little clearer. What do you want to achieve? Eze Stephen O. Systemtech Services Ltd. (Software...
On Friday, I asked about the rows because something stuck out to me, I don't remember what it is yet, but it will come to me... A question though If...
I'm working on an application that Automates Microsoft Access 2003. Basically, I have a Design Master and a set of replicas and I'm trying to automate the...
Can someone tell me if you are able to add a hyperlink to a column in a datagrid? I have an windows form with a datagrid in one of the columns the name of an...
Does anyone know if you can determine the length of a text string within excel? I have a length that I dont want users to exceed based on the type of font they...
hello i am doing my final year project on Patient Information System. i need to submit my project by march 2007 and i urgently need help. If any of you have...
Haven't forgotten about you arteee ... giving it a second look this afternoon ... ________________________________ From: VisualBasic_Official@yahoogroups.com ...
Hi there, i've just copied a project folder from one PC to another one, with a FORTRAN program inside it. When i tried debugging it, an error ocurred, as...
I have a requirement to a creat a tiff file. I am using VB net 2003 and will be reading information from a database. I could create a word or html document,...
Hello, First of all you must search and do analysis yourself as this is helpfull to you but here is as example of a patient information system that may help...
Hello Thanks in advance for any help. I am trying to install VB .NET Standard 2003, which I purchased a few years back. I now have a newer PC running XP PRO...