Orlanzo's Q&A profile
Smart Device Development Lifetime Data Calls
Hello everybody! When I access the Call History option, in the Windows Mobile 5.0, exists a timer Lifetime Calls. My question is: Exists a timer that registry the lifetime calls of GPRS data If yes, how am I active this option Thank's Mauricio We do not have a counter for data calls. There are 3rd party products (from SPB and others) that provide this capability. ...Show All
Windows Live Developer Forums WLM 8.0 Beta problems..
Hey guys i've been watching this forum for afew days now and my problem hasnt been brought up yet. I have been beta testing wlm 8 for nearly a week now and its just given me some problems as of last night. It seems to have lost some of its features... like music mix and the beta invitations tab on the help menu have disappeared :/ but on my network my friend uses it who lives with me and his is fine... Could this be due to us using the same i ...Show All
Visual C# My question is so basic I'm ashamed to ask it! LOL..
OK.. I'll do it anyway.. I have no shame here... First.. I am not a professional programmer.. Just a old man trying to keep his brain alive.. I code things I never use just to THINK.. I think it helps the brain.. Besides I enjoy it! I have ALOT of C# books.. To many in fact.. Just a old man and I get all mixed up. Either I can not read or the information I need is not in them (or understand what I'm being told!). I can do most anything I ...Show All
.NET Development Clarification
Hi, I try to do a wildcard string search into a DataGrid and I need an event handler (in my opinion) for an insert/delete row/column event to loosen/restrict the search space (rows x cols). It's important that the type of data source indicated by DataGrid's DataSource property can be DataTable, DataSet, DataView, DataViewManager, or derivates. I hope somebody will enlighten me. &nbs ...Show All
Software Development for Windows Vista Cannot Pass Parameters Into Workflow
I've seen a couple of other similar posts, but I have still been unable to solve my problem. I am attempting to pass 3 parameters into my workflow. When I call the following code, I get the error that follows: workflowParameters.Add( "CurrentData" , submitData); workflowParameters.Add( "ProviderName" , _providerName); workflowParameters.Add( "ConnectionString" , _connectionString); WorkflowInstance wor ...Show All
SQL Server Problems importing data from an ODBC source
I'm having an odd issue importing data from an ODBC source using a DataReader Source. There's data in the source table, and if I use a non-SSIS tool to query the source, all the data is visible. However, if I use the SSIS DataReader source, It returns no rows, and throws no error. Any ideas for figuring this one out This is affecting about 10% of the tables from this data source, and it's our ERP application, so there's limits on what I ca ...Show All
Visual Studio Express Editions Visual Web Dev...problem, where am I going wrong? Please help!
hello. If someone could please help with image boxes that would be great, the problem is the jpg is visable on my construction IDE but when I start debugging on the local host it does'nt appear. It's driving me crazy. I've added the item through new item --> resource file. and is visable in the app resources file and I've linked it through the properties image url. Please could some provide a checklist for inserting images onto my we ...Show All
SQL Server missing date
Hi everybody I have table that store error messages.if error message is generated today it is stored in todays date.if next error message is generated after tomorrow the respective date is day after tomorrow.but i want date of that day also on which error is not generated.more clearer all dates wether error is generated or not.my corrent query is CREATE VIEW dbo.rpt_Kids AS SELECT TOP 100 PERCENT KF_ID,dbo.just_date_form ...Show All
Visual Studio 2008 (Pre-release) "yield enumerate"...
(Slightly off-topic, but it at least deals with enumerations.) Lately, I've found myself using the following pattern: public IEnumerable<T> Foo(IEnumerable<T> values, IEnumerable<T> moreValues) { foreach (T t in values) { yield return t; } foreach (T t in moreValues) { &nb ...Show All
Visual Basic "File not updatable" Adodc
"Field not updatable, Bound Property Name" Adodc. This it is the message that leaves to me when in the DataRepeater I use the RepeaterBindings to associate the field of a customized control with the data base Somebody knows like solving it ...Show All
SQL Server Use a dataset as source of another data set
Dear Anyone, Would it be possible in RS2005 to use an existing data set as the source of another data set We have a scenario of which we have several parameters whose data comes from a single table. We would want to limit the queries on the database. Is this possible at all Thanks, Joseph There is no simple way to use one DS as source for another. But. There is one direction you can explore. If you have a case when yo ...Show All
Software Development for Windows Vista Bug Report(blue screen/can't install netfx 2.0)
1. I'd installed a Virtual CD tool named daemon-tools(version 3.47), it'll cause blue screen in either vista beta1 or beta2 5270, either in safe mode or vga mode. I had to re-install vista again and again... 2.I can't install vs2005 in vista beta1(shipped in 2005.7.31), so I want to install the " problem-reporting tool ", but it prompt me to download and install .net framework 2.0. I download the nf 2.0, unfortunately, error occured:Er ...Show All
SQL Server External images not displaying in Preview
This must be something really simple. With even the _simplest_ of projects, external images are not displaying in the Preview pane, I just get the red X in a small box. But when the project is deployed and viewed from the Report Manager web site, the image displays fine. Embedded images display just fine in the Preview pane. Why would external images fail to display in the Preview pane Thanks in advance, Richard ...Show All
.NET Development How to implement a new version of the Update method in atableAdapter?
Hello people...how are you I have a Typed DataSet, with a TableAdapter that implements 4 versions of the Update method, follow 1) receiving a typed dataset 2) receiving a typed datatable 3) receiving a DataRow 4) receiving a DataRow array Now I need a new version an Updtade Method, receiving a generic DataTable. How can I do it, using Partial Class I already tried to use this code: namespace Itsa.Padrao.Soll.CRUD. ...Show All
Visual Studio 2008 (Pre-release) New WPF Community Site
We are live on WPF.NetFx3.com. Feel free please to upload or link to your samples. I would love to hear your feedback on the site. Marjan Hi Marjan. I was at Microsoft presentation last week and was ver impress with what WPF could do. My question is. We are in Visual Studio. NET 2003 or 2005. MFC C++. Can we develop WPF in this environment or not . If not , what whould be right route to go Can application integrate inside parts wri ...Show All
