Development Questions


Website popups
you just haveto right clik and press always allow pop-ups from this site.

View Answer   |  May 3, 2009  12:35 PM
Pop-ups, Web browsers
answered by:
30 pts.

How to get email address from Lotus User ID with Visual Basic
You can’t get it from the physical ID. The ID file has zero to do with the email address. The email address is set in the Domino Directory. I assume you want the SMTP address, no? That’s a field in the directory called “InternetAddress”. It’s unique to each person doc.

View Answer   |  May 1, 2009  2:00 PM
Lotus development, Lotus Notes, Lotus Notes 6.x, Lotus Notes interoperability, Lotus Notes User ID, Visual Basic
answered by:
335 pts.

combo box in dbgrid
Assuming you are using any flavor of VB <a href=”http://www.codeproject.com/KB/combobox/datagridcomboboxcolumn.aspx”>here is a good guide</a> for it. Seen that you just declared you’re using Delphi, <a href=”http://delphi.about.com/od/usedbvcl/l/aa081903a.htm”>here is a good article </a> that explains the process.

View Answer   |  May 1, 2009  4:43 AM
combo box, DBGrid
answered by:
9,695 pts.

How to Sign Java Applets?
Have you googled it ? Some results: <a href=”http://www-personal.umich.edu/~lsiden/tutorials/signed-applet/signed-applet.html”>Signed Applet Tutorial</a> <a href=”http://forums.sun.com/thread.jspa?threadID=174214″>Signed Applets – How to sign an applet (and get it to work)</a> <a href=”http://www.tech-faq.com/sign-applet.shtml”>How do I sign a Java applet?</a>

View Answer   |  May 1, 2009  1:22 AM
Java, Java applets, Web development
answered by:
63,580 pts.

Microsoft Word 2003 VBA Endnotes
I found the answer. A collegue suggested manually recording a Macro and using the resulting code as a reference.

View Answer   |  April 30, 2009  11:06 PM
Microsoft Word 2003, Microsoft Word 2003 footnote/endnote, Microsoft Word footnote/endnote, VBA, Visual Basic for Applications, Word 2003, Word 2003 Templates, Word VBA
answered by:
55 pts.

Virtualization advice for testing websites
You didn’t say what Web platforms you have but this sounds like a good use for <a href=”http://www.virtualbox.org/”>VirtualBox</a>. ^^^^^^^^^^^^^^^^^^^^^^^^^ Seen that VBox seems to be targeted to more “personal” use rather then business related I’d go to VMWare workstation where you may also consider to install some web stress tools (E.g. <a href=”http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0585a-062a-439e-a67d-75a89aa36495&displaylang=en”>Microsoft Web Application [...]

View Answer   |  April 30, 2009  6:57 PM
Application virtualization, Ubuntu, Virtualization, Vista, Web developers, Web development, Website design, Website Testing, Windows XP
answered by:
9,695 pts.

