arogan's Q&A profile
Visual FoxPro Report Builder Error with XP Media Center Edition
I had to buy a computer in a rush and selected one that had XP Media Center Edition expecting to be able to install XP Professional when I got it home. Well, this is a Gateway notebook and XP Pro wouldn't load. Now, with Media Center o/s, I am getting an error in the 9.0 report forms when I try to access the text or label properties. The label error reads: Variable 'vpos' is not found. Line 0 in loadformfrx(): textlabelhandler.error() The properties work fine when bypassing reportbuilder.app. Is there any conflict with VFP9 reportbuilder.app and XP Media Center O/S or do I have a corrupted reportbuilder.app file Thanks in advance. >> Is there any conflict with VFP9 reportbuilder.app a ...Show All
.NET Development XSLT Sorting Conditionally
Hi I have the following xml <TestRequests> <TestRequest CollectionStatus="Resulted"> <Category>Hem</Category> <Text>Complete Blood Count</Text> <SortKey>A<SortKey/> </TestRequest> <TestRequest CollectionStatus="Resulted"> <Category>CHem</Category> <Text>RBC Count</Text> <SortKey>B<SortKey/> </TestRequest> </TestRequests> I want to achieve sorting based on some conditions In my case if any of the SortKey has value then the TestRequest should be sorted on SortKey , if all the sortkey elements are blank in that casethe sorting has to on say Category element Could someone tell me how to ...Show All
SQL Server SAN Replication
I'm wondering if the technology exists to use SAN replication for sql server 2005 disaster recovery. I have a bunch of prod servers I want to add to a san, I then want to have another bunch of servers at a dr site connected to another san. Is there a technolgy ( non sql ) to enable full ( real time ) san replication of the data ( for SQL Server databases ). I don't need alternate suggestions, this solution has been proposed to my clients, I don't think it's available, any confirmation one way or another would be very helpful, thanks. Take a look at http://www.microsoft.com/sql/alwayson.mspx .. it's a new site (just announced here at TechEd in Boston) where we list solutions from various vendo ...Show All
Windows Forms what are the new controls (windows.forms) with .net 2.0 version?
what are the new controls (windows.forms) with .net 2.0 version Can some body give me the link or info related to above, I see few controls were obseleted in the beta version (eg: System.Windows.Forms.DataNavigator and System.Windows.Forms.RaftingContainer) and I am interseted in the list of controls supported in .net 2.0 released version. If I remember correctly these 2 were in fact renamed to BindingNavigator and ToolStripPanel. A list of controls new to .NET 2.0 would be ToolStrip (with its variation ContextMenuStrip, MenuStrip, StatusStrip, ToolStripPanel, ToolStripContainer) DataGridView (and the BindingNavigator) TableLayoutPanel, FlowLayo ...Show All
SQL Server Saving a database into an importable file format
I am brand new to SQL. Have limited coding experience w/ Visual Basic and database ops w/ Access. I have come into possession of a SQL 2005 database. The problem is that the designer tried to re-invent the wheel and code a very very poor LMS back end for tracking and reporting. I would like, if possible, to save the database and as far as I am aware - should be able to import into Access and generate statistics and reports to my hearts content. I have tried w/out success to save the database going through SQL Server Management Studio Express. Any help or information that could be provided would be appreciated. Any additional information that I can provide, please let me know. Thanks - Will You can n ...Show All
.NET Development unbound DataGridView insert,delete, update records
Hi, I have an unbound DataGridView and I have load it with a set of records from a Data base. I modify existing rows, delete rows and add new rows to DataGridView control. I have to send a new modified dataset back to the data base. Please any suggestions how to solve the problem Thanks in advance George More details ..... I have a master/detailed form based on Order / Order Details. A ListView control is used to show the detailed records (10 rows): 1, 3, 4 rows are new records I have added, 2,5,6,8 rows are records I have updated 7,9,10 rows I have deleted I don't use Data Set and Data Adapter. How can I add a data set above to Data base (SQL Server ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Confusion
I have no experience w/ c# etc...but I love this idea of creating your own games for 360 etc with Game Studio Express. Can a person like me use Game Studio Express...like will there be walkthroughs for inexperience people Also does anyone know of any good books etc on beginning C#...and is this Visual Studio Express free or Interesting, I guess I am just used to the Wrox Beginner format, you know 1000 pages of hand holding and excruciating detail... 8) Maybe when I get back to it, I will approach the book from a different way. ...Show All
Visual C# monitoring registry and folders
Hello, I want to know (using C# 2005,) how would I monitor changes or additions made to selected registry keys and to certain folders in Windows XP Regards, SSZ Hello, How would I pick up an addition made to a subkey in the registry If a key has been added to a subkey, how would I obtain the full path reference and the value of the key thanks! ...Show All
Visual Basic AS/400 Command execution
Hi All, I am trying to write a small app to access an AS/400 server. I want to run some common commands that we use daily against this server. Eventually I would need to have data streaming back to my application but this is not important at the moment. Here is a part of my proceedure that is failing: Dim cn As New Odbc.OdbcConnection Dim cmd As New Odbc.OdbcCommand Sub ConnectToAS400() Try cn.ConnectionString = "DSN=TGL;UID=CTEST;pwd=TEST;" cn.Open() cmd.Connection = cn cmd.CommandType = CommandType.StoredProcedure cmd.CommandText = "{{CALL QSYS.QCMDEXC('SBMJOB CMD(P10SCKSV PORT(4012) NEXTPORT(9000) " _ & "ENDRANGE(9099)) JOB(P10SCKSV)',0000000076.00000) ...Show All
SQL Server Default values of columns not transferred in SSIS Transfer Objects Task
I am working on a project that is creating a new application, my area of the project being the migration of data from the old application database, transforming it, and populating the new database. The transformations to the old data are done in a staging database. At the end of the process, the staging database ends up with a lot of new applications tables, populated with the migrated legacy data. We need to move these tables from the staging database to (initially) our test databases, but ultimately what will be the live database. We have tried using the "Transfer SQL Server Objects Task" in SSIS, but have ran into a problem that a lot of the database tables have default values for columns. These default values a ...Show All
Visual Studio Team System Build Number Field in TFS assemblies ..
I just noticed the following: for TFS version 1 assemblies, the file version was "8.0.50727.147". for TFS version 1 SP1 assemblies, the files that were changed have a file version of "8.0.50727.762". I thought the pattern used by Microsoft for the build number field was "ymmdd". Consequently, I am curious to know why the build number field remained unchanged in SP1 (since obviously the SP1 build took place at a later date) .. Thanks in advance. The file version is: <major version>.<minor version>.<build number>.<rebuild number> Major version generally increments for each "major" release. Minor version increments for &quo ...Show All
Architecture Ent Application Blocks + Dev QA Production
Hi, I have different connection strings and email settings for Dev, QA and Production environment. How can I configure my Application block to handle this complexity!! I havent come across any articles that describe this. Please help me out here!!! I have gone through tonnes of material, still cant figure out. Thanks ~Indo. I was thinking more along the lines of having one config file for all the environments and switch the mode to "Dev" or "QA" or "Prod". And then I was planning to have a MyAppConfigurationManagerFacade which will return getconnectionstring() depending on the environment its in. I couldnt get to make this kind of a facade to work with Enterprise A ...Show All
SharePoint Products and Technologies Workflow task causing error with forms server.
I have a form published via forms server. Then I associate the approval workflow with the form. I fill out the form and submit it to the library. Once I finish this process my approver gets an email telling them to review the form and approve the task. They click on the link to review the form and they get this error message: The URL <library>/<filename>.xml is an unsupported relative URL. Use an absolute URL or prefix with '~sitecollection', for a site-collection-relative URL. Any ideas how to deal with this I am old to SharePoint but new to InfoPath and forms server. Thanks Shane - SharePoint Help I do believe they do know about it and there should be a fix coming. I don' ...Show All
Visual C++ new to programming
hey i'm new to progreamming, in doing some windows apps it is better to use c# or c++ (i have little knowlege of C) i like c# productivity, but C++ power (speed). what u recomand Terrax wrote: by C++/CLI u mean visual C++ or is it something else if so what pluggin or where can i download it Please see : http://en.wikipedia.org/wiki/C%2B%2B/CLI ...Show All
SQL Server sql help please
I am trying to split a field into segments and write each segment to a different field, the field in question has the character '|' between each segment I want written, the problem is this field may have 2,3 or 4 instances of the '|' character in it, and is never consistent on the number of characters between each '|'. so my question is do I have to search through each character of the field until I find the '|' and then write each character prior to the '|' to a variable and finally write all the characters between each '|' to new fields. Could someone please give me guidance on how to achieve this OK. So, I assume you've got maximum 5 strings in the original string separated by pipes (|). I've got ...Show All
