phlics.live's Q&A profile
Visual FoxPro function argument is invalid...
I have a problem with this message and a few similar once. When I get it I invoke the debugger and attempt to examine the variable/argument. In this particular case it is a memner of an array. I suspect that instead of a character string it got an .F. value but it is hard to prove because I cannot examine it. If I attempt to look at it in Command Window I will get the same message that it is invalid. More than that, some other related, neighbouring variables become shielded as well. If I try to examine them I get the same message. Is it a particular anomaly of my setup or a universal problem Can anything be done about it Thanks. Hi ...Show All
SQL Server NullProcessing and Reference Dimensions
Have a Measure group in a fact table. This fact table links to the project dimension and the time dimension. In the project dimension there are some additional dates like ProjectStartDate and ProjectDueDate. So I create a new time dimension for these dates. So for the Measure Group / Time (ProjectStartDate) combination, I define the dimension usage as a reference to the project dimension. But when I process I get som errors on ProjectStartDate that date values (the NULL date) not exist time dimension (which is correct). To solve this I try to set up the NullProcessing for these dimensions. But in contrast with a regular dimension th ...Show All
Visual C# Is there a way to change the type of a form property after decleration of it?
I have a form class using myTypedTableAdapter1 bound to a form property ; private myTypedTableAdapter1 this.tableadapter; .. this.tableadapter = new myTypedTableAdapter1(); .. On the otherhands, I have two different menu items, first creating an instance of this form with myTypedTableAdapter1 (as it is), second creating an instance of this form with myTypedTableAdapter 2 (with a different typed table adapter) My problem is : How can I change the type of this.tableadapter from myTyp ...Show All
Visual Studio Team System Distributed System template
Hello, I've just downloaded Visual Studio Team System Beta 2 and started "looking into" the Team System features but was unable to locate the Distributed System Solutions project types when creating a new project. Where can I find these Thanks, Scott Mead Marking this as the correct answer for now while Jyothi and Scott work on this offline so I can stop getting reminder e-mail every day ...Show All
Windows Forms ** Urgent ** - Time
I have a statusbar1.panel(0).text that displays minutes in string form. Could someone explain how i can convert these minutes into hours and then display in the same place. Many Thanks. Petang Many thanks for your time Omlet, Code is as follows:-Dim idays as single 'Gets how many days time span should be added idays2 = Val(TextBox2.Text) 'Using two datetimepickers  ...Show All
Software Development for Windows Vista OpenSCManager() access deny
I do like to install a service for a general purpose driver. I try to programming below : hServiceControlManager = OpenSCManager(NULL, NULL, SC_MANAGER_ALL_ACCESS); hDriverService = CreateService( hServiceControlManager, DRIVER_SERVICE_NAME, DRIVER_SERVICE_DISPLAY_NAME, DRIVER_SERVICE_ACCESS, SERVICE_KERNEL_DRIVER, SERVICE_DEMAND_START, SERVICE_ERROR_NORMAL, szDriverFile, NULL, NULL, NULL, NULL, NULL) ; But some thing happened. I trace code and I find ...Show All
Visual Studio Express Editions How can I copy data from an .xls file without opening excelI
Well I want to copy data from an xls file without opening excel into a data set let's say. Does anyone know how can I do this Try using the ODBC provider for Microsoft Excel. Here's a tutorial: http://www.datamystic.com/datapipe/excel_odbc.html Alternatively, you can use the Microsoft Excel API - have a look at http://support.microsoft.com/Default.aspx kbid=306023 ...Show All
SQL Server Error on Upgrade Advisor
Hi there, I tried to run Upgrade Advisor on two SQL 2000 servers, but the wizard keeps failing when it reaches 22% while analyzing the Database Engine. I downloaded the latest version, but still receive the same error... Error: " SQL BPA command line has encountered a problem and needs to close " Both servers are Windows 2003 Enterprise Edition SP1 with SQL 2000 Enterprise Edition SP4. Does anyone have an idea what I can do to fix this problem. Thanks!! ...Show All
Visual Studio Reportviewer not displaying in cookieless mode in forms authentication
When in web.config using cookie < authentication mode = " Forms " > < forms name = " cookiename " loginUrl = " login.aspx " protection = " All " timeout = " 59 " /> </ authentication > Reportviewer shows report all right in IE but when in web.config cookieless mode < authentication mode = " Forms " > < forms name = " cookiename " loginUrl = " login.aspx " protection = " All " timeout = " 59 " cookieless="UseUri" /> </ authentication > reports doesn't ...Show All
SQL Server How to get programatic access to SSIS Service run time pkg monitoring info...?
If running pkg from file system ( not deployed to SQL ), how do you interrogate the DTExec process to get pkg info, similar to the info the SSIS service shows...is this exposed somewhere in the API, to get runtime info for a pkg... Want to expand on what SSIS Service monitoring provides... Thanks in advance... RC You can control what is reported to the console, /REPORTING, and you can set loggers, /LOGGING, but apart from that there is not much more you can do. If you want fine grained programatic control over the execution and output then you would need to write your own execution host. Using this you can c ...Show All
Microsoft ISV Community Center Forums Trouble creating an Add-in for Excel with vb.net
I am using VB.net 2003, and I am trying to make a COM object that makes some classes and methods available in Excel (2000). Right now I don't intend for any of them to be GUI driven. Based on the KB articles http://support.microsoft.com/default.aspx scid=kb;EN-US;q302896 and http://support.microsoft.com/default.aspx scid=kb;en-us;256624 , I wrote the code below in VB.net: Imports Microsoft.Office.Core imports Extensibility imports System.Runtime.InteropServices <GuidAttribute("4203A867-FD95-402C-92C5-89D49075A285"), ProgIdAttribute("UnitsSupport.Connect")> _ Public C ...Show All
SQL Server How to do this ?
I want to do a win app or web app that has many reports, I do not want to use CR Service, I want to try SQL Server 2005 Reports, please is anyone who can tell me how to do this, or can send me any link telling me anything in this directon I really appreciate your help ! Sincerely The first place to start is the Microsoft site. http://www.microsoft.com/sql/technologies/reporting/default.mspx ...Show All
Visual Studio Express Editions Visual Studio C++ Express 2005 builds send my monitor nuts
I'm running XP Home + SP2. Video adapter is NVidia GeForce 4 MX 440. Visual Studio C++ Express 2005. My monitor goes into a blackout/clicking frenzy due to resolution changes it believes exist during any build. This happens every time "Compiling..." appears in the Output window, and when "Linking..." comes up in it. This slows down my builds a lot, plus I can't use the machine for other tasks while all this is going on. The resolution appears to switch to some very low value, and the cursor appears as a fairly large white square on this black background. The problem lies somewhere in my Windows setup/registry. I ...Show All
Windows Live Developer Forums Integrating .net application with msn messenger
i am developing an application wherein I need to activate the messenger or if I can, get the users from the messenger(should be able to see if they are online or not) . We use msn exchange accounts internally for messenger. And what I want to achieve is to select a user from messenger (or from a windows form that I may develop) and right click ,select an option from the context menu and invite them for a meeting and schedule their calendars. For this either I need to do some add-ins on messenger or create a form that shows all the users from exchange and sort them by online offline or something similat to messenger. But I have no idea how m ...Show All
Smart Device Development Smart Devices and Threads
I'm quite new to smart device development. My problem right now is dealing with threads. How do i abort, determine if it's still alive, and wait for a thread to end. When I make the following calls Thread.Abort newThread.IsAlive newThread.Join I get compilation erros saying that no such methods exist in 'System.Threading.Thread' Thanks you. Chino Please post to one forum only. We replied here (netcf forum): http://forums.microsoft.com/msdn/ShowPost.aspx PostID=92325#92325 Cheers Daniel ...Show All
