vba recorder issue
When I run excel 2007 and try to record a macro, it will not record any commands for inserting a wordart or editting the text of the wordart if one is already created on the spreadsheet. I am at a loss to determine the right commands without the recorder, and I can’t figure out why [...]
Answer Question
| April 13, 2009 11:28 PM
Excel 2007, Excel macros, Excel VBA, Microsoft Excel, VBA
When I run excel 2007 and try to record a macro, it will not record any commands for inserting a wordart or editting the text of the wordart if one is already created on the spreadsheet. I am at a loss to determine the right commands without the recorder, and I can’t figure out why [...]
Install SQL server client tools
With client utilities like query browser, or query analyzer…how do I install on client workstations? I am not interested in installing a SQL server. I should just be able to query a SQL server and display some results from my laptop. Can anybody guide me? Well, if we have to buy any licenses we will. [...]
Answer Question
| April 19, 2013 9:29 PM
MySQL Query Browser, SQL Query Analyzer, SQL Server Agent
With client utilities like query browser, or query analyzer…how do I install on client workstations? I am not interested in installing a SQL server. I should just be able to query a SQL server and display some results from my laptop. Can anybody guide me? Well, if we have to buy any licenses we will. [...]
Horizontal to vertical
how do you change a horizontal excel 2003 spreadsheet with qty breaks to a vertical speadsheet with quantitiy break or is there a marco
Answer Question
| April 13, 2009 8:09 PM
Excel 2003, Excel 2003 macros, Excel macros, Microsoft Excel
how do you change a horizontal excel 2003 spreadsheet with qty breaks to a vertical speadsheet with quantitiy break or is there a marco
onBlur event not calling javascript function
first textbox works with script as it should but uses a submit button. Second textbox what I am trying to get to work and use script as you leave the textbox. I am using onBlur but not working. See code below. Validating date input – enter incorrect date so you can see error notification. <HTML> [...]
Answer Question
| April 22, 2009 7:17 PM
JavaScript, JavaScript Validation, onBlur
first textbox works with script as it should but uses a submit button. Second textbox what I am trying to get to work and use script as you leave the textbox. I am using onBlur but not working. See code below. Validating date input – enter incorrect date so you can see error notification. <HTML> [...]
visual basic 6.0
I have this program for my class of vb 6.0. I have not been able to solve it. I appreciate any help. Thanks….. A fast food vendor sells pizza slices ($1.25), fries ($1.00), and soft drinks ($.75). write a program to compute customer’s bill. the program should request the quantity of each item ordered in [...]
Answer Question
| April 14, 2009 5:43 PM
Programming, VB6, Visual Basic, Visual Basic 6
I have this program for my class of vb 6.0. I have not been able to solve it. I appreciate any help. Thanks….. A fast food vendor sells pizza slices ($1.25), fries ($1.00), and soft drinks ($.75). write a program to compute customer’s bill. the program should request the quantity of each item ordered in [...]
Delete obsolete proxyaddresses?
I need to clear all obsolete proxyaddresses, is there a script to do this or would they?
Answer Question
| April 11, 2009 4:49 PM
Proxy, Proxy Addresses, Scripts
I need to clear all obsolete proxyaddresses, is there a script to do this or would they?
Software interface design principles
When I dial a number on my mobile phone, a small icon with an image of my mobile phone appears together with an animated green outgoing arrow. Underneath the arrow, the name and telephone number of the person I am ringing are shown (provided this person is in my address book). Which design principle does [...]
Answer Question
| April 13, 2009 11:12 AM
Design principles, Interface design, Mobile development
When I dial a number on my mobile phone, a small icon with an image of my mobile phone appears together with an animated green outgoing arrow. Underneath the arrow, the name and telephone number of the person I am ringing are shown (provided this person is in my address book). Which design principle does [...]
How to programmatically open directories in VB.NET 2005
what code should i write to access the files in a folder that i have stored somewhere such as desktop or c drive in my pc by clicking on a button in vb.net
Answer Question
| April 14, 2009 10:22 AM
OpenFileDialog, VB.NET, VB.NET 2005, VB.NET dialog windows, Visual Basic .NET, Visual Basic 2005
what code should i write to access the files in a folder that i have stored somewhere such as desktop or c drive in my pc by clicking on a button in vb.net
SQL in an SQLRPGLE program
I want to use embedded SQL in an SQLRPGLE program to search a file for a field entered in a screen to select data using the LIKE operand. This is my code C/EXEC SQL C+ DECLARE C1 CURSOR FOR SELECT * FROM F0101JN WHERE ALADDZ = :SZIP C+ AND ABALPH LIKE :SINNME ORDER BY ABAN8 [...]
Answer Question
| April 20, 2009 7:35 AM
C+, Embedded SQL, LIKE statement, SQL, SQL/400, SQLRPGLE
I want to use embedded SQL in an SQLRPGLE program to search a file for a field entered in a screen to select data using the LIKE operand. This is my code C/EXEC SQL C+ DECLARE C1 CURSOR FOR SELECT * FROM F0101JN WHERE ALADDZ = :SZIP C+ AND ABALPH LIKE :SINNME ORDER BY ABAN8 [...]
Integrate MOSS with SQL Server 2008
Can someone provide a step-by-step or point me to a guide for integrating MOSS with SQL Server 2008? Thank you very much. Moderator Note: This is a submitted question
Answer Question
| April 10, 2009 8:20 PM
MOSS, MOSS interoperability, SQL Server 2008 interoperability, SQL Server 2008 Reporting Services, SQL Server Reporting Services, SSRS, Visual Studio 2008
Can someone provide a step-by-step or point me to a guide for integrating MOSS with SQL Server 2008? Thank you very much. Moderator Note: This is a submitted question
front end tools
My company is in the process of building out a DW. Although there has been many discussion topics within the individual end users, the one area of conflict is on what front end tool to use. More specifically, we have some expert users who want to directly access the DW and others who are ok [...]
Answer Question
| April 12, 2009 7:44 PM
Data warehouses, Data warehousing applications, Microsoft Access, OLAP/OLTP
My company is in the process of building out a DW. Although there has been many discussion topics within the individual end users, the one area of conflict is on what front end tool to use. More specifically, we have some expert users who want to directly access the DW and others who are ok [...]
pub1.rzkh.de connection to asp.net
Please guide me to connect asp.net from home computer to AS400 pub1.rzkh.de connection. I wanna wan’t to access AS400 database into my asp.net gridview. please help me.
Answer Question
| November 17, 2010 6:22 PM
AS/400 connectivity, ASP.NET
Please guide me to connect asp.net from home computer to AS400 pub1.rzkh.de connection. I wanna wan’t to access AS400 database into my asp.net gridview. please help me.
VB2008 and Connection to SQL
Is there any way to connect to a SQL server using Vb2008? I’m trying to add a datasource but this allows me to conenct locally only.
Answer Question
| December 5, 2011 12:32 PM
SQL Server connectivity, VB 2008, Visual Basic, Visual Basic .NET Web services
Is there any way to connect to a SQL server using Vb2008? I’m trying to add a datasource but this allows me to conenct locally only.
client server application
how to create client server application in vb.net
Answer Question
| April 14, 2009 12:18 PM
Client server software, VB.NET
how to create client server application in vb.net
How to view Crystal Reports in Internet Explorer?
Please help me when i open my crystal report on internet explorer ,crystal report format view as a text but when open in firfox browser report view correct
Answer Question
| April 9, 2009 11:17 AM
ASP.NET, Crystal Reports 10, Crystal Reports 8.5, Crystal Reports 9, Crystal Reports XI, firefox, Internet Explorer
Please help me when i open my crystal report on internet explorer ,crystal report format view as a text but when open in firfox browser report view correct
How to program a GSM/GSM module
HI, I’m involved in project for witch I need to know how to write software for siemens GSM or GSM modules order to make them dial a number or send a sms. I would like to know which software I must/can use. Thanks in advance Halvord
Answer Question
| April 9, 2009 11:02 AM
GSM, Mobile applications, Mobile development, Siemens
HI, I’m involved in project for witch I need to know how to write software for siemens GSM or GSM modules order to make them dial a number or send a sms. I would like to know which software I must/can use. Thanks in advance Halvord
String manipulation in COBOL/400
I want to replacing 1 character in a String with 1 or more Characters in COBOL/400. How can i perform this??
Answer Question
| April 9, 2009 10:23 AM
COBOL, COBOL/400, String manipulation
I want to replacing 1 character in a String with 1 or more Characters in COBOL/400. How can i perform this??
Scaler error causes
what are the causes of scaler errors
Answer Question
| April 13, 2009 8:17 AM
Error handling, Scaler errors, Software Quality, Web development
what are the causes of scaler errors
Application Software Specification
do you have a template that i can use to develop application software specification?
Answer Question
| April 15, 2009 7:41 AM
Software development, Software project management, Software Quality, Software Quality Assurance, Software requirements, Software Requirements Specification
do you have a template that i can use to develop application software specification?
Database connection with OLE DB
we are connect the database with the help of oledb data adapter.data are updating on screen but data not update in backend.
Answer Question
| April 9, 2009 7:26 AM
Database connectivity, Database programming, Object Linking and Embedding, OLE, OLE DB
we are connect the database with the help of oledb data adapter.data are updating on screen but data not update in backend.





