Development Questions


How to clear the text in a dropdown list combo box?
When an item is selected from the list it displays in the text field of the combo box and I want to clear it without clearing the items in the list. I’ve tried [drop down list name].text = “” but it doesn’t work since the text entering field in a drop down list box is [...]

Answer Question   |  July 31, 2009  12:30 PM
VB.NET, VB.NET 2005, VB.NET Combo Boxes
asked by:
95 pts.

Convert/Supress non UTF-8 to UTF-8 on as/400 while CPYTOSTMF
Hi, I am generating XML from AS/400. I am doing following steps: Creating Flat File wiht RCDLEN (260) and CCSID 65535 (Default). I am reading data from some other Physical File. Putting data in between XML tags in required XML format and writing this record into Flat File. Now flat file contains XML formatted data. [...]

Answer Question   |  October 24, 2009  12:01 PM
AS/400, CPYTOSTMF, UTF-8, XML
asked by:
225 pts.

What are various QA Metrics?
What are essential Metrics a QA should know? What is Rework ?What is Defect leakage? How are these calculated? You can add about the metrics you know?

Answer Question   |  July 31, 2009  9:21 AM
QA, Qa metrics, QA testing
asked by:
295 pts.

Access – Bound sub form trying to set the value of an unbound field
I have a bound sub form with a Datasheet view.. One of the fields on the form I want to be unbound, but still display the value of a field for row displayed. How do I show the value.

Answer Question   |  August 6, 2009  3:44 PM
Access Database, Access Datasheet, Microsoft Access, Microsoft Access subforms, VBA
asked by:
85 pts.

About PIC programming
Which development tool is best for a beginner in PIC programming?

Answer Question   |  July 30, 2009  2:31 PM
Development tools, PIC programming
asked by:
5 pts.

Responsibility of project delivery team
In the recessionary period what will be the added responsibility of delivery team towards their client?

Answer Question   |  July 31, 2009  12:12 PM
IT project management, Project Delivery, Project management
asked by:
5 pts.

export data from forms to excel
how to export the selected data from forms to excel?..

Answer Question   |  October 9, 2009  6:55 AM
PL/SQL, SQL
asked by:
5 pts.

Dlls to access Notes and Domino Server Database.
Hi, I need to create an application using C# such that i can access all the user’s mailboxes existing on Server. So kindly provide me the API which will allow me to access each mailbox( nsf files) of each user stored on the Domino Server. Basically i am looking for an API by which i [...]

Answer Question   |  July 30, 2009  4:32 AM
C#, Domino Server, Domino Server 8.5
asked by:
185 pts.

SQL Error
we need to determine error message:the condition applied to this collectioncontains an ORDER BY without a corresponding TOP clause.

Answer Question   |  July 30, 2009  2:44 PM
SQL, SQL error messages
asked by:
5 pts.

Determining if an interface problem exists
We have built a website for a client (a bank) in HTML (Dreamweaver, Flash, etc.), and converted it to operate off of a “WebDNA” database programming language, instead of PHP or ASP. We are now told by the client’s ISP that there are major concerns about compatibility and security relating to interfacing our work with [...]

Answer Question   |  July 29, 2009  2:36 PM
Unix, Web development, Web Interfaces, Windows
2,585 pts.

Learning SQL Part 2
Is there anything out there that would teach help me to learn SQL dealing with communicating with an AS400 system and using MS Access passthrough query system to bring it into Access but using the SQL system as the communicator? What books or Web sight is available?

Answer Question   |  July 30, 2009  9:11 AM
AS/400, AS/400 SQL, Microsoft Access, SQL, SQL Training
asked by:
1,185 pts.

Export VMware Image to physical machine
Installing and configuring Windows XP an all the Programs in a virtual Machine. How can I convert and use this virtual Image for using them on a physical machine?

Answer Question   |  July 29, 2009  8:25 AM
ISO files, Virtual Machines, VMware
asked by:
Sku
5 pts.

Ethereal
can we captured packets from a network having host working on different platform ?

Answer Question   |  July 30, 2009  3:41 AM
Ethereal, Network Packet, Packet analyzers, Packets
asked by:
5 pts.

Pocket PC: How to stop a form from closing
Using C#, on a WinForm, to stop a form from closing, I simply have to put this line in the public Form1(): this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing); and add this bit: public void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e) { if (MessageBox.Show(“Are you sure you want to exit?”, “Confirm exit”, MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1) == DialogResult.No) { e.Cancel = [...]

Answer Question   |  July 29, 2009  9:45 PM
C#, Pocket PC, WinForms
asked by:
85 pts.

SQL table missing values
Dear all, I have a table that typically has the following collumns: partnumber Company Division Responsible Records usually look like: partnumber company division responsible A 1 14 AAA A 1 13 BBB A 1 CCC B 1 14 AAA B 1 12 BBB B 1 DDD Now I need to create a query, that returns [...]

Answer Question   |  August 26, 2009  2:33 PM
SQL
asked by:
100 pts.

SQL in CLP
Hi, I have to create a command that permits a user to copy records from one file to another and then remove those records from the first file. We’ve been doing it all manually using CPYF and INCREL and then deleting the records using an SQL Delete statement. I got the idea to create a [...]

Answer Question   |  January 28, 2011  2:05 PM
RPG, SQL
asked by:
320 pts.

Can a command button macro run a make-table query with an auto-inputted parameter value?
I want to run a make-table query with a parameter, using a command button click event on a form showing a single record. The parameter value needs to be inputted automatically using the value of a control in the current record of the same form. Can this be done with a macro event? If so, [...]

Answer Question   |  July 28, 2009  11:46 AM
append, Control, Form, make-table, parameter, Query, run, SQL, value, where
asked by:
5 pts.

Animated gif problem in VB.net?
In the application I’m developing I need to present the user with a splash screen. In that splash screen I used an animated spinning wheel gif image to let the user know that he/she has to wait. But when I insert the gif and run the application the splash screen displays but the gif only [...]

Answer Question   |  April 9, 2012  7:55 AM
Animated Gif, VB.NET 2005, Visual Studio.NET 2005
asked by:
95 pts.

DBCS “open data type” problem – time-critical situation
BACKGROUND: We use a case tool to create simple file maintenance and inquiry programs over our core software’s database. The new release of our core software has added DBCS support, and has changed a lot of long fields which were formerly data type “A” to data type “O”. Our case tool is recognizing these as [...]

Answer Question   |  December 30, 2009  4:12 PM
Data conversion, DBCS, Logical File, open data type
asked by:
100 pts.

Can’t open PDFs from certain websites
I am long-winded, so please bare with me! We are having trouble opening pdfs on certain websites. Currently PDPworks as well as one of our vendors who uses twelvehorses.com as a pdf server. We are unable to open a pdf from pdpworks at all and are hit and miss with opening pdfs from twelvehorses.com. The [...]

Answer Question   |  February 8, 2011  3:59 PM
Adobe, Adobe Acrobat 6.0, Adobe Acrobat 9 Pro, adobe reader, Cisco PIX, firefox 3.5, Internet Explorer 7, Internet Explorer 8, Network management software, Network monitoring, Network Monitoring Tools, Network testing, Networking, PDF, PDF hyperlinks
asked by:
215 pts.