Show the table field on vb.net form
How can I show table fied on vb.net form.I have used sql2005.
Answer Question
| July 1, 2009 2:46 PM
SQL 2005, VB.NET
How can I show table fied on vb.net form.I have used sql2005.
Business Process Automation tools
What tools do you use in your department for business process automation, eg, running reports, executing macros, etc. What are some of your go-to solutions?
Answer Question
| May 18, 2010 1:52 PM
Automation, Business Process Automation, Development, Macros, Report Automation
What tools do you use in your department for business process automation, eg, running reports, executing macros, etc. What are some of your go-to solutions?
Classic asp website with VB5 component not working on Windows 2003
I am migrating an old asp application, with a VB5 MTS component and Oracle 8 database, from NT to a Win 2003 server (IIS v6.0), and it is proving problematic. I do not have the original source code, nor any documentation (none at all) for the component, so I don’t have much to work on. [...]
Answer Question
| July 1, 2009 12:56 PM
ASP, MTS, Oracle 8i, Oracle Database, VB5, Visual Basic, Windows Server 2003
I am migrating an old asp application, with a VB5 MTS component and Oracle 8 database, from NT to a Win 2003 server (IIS v6.0), and it is proving problematic. I do not have the original source code, nor any documentation (none at all) for the component, so I don’t have much to work on. [...]
dotnet how to use chart control in MVC
ASp.NET MVC Architecture Do u have any idea about how to use a chart control in MVC architecture & using a pop up window so that data from the pop up window can be accessed on application?
Answer Question
| July 1, 2009 9:58 AM
ASP.NET, ASP.NET Chart Control, Model-View-Controller, MVC, Web development
ASp.NET MVC Architecture Do u have any idea about how to use a chart control in MVC architecture & using a pop up window so that data from the pop up window can be accessed on application?
CUT SUBSTRINGS USING SYNCSORT
HPW IS ONE ABLE TO CUT A SUBSTRING FROM THE NAME OF A FILE AND ALSO APPEND IT AS A RECORD IN THE DATABASE??
Answer Question
| July 1, 2009 8:26 AM
String manipulation, SUBS, Substrings, Syncsort
HPW IS ONE ABLE TO CUT A SUBSTRING FROM THE NAME OF A FILE AND ALSO APPEND IT AS A RECORD IN THE DATABASE??
To Store a variable value in a session
Hi , I would like to know, is it possible to store a variable value in a Session on client side using Javascript. I need to store it that value for a period of 24 hours. Please let me know abou this. Some sample code will definetly helphttp://itknowledgeexchange.techtarget.com/faq#tags
Answer Question
| August 5, 2009 3:52 AM
JavaScript, Session, Web development
Hi , I would like to know, is it possible to store a variable value in a Session on client side using Javascript. I need to store it that value for a period of 24 hours. Please let me know abou this. Some sample code will definetly helphttp://itknowledgeexchange.techtarget.com/faq#tags
To be back in the IT career
Hi, I have 8 plus years of experience in the IT industry doing development using Lotus script, Javascript & HTML. Did Project Management to become a Porject Manager. But currently I can’t find job with my background. I am trying to upgrade my skills but not sure where to start. I need some advise. Thank [...]
Answer Question
| May 28, 2010 1:02 AM
HTML, IT careers, IT jobs, JavaScript, Lotus Domino Server 6.x, LotusScript, Web development
Hi, I have 8 plus years of experience in the IT industry doing development using Lotus script, Javascript & HTML. Did Project Management to become a Porject Manager. But currently I can’t find job with my background. I am trying to upgrade my skills but not sure where to start. I need some advise. Thank [...]
ucc/ean code128
i am trying to print UCC/EAN code 128 subset c on a ZeBRA printer. i am having trouble getting ZPL right. how do i know the bar code is correct from straight ZPL when it prints?
Answer Question
| July 1, 2009 12:32 AM
UCC/EAN code128 subset c, Zebra printers, ZPL
i am trying to print UCC/EAN code 128 subset c on a ZeBRA printer. i am having trouble getting ZPL right. how do i know the bar code is correct from straight ZPL when it prints?
Reading content of a file uploaded by user
Hi everyone, new user here. I’ve been finding it harder and harder to get answers at EE for certain questions, and am hoping someone here will be able to help me! Using asp.net and c#, my site allows users to save the innerhtml of a certain div to a file. Now I need the reverse. [...]
Answer Question
| June 30, 2009 9:03 PM
ASP.NET, C#
Hi everyone, new user here. I’ve been finding it harder and harder to get answers at EE for certain questions, and am hoping someone here will be able to help me! Using asp.net and c#, my site allows users to save the innerhtml of a certain div to a file. Now I need the reverse. [...]
Career matchmaking – program development
I am interested in making software that allows potential employees to find employers who are offering what they are looking for in a job (be it salary, benefits, location, a specific job, etc). I also would like to have the vice versa of the scenario where the employer can look for a specific type of [...]
Answer Question
| July 1, 2009 8:14 PM
Database, Database Management Systems, Software development
I am interested in making software that allows potential employees to find employers who are offering what they are looking for in a job (be it salary, benefits, location, a specific job, etc). I also would like to have the vice versa of the scenario where the employer can look for a specific type of [...]
DTS: Export to Excel
I’m exporting a simple table to Excel but my problem is that the table columns will change every month since the column names will list month names (ex. May2009). Can I use ActiveX to dynamically create the transformation source? Please help!
Answer Question
| July 3, 2009 7:55 PM
ActiveX, DTS, DTS Import/Export Wizard, Microsoft Excel
I’m exporting a simple table to Excel but my problem is that the table columns will change every month since the column names will list month names (ex. May2009). Can I use ActiveX to dynamically create the transformation source? Please help!
Filter combo box
I want to have a drop down list (combo box, or list box or whatever) to display a defined recordset set from a talbe depending on an enter in a field on the same form.
Answer Question
| July 1, 2009 4:15 PM
ComboBox, ListBox, Lookup, Recordset
I want to have a drop down list (combo box, or list box or whatever) to display a defined recordset set from a talbe depending on an enter in a field on the same form.
Software development tools
What tools do you use to develop software? Do you use any open-source tools in the course of development? Share your thoughts!
Answer Question
| July 1, 2009 2:44 PM
Development, Software development, Software Development Process, Software Development Tools
What tools do you use to develop software? Do you use any open-source tools in the course of development? Share your thoughts!
Convert column from Number(9) to varchar2(3) in SQL
What is the quickest way of achieving a total column datatype change from number(9) to varchar(3)? I have a few million rows in this table and SQL will run forever ….
Answer Question
| July 1, 2009 2:26 PM
SQL, SQL tables, VARCHAR
What is the quickest way of achieving a total column datatype change from number(9) to varchar(3)? I have a few million rows in this table and SQL will run forever ….
My ListView does not always show the image I have set.
I have a listView control, and an ImageList on my form. I have the ImageList set as the SmallImageList for my ListView. When I load the data into my ListView, I check one field to see if a flag is set to “Y”. If it is, I execute the following lines to display my image [...]
Answer Question
| June 30, 2009 1:06 PM
ImageList, listview, VB.NET, VB.NET 2005, VB.NET ImageList, VB.NET ListView
I have a listView control, and an ImageList on my form. I have the ImageList set as the SmallImageList for my ListView. When I load the data into my ListView, I check one field to see if a flag is set to “Y”. If it is, I execute the following lines to display my image [...]
How to get vb.net to add spaces between words in lines in rich edit box so they will fully justify
I have a bunch of lines with differnt numbers of characters I want vb.net to insert additional spaces between the words so the lines will fully justify
Answer Question
| June 30, 2009 12:02 PM
VB.NET, VB.NET 2008, VB.NET Formatting
I have a bunch of lines with differnt numbers of characters I want vb.net to insert additional spaces between the words so the lines will fully justify
Loadrunner Start up.
Can anyone let me know the start to end of how a loadrunner script is being written and being used for developing effective scripts for web applications built on .net. I want a detailed explanation of how is virtual generator being enhanced using scripting and then that being used in controller and analysis, and how [...]
Answer Question
| June 30, 2009 10:30 AM
.NET applications, analysis, Controller script, Load testing, LoadRunner, Performance testing, Scripting languages, Testing, vuser
Can anyone let me know the start to end of how a loadrunner script is being written and being used for developing effective scripts for web applications built on .net. I want a detailed explanation of how is virtual generator being enhanced using scripting and then that being used in controller and analysis, and how [...]
creta pop up window with possible variables
Hello Probably there is already an answer for this and i’m searching for it in a wrong way. But hopefully someone wants to help me out. I created a screen and there are several input fields on them. But there are only a few variables alowed. for example i have a field PPAP Status: ______ [...]
Answer Question
| June 30, 2009 7:48 AM
Development, Input fields
Hello Probably there is already an answer for this and i’m searching for it in a wrong way. But hopefully someone wants to help me out. I created a screen and there are several input fields on them. But there are only a few variables alowed. for example i have a field PPAP Status: ______ [...]
data copy – paste from the same table not showing in a subform
I have an Access 2007 application for recording employee skills and competencies in a medium business. We have recently duplicated the application with a view to recording other employee skills of each employee. Normally, I would add each employees details via a form and an embedded subform, however to save time, I have tried to [...]
Answer Question
| July 16, 2009 3:50 AM
Database programming, Microsoft Access, Microsoft Access 2007
I have an Access 2007 application for recording employee skills and competencies in a medium business. We have recently duplicated the application with a view to recording other employee skills of each employee. Normally, I would add each employees details via a form and an embedded subform, however to save time, I have tried to [...]
Access Reports to PDF file
Greetings, I have an objective that’s been driving me in circles…. Windows XP Office 2007 I need to figure out how to convert “multiple” Microsoft Access reports into one pdf file through vba. Access 2007 has easy way to convert one report at a time to pdf, however, I cannot figure out how to access [...]
Answer Question
| June 29, 2009 7:22 PM
Access 2007, Access reports, Microsoft Access, Microsoft Office, Office 2007, PDF, VBA, Windows XP
Greetings, I have an objective that’s been driving me in circles…. Windows XP Office 2007 I need to figure out how to convert “multiple” Microsoft Access reports into one pdf file through vba. Access 2007 has easy way to convert one report at a time to pdf, however, I cannot figure out how to access [...]