Excel 2007 – how to add a average formula to that cell/s that ignoring 0%’s
How about this ? <pre>=IF(SUM(U171,U122,U74,U27)=0,#N/A,AVERAGE(U171,U122,U74,U27))</pre> Is that what you mean ? (This question is related to <a href=”http://itknowledgeexchange.techtarget.com/itanswers/excel-2007-how-do-i-ignore-zero-s-for-a-graph/”>this one</a>).

View Answer   |  April 30, 2009  6:16 PM
Excel 2007, Excel formulas, Microsoft Excel
answered by:
63,580 pts.

RPG ILE Character Hex Value to Decimal
Here’s a site with solution http://faq.midrange.com/data/cache/114.html Which translates for your request to something like this H bnddir(‘QC2LE’) D cvthex2To1 PR extproc(‘cvtch’) D shortReceiver * value D longSource * value D sourceBytes 10i 0 value D charval S 2a inz(’0A’) D intResult S 3i 0 * convert from a character value ’1F3D’ to an integer C [...]

View Answer   |  April 30, 2009  1:02 PM
Character, Hexadecimal values, RPG ILE, RPGILE
answered by:
44,630 pts.

Microsoft Access database update question
do you get an error message saying that Access can’t find the linked table specified? Have you verified that the tables are linked after the databases are taken offline? May be you need to run the link again. Is this access 2007?

View Answer   |  April 30, 2009  4:49 AM
Database programming, Linked database, Microsoft Access
answered by:
2,510 pts.

Excel 2007 – How do I ignore zero %’s for a graph?
It seems that the only way to achieve that is hiding the row/column with the 0%, so the graph will not include that value. This can be done automatically. I found an example on the web: Right click on the Sheet name tab and select “View Code”. Then paste the following code and press ALT+Q [...]

View Answer   |  April 29, 2009  11:30 PM
Excel 2007, Excel formulas, Microsoft Excel
answered by:
63,580 pts.

Microsoft Access: Hiding form fields with Null values
Run the report through a query and for the criteria use “is not null” and like “F1″ or F2″. Another thing you can do is use the suppress blank spaces in your report design. Good luck! JuJu

View Answer   |  April 29, 2009  5:00 PM
Access VBA, Microsoft Access, Microsoft Access forms, NULL values, VBA, Visual Basic for Applications
answered by:
335 pts.

software testing certificaton schools
http://www.learn4good.com/schools/illinois_computer_training.htm

View Answer   |  April 29, 2009  3:45 PM
Certifications, Software testing, Software Testing Certification, software testing schools
answered by:
56,975 pts.

How you change a pointer from base class to derived class?
Is there a requirement to have the 3 different classes ? I see that all three classes have the same attributes, and the only difference is the constructor in one case and a virtual method in the other. I would use only one class, and will add a couple of attributes such as RockType to [...]

View Answer   |  April 29, 2009  3:07 PM
C++, C++ classes, cast, Class, Classes, Derived class, Pointer
answered by:
63,580 pts.

Execute a view/query is slower in SQL Server 2005 than 2000
This could be because 2005 chooses a different execution plan than 2000. Have you had a look at the execution plans ? What is the service pack level of the 2005 server ? There were some situations in which 2005 used less optimal execution plans than 2000, but those bugs have been fixed in service [...]

View Answer   |  April 29, 2009  2:38 PM
SQL Server 2000, SQL Server 2005, SQL Server Query, SQL Server query optimization, VARCHAR
answered by:
63,580 pts.

Empty project in Visual Studio 2008
In VS2008 click Tools/Options and there you find “Projects and Solutions”

View Answer   |  April 29, 2009  9:19 AM
C#, Visual Studio, Visual Studio 2008
answered by:
9,695 pts.

Java on iSeries
<a href=”http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.javatools.doc/tasks/t4over.htm”>Here are some good tutorials from IBM</a>

View Answer   |  April 29, 2009  7:35 AM
iSeries, iSeries development, iSeries Java programming, Java
answered by:
9,695 pts.

how to this into a code
You can learn how to use loops in VB 6 <a href=”http://www.martin2k.co.uk/vb6/tips/vb_6.php”>here</a>. Have a look, and try to do it by your self. If you find any problems, feel free to ask.

View Answer   |  April 28, 2009  11:14 PM
Visual Basic 6.0
answered by:
63,580 pts.

WIN32/AS400 Error
Hi, Please give us some more information. Can you connect using Client Access or Ops Navigator? Regards, Martin Gilbert.

View Answer   |  April 28, 2009  3:28 PM
AS/400 errors, COOL:Plex Client, Win32
answered by:
23,625 pts.

how can i retrieve the data from sql-server2005 from multiple tables in two combo-boxes in vb6.0 using programming code
Here is an example, using ADO and an ODBC data source to connect to the database: <pre> Dim adoConnection As ADODB.Connection Dim adoRecordset As ADODB.Recordset Dim connectString As String ‘-Create a new connection – Set adoConnection = New ADODB.Connection ‘-Create a new recordset – Set adoRecordset = New ADODB.Recordset ‘-Build the connection string to use [...]

View Answer   |  April 28, 2009  1:49 PM
ComboBox, SQL Server 2005, VB 6.0
answered by:
63,580 pts.

Capture a photo through webcam with Visual Basic 6
Here is an example on how to capture video, image should be even easier. Take a look at this question/answer for sample code. Feel free to ask if you have any questions.

View Answer   |  April 19, 2013  1:17 PM
VB 6, Video capture, Visual Basic, Visual Basic 6, Webcam
answered by:
63,580 pts.