Oops Jun's Q&A profile
SQL Server Error in calculating Twelve Months to date using Time Intelligence
Hi, I have used Time intelligence of AS2005 to calculate YTD and Twelve Months to date. YTD works pretty well, but there is an error in parsing the code that AS2005 generated when it created time intelligence for calculating Twelve Months to date. The time dimension contains 2 hierarchies, Full Year (QTR- Month) and YTD hierarchy(Year - Qtr - Month) . Here is the code it generated for 12 months to date. Scope ( { [Measures].[Quo ...Show All
.NET Development WebProxy.GetDefaultProxy() is now Obsolete, is there any alternative for this in .Net Framework 2.0?
WebProxy.GetDefaultProxy() is now Obsolete, is there any alternative for this in .Net Framework 2.0 Hi, i did not experience this "default" behaviour. At home i don't use any proxy, so no worries here. But at work IExplorer uses http://pac.mycompany.com/proxy.pac , i had to code it (i could choose to set the proxy manualy or with the getdefaultproxy(): Dim ws As New com.mycompany.ws.connect2sap Dim defproxy ...Show All
Windows Forms locating a doc file iside a folder
How to locate a doc file inside a folder and finding a particular feild inside that doc file Hi , U can use this method to get whther the File is present in Specified folder or Not.... Private Function IsFilePresent(ByVal Direc ...Show All
Windows Forms How to make a usercontrol to act as an container?
Hi I've made a usercontrol with a specific caption and furthermoer empty space. Now i want to use the control in my form. Placed the control on the form and now i want ot add an butoon to the empty space, but the button is drawn on&nb ...Show All
SQL Server Basic authentication.
The documentation for Analysis Services seems to suggest that windows authentication is no longer the only way of accessing AS. I'm trying to confirm whether or not it is possible to login to AS with basic authentication. If so, what are the constraints (eg is this possible only via IIS). I'd also like to find out if http access is restricted to enterprise edition only like it was in AS2000, or has the scope been widened in AS2005. Thanks, Terr ...Show All
Visual J# Running a Simple Program in J#
I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it It's not too obvious. I did install the J# Redistribution Package. HELP! This is so simple.. but I'm stumped!!! I guess your expecting "Hello world" should appear in the Win Form right But nothing will appear in Form because you are writing to Standar ...Show All
Visual Studio HiearchyNodes auto-expanding on load of custom project
Hello, We have a custom project that we load up into the Visual Studio Solution explorer. On some of our development machines, when we open up an existing project (our custom one) it makes some of the HiearchyNodes (folders,files) that have children auto expand to show all the items. On other development machines, it remembers which folders were open. Other projects like C# ones don't have this same auto expanded problem on the affected ma ...Show All
Visual Studio Team System Source Control and VSTS
Hi, I am looking out for some details on setting up the vss for a project using VSTS. If any of you can point to resources which can answer my following basic questions it would be great. 1. How different is setting up source control using vsts than setting up vss 6.0 2. What should be the starting point 3. What are the basic config mgmnt tasks i can do using vsts 4. Is VSTS a complete replacement for VSS in my project Thanks in Adv Paritosh ...Show All
Visual Studio Team System Designing editing masks with InfoPath
Is it possible to use InfoPath to design/extend the work item editing masks If I remember correctly RickLa mentioned something like that during one of his talks... Thanks, Neno You can change many aspects of the form layout, field ordering, labels, columns, tabs, etc. I don't believe you can change the layout of the OK/Cancel buttons. Brian ...Show All
Visual C++ VS crash when updating intellisense
hello we using C++ manage code, with about 22 projects, when we open vs project from "VS2005 pro" updating intelisense is start, and when it get about 70% of it process we get microsoft error report, and Vs crash and restart , the only fix we find is to disable intellisense by rename FEACP.DLL. i find this solution unconvenion, we had this error in a last 3 months on diffrent computer in diffrent time. this is part of event viewer l ...Show All
SQL Server adding a new data column (not derived) midway thru a data flow
I need to know what a table's max row Identity is part way thru a data flow. I can't get it at the beginning of the data flow. I need to either (1) add it to the data buffer part way thru or (2) set it into a package variable and then reference the var in a script component. I've not found a way to add a database column to the data buffer without doing a lookup for each row (too slow and not appropriate here) ...Show All
Visual Studio Team System Instructions for Creating New Projects
Are there online directions for the necessary security requirements for setting up a new project The TFS Installation Guide does not appear to have that information. The TFS Administrators Guide does not appear to have that information either. Thanks in advance. Mark Hello Mark, Yes, we do have documentation online on permissions required for certain actions. Please check out the post on the UE team' ...Show All
SQL Server An incorrect or unsupported HTTP function call was made error
Hi All, I've got this error " An incorrect or unsupported HTTP function call was made " I can't browse SQL CE Agent using IE also. How to solve this error TQ You need to give more information for other people to help, for example, what device, OS, what IDE, what kind of program you are writing, where do you get the error, and how --- Lao K Visit my Blog for Windows Mobile Pocket PC ...Show All
SQL Server Registry to store configuration values ?
I try to store a SSIS-configuration value in the registry. But it's failed. I get a warning, that the registry-key is not found. What is the syntax I have searched in BO,MSDN and Google/Internet ==> nothing. There is no example. The syntax of how to specify the name of the registry key is straightforward. See BOL: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/uirfsql ...Show All
.NET Development When I update database through my dataset its being only still my application runs
When I update database through my dataset its being only still my application runs . For eg: this.tableAdaptor.Update(MyDataSet); I cannot see the rows being added or changed in my database .What Can Be the problem .....where should i have gone wrong plz give me a direction .... Check the following link, hope it might help you http://alirazashaikh.blogspot.com/2006/02/sqldataadapterupdate-upd ...Show All
