Transition from waterfall to agile
Have you moved from extreme waterfall to agile? How was the transition? Do you have tips to share? Did you and your team get training?
Answer Question
| October 12, 2010 2:52 PM
Agile, Agile development, Waterfall development
Have you moved from extreme waterfall to agile? How was the transition? Do you have tips to share? Did you and your team get training?
In Virtual Directory In IIS
how to Hendel Error like following The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. ——————————————————————————– A name was started with an invalid character. Error processing resource ‘http://localhost/College_BIPS/Admin/Default.aspx’….
Answer Question
| November 10, 2010 12:17 PM
C# .NET, IIS, IIS Virtual Directories, Virtual directory, XML
how to Hendel Error like following The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. ——————————————————————————– A name was started with an invalid character. Error processing resource ‘http://localhost/College_BIPS/Admin/Default.aspx’….
SQL Server date format
Hello, I have a problem when i am inserting a string date ie 19/9/2010, which is stored in table as 9/19/2010. i want to insert dd-mon-yyyy format. can i insert dd-mon-yy format,please replay.
Answer Question
| April 19, 2011 11:28 AM
SQL, SQL Server, SQL Server DateTime, String manipulation
Hello, I have a problem when i am inserting a string date ie 19/9/2010, which is stored in table as 9/19/2010. i want to insert dd-mon-yyyy format. can i insert dd-mon-yy format,please replay.
SAS date macro variable
Hello, i’m new in SAS I’m writing this code below : data _test_ ; d1 = put(mdy(month(today())- 1,1,year(today())-1),yymmdd10.); call symput(‘d1′,”‘”||put(d1,9.)||” 23:59:59′”) ; d2 = put(mdy(month(today())- 1,1,year(today())),yymmdd10.); call symput(‘d2′,”‘”||put(d2,9.)||” 23:59:59′”) ; run ; %put d1; My question is 1. My understanding is %put [...]
Answer Question
| October 11, 2010 5:12 PM
Macros, Programming Languages, SAS 9.2, SAS programming
Hello, i’m new in SAS I’m writing this code below : data _test_ ; d1 = put(mdy(month(today())- 1,1,year(today())-1),yymmdd10.); call symput(‘d1′,”‘”||put(d1,9.)||” 23:59:59′”) ; d2 = put(mdy(month(today())- 1,1,year(today())),yymmdd10.); call symput(‘d2′,”‘”||put(d2,9.)||” 23:59:59′”) ; run ; %put d1; My question is 1. My understanding is %put [...]
Software testers, Quality Assurance and Quality Control Folks where are you?
I dont see a lot of activity in the testing section. Where are the software testing, QC and QA folks? Lets bring some activity in this area. Please do post here if you are in Software Testing.
Answer Question
| November 24, 2010 3:50 PM
Open IT Forum, Quality assurance, Quality control, Software testing
I dont see a lot of activity in the testing section. Where are the software testing, QC and QA folks? Lets bring some activity in this area. Please do post here if you are in Software Testing.
Macro date a year from today
Does any know how to create a year date from today ? for example today = 9/3/2010 I would like to get the macro variable that give 9/1/2009
Answer Question
| October 11, 2010 3:36 PM
Date calculation, Macros, Programming Languages, SAS programming
Does any know how to create a year date from today ? for example today = 9/3/2010 I would like to get the macro variable that give 9/1/2009
How to convert a a string date to date time format
how to convert a a string date to date time format
Answer Question
| October 11, 2010 3:17 AM
Avantgo, M-Business Anywhere, SQL Anywhere, SQL Anywhere Studio
how to convert a a string date to date time format
Copy WinForm For Showing Demo Visual Studio 2005
I am Developing VS-2005 application and some time it’s important to copy winform which we are develop and paste it in forums for showing demo to other for discussion problem or write article. So I want to know How can we copy winform and paste it to any forums for showing demo and discussion?.
Answer Question
| October 10, 2010 12:25 PM
Visual Studio, Visual Studio 2005
I am Developing VS-2005 application and some time it’s important to copy winform which we are develop and paste it in forums for showing demo to other for discussion problem or write article. So I want to know How can we copy winform and paste it to any forums for showing demo and discussion?.
openquery no records returned SQL Express 2008
I run theis procedure against a link server (Quickbooks) It runs with no errors but will not return records. SELECT * FROM QODBC …Customer
Answer Question
| October 10, 2010 10:33 PM
openquery, SQL, SQL Express 2008, SQL Query
I run theis procedure against a link server (Quickbooks) It runs with no errors but will not return records. SELECT * FROM QODBC …Customer
Combo Box Selection Locks Form
I have a combo box that locks/corrupts all of the controls on a Access 2003 form. The locking symptom only seems to occur when the list index is greater than 0. The problem control may not be the combo box. It may be one of two list boxes that are affected by the combo box’s ‘after update’ [...]
Answer Question
| October 8, 2010 4:08 PM
Access 2003, combo box, list box, VBA
I have a combo box that locks/corrupts all of the controls on a Access 2003 form. The locking symptom only seems to occur when the list index is greater than 0. The problem control may not be the combo box. It may be one of two list boxes that are affected by the combo box’s ‘after update’ [...]
Rexx program working abnormally sometimes when executed through JCL
I have a Rexx program to browse a very big dataset(say 75,000 lines) and then add 1 or 2 lines then save and end. This is working fine in online or batch execution provided dataset has only few records. However it works fine for all if running in ISPF panel itself, but through jcl execution [...]
Answer Question
| October 8, 2010 12:07 PM
Datasets, JCL, REXX, REXX Mainframe, REXX Procedure
I have a Rexx program to browse a very big dataset(say 75,000 lines) and then add 1 or 2 lines then save and end. This is working fine in online or batch execution provided dataset has only few records. However it works fine for all if running in ISPF panel itself, but through jcl execution [...]
Jasper-adhoc Report :java.lang.RuntimeException: exception getting dataset from cache
Hi, I am using Jasper Report in my application and started doing with adhoc reports. I created a topic and created some reports out of it. The problem is : When i run these report from Jasper UI , they run successfully but when i tries to run these adhoc reports from my application, the following error occured . All [...]
Answer Question
| October 7, 2010 11:45 AM
Ad Hoc, Jasper, Jasper Reporting tool, Java, Java Runtime Environment
Hi, I am using Jasper Report in my application and started doing with adhoc reports. I created a topic and created some reports out of it. The problem is : When i run these report from Jasper UI , they run successfully but when i tries to run these adhoc reports from my application, the following error occured . All [...]
What can you do about an app that is not working right on Windows 7?
If an application is not running properly on Windows 7 what options do I have to try and troubleshoot it to figure out why it is not working? Are there any easy fixes? What does compatibility mode do?
Answer Question
| October 7, 2010 8:07 PM
Legacy applications, Windows 7, Windows 7 error messages, Windows Application
If an application is not running properly on Windows 7 what options do I have to try and troubleshoot it to figure out why it is not working? Are there any easy fixes? What does compatibility mode do?
Concatenate many *CHAR variables.
Is it possible to Concatenate many *CHAR variable in one same type variable. I’ve created a CL who will read records from one file and concatenate them in one varaible which i will use after in my CL. But after exiting the loop i got a varaible with the last record value so the concatenation [...]
Answer Question
| October 7, 2010 4:30 PM
AS/400, CL variables, Concatenate, Variables
Is it possible to Concatenate many *CHAR variable in one same type variable. I’ve created a CL who will read records from one file and concatenate them in one varaible which i will use after in my CL. But after exiting the loop i got a varaible with the last record value so the concatenation [...]
SYNON built in function *CONCAT
I need to combine several fields into one text field and thinking about using *CONCAT for that. However it seems that *CONCAT can only merge two fields at a time. If so it would mean a lot of code if I have ten fields to merge. Am I understanding this correctly? Thanks for any help! [...]
Answer Question
| August 9, 2011 3:07 PM
AS/400, AS/400 Synon, Concatenate, Synon 2E
I need to combine several fields into one text field and thinking about using *CONCAT for that. However it seems that *CONCAT can only merge two fields at a time. If so it would mean a lot of code if I have ten fields to merge. Am I understanding this correctly? Thanks for any help! [...]
Array manipulation
i want to create a 10×10 matrix(with user input) for e.g., i have given a small sample of 2×2 matrix and below is the description regarding what manipulation i want to do. say for e.g my matrix is 0.76 1 0 0.3 now what i want to do is that, whenever the value in the [...]
Answer Question
| October 6, 2010 6:52 AM
Array, Array processing, Arrays, Arrays (programming), Diagonal matrix, Java, Java Array
i want to create a 10×10 matrix(with user input) for e.g., i have given a small sample of 2×2 matrix and below is the description regarding what manipulation i want to do. say for e.g my matrix is 0.76 1 0 0.3 now what i want to do is that, whenever the value in the [...]
Problem of inability to submit form when browsing! Please help
I have this problem that does not allow me to submit form correctly when browsing on the internet. Is this problem peculiar to my laptop hardware, software XP or browser specific and how can I correct this anomally? Often I use google chrome, firefox and internet explorer and this problem occurs often. Please and kindly [...]
Answer Question
| October 6, 2010 10:09 PM
Cache error, Chrome, Cookies, firefox, Internet Browser, Internet Explorer
I have this problem that does not allow me to submit form correctly when browsing on the internet. Is this problem peculiar to my laptop hardware, software XP or browser specific and how can I correct this anomally? Often I use google chrome, firefox and internet explorer and this problem occurs often. Please and kindly [...]
Running server applications in Windows XP mode on Windows 7 pro?
Can we run applications that live on the server using xp mode on a windows 7 pro machine? The server is running Windows server 2003 r2 and the apps use dcom.
Answer Question
| October 11, 2010 8:14 PM
DCOM, server application, Windows 7 Professional, Windows Server 2003 R2, Windows XP Mode
Can we run applications that live on the server using xp mode on a windows 7 pro machine? The server is running Windows server 2003 r2 and the apps use dcom.
Datagridview First Rows Not Consider or Skip
There is some mistake from my previous question hence once again repeat it. My problem is on datagridview i have populate combobox and amount column. and ColumnHeader/RowHeaderVisible property set to false. I have coding as below. private void dataGridView1_RowLeave(object sender, DataGridViewCellEventArgs e) { double dd = 1.768901; [...]
Answer Question
| October 6, 2010 2:42 PM
C#, DataGridView, Visual Studio, Visual Studio 2005, VS 2005
There is some mistake from my previous question hence once again repeat it. My problem is on datagridview i have populate combobox and amount column. and ColumnHeader/RowHeaderVisible property set to false. I have coding as below. private void dataGridView1_RowLeave(object sender, DataGridViewCellEventArgs e) { double dd = 1.768901; [...]
Change Destination:= path to current document
When recording VB 6.5 macro in Microsoft Word, “Destination:=” command is pointing to “Document1″ – can it be changed to point to the current document so that the macro can be used for multiple documents?
Answer Question
| October 5, 2010 1:11 PM
Destination Comand, VB 6.0, vb macros, Visual Basic 6
When recording VB 6.5 macro in Microsoft Word, “Destination:=” command is pointing to “Document1″ – can it be changed to point to the current document so that the macro can be used for multiple documents?





