GaryInJapan's Q&A profile
Visual Basic VB Dummy
I have inherited a vacation request form. In the start and stop dates there is a macro. Right now when somebody tabs onto the start or stop date a calendar comes up for the year 2000. You can change it and select any other date you wish but I would like the calendar to pop up with the current date. I am enclosing the macro below. Is there any entry I can insert or deltete to make this happen Thank y ...Show All
Windows Forms merging column headers of 2 columns to be one header can i do this
i want to make one header for two datagridview columns and each column of them has its own header also can i do this thanks in advance. ...Show All
Software Development for Windows Vista How can I start instalation a Windows Vista os
How can i start instalation of Windows Vista OS. I burn a DVD image, but i can not open it. I can read only a README file. What shall I do That's the easy part. Go on to the next step . Try " modifying " the contents of the M$ Vista Beta 2 iso by using the extracted files plus those you wish to add. Burn either the modified folders as is or create another modified iso file. See ...Show All
SQL Server Cannot change naming metadata
Hello, I've found a bit of an infuriating nuance in SSAS2005. My cube used a view called view1. At some point in time the DSV was changed to use a very similar object called view2 instead. I got a failure when processing the cube. The message was: Errors in the OLAP storage engine: An error occurred while processing the 'view1' partition of the 'foo' measure group for the 'bar' cube from the foobar database. In other words...the n ...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 figured out a way to get the "form as text" info. Before print Expand the section that says "Windows Form Designer generated code". ...Show All
Smart Device Development vs2005 compiler is fatally flawed: generates bad code
In this very simple excerpted code, the compiler fails to do its job. If you want it recreated, I propose someone there try to recreate it. I've already got it happening here. It's as simple as it gets. From the type of failure, it looks like it's going to happen a lot. r12 is assigned the address of mc.decodePriority only if gDecodeMaxPriority >= 3, yet it, r12, is still used as the store address when it is not &g ...Show All
Visual C# How to get the display information from a website?
How to get the display information from a website For example, when i click a button, the system will get the fixed deposit rate from a certain bank website. How can i get the value that display on the website Can anyone help to solve my problem Hi You wanna to access the information that resides on a diffrent web server. Try to search a web service if the Bank have, and acces the information to display ...Show All
SQL Server SQL Server 2005 data export wizard did not transfer stored procedures
OK, I got the data transferred, but now SQL Server 2005 data export wizard did not transfer stored procedures. .. I am transferring from SQl Server Express 2005. Just trying to get the starter kit working, it used to be easier... Please help RADIOGENERIS wrote: Thanks, it worked. Why is this new version of SQL Manager so difficult to use Tasks I was able to do in one step, now I have to do in several steps: 1) Ge ...Show All
Visual Studio Team System How do TargetVisibilities affect Module, Namespace and Resource checks?
How do targetvisibilities affect (or dont they ): public override ProblemCollection Check( Module module) public override ProblemCollection Check( string namespaceName, TypeNodeList types) public override ProblemCollection Check( Resource resource) Any help will be appreciated! Greetings. Hi Paul, Resources and Modules should not be affected by target visibilities. N ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Forms.Keys vs DirectInput
I know its probably just me, but is there any reason that OnKeyDown can only process one key down at a time I should add that I am used to using DirectInput for this kind of thing, but I see that it's being recommended not to use it any more, so I tried using OnKeyDown, but when I hold down 2 keys at once, only one gets processed even though my code looks like: if (e.KeyCode = Keys.W) moveforward(); if (e.KeyCode = Keys.A) moveleft(); ...Show All
Visual FoxPro Looking for partner developer
Hello, Because of my professional services, I often have requirements of small business applications for many areas. VisualFox would fit perfect to solve them. As I’m just a novice developer, I cannot afford most of the cases, so the sale and new client are lost. Is there somebody in the Forum who could be interested on something like this I could manage all the menus, screen and help translations into Spanish. Best regards :) ...Show All
Visual C# DateTime Question
Hello Everyone, I want to check if certain time is between these two times...How should i Do it... Say If I want to check DateTime.Now.TimeOfDay is between 7 AM -- 7PM..... How can I do it Any suggestions... Thanks, Harsimrat Hi Harsimrat, Try subtracting one TimeSpan from an other TimeSpan like: TimeSpan timeDiff = new TimeSpan (19, 0, 0) - DateTime .Now.TimeOfDay(); i ...Show All
Windows Forms Connection failing from workstation
We are working in a new LAN evironment. The server is Windows 2003 with SQL Server 2000 installed. When we run our application from the server, there are no connectivity issues. When we run the application from the work station, logins fail.& ...Show All
Visual FoxPro URGENT ! How to close FXP compiled files
hi friends, in my client/sever application some fxp files are opened by users. I need to close this files because i want recompile it. thanks Fabrizio Hi Fabrizio You can use CLEAR PROGRAM to clear out all but the currently executing program. From the Help file: Clears the compiled program buffer. Visual FoxPro keeps a buffer of the most recently executed programs. In rare ca ...Show All
Visual C# IVsaSite vs ICodeCompiler
I have an application that makes extensive use of IVsaSite, specifically it generates VB code, and adds a number of "Global" objects such as an execution context, value evaluators,..... Now that I have upgraded to .NET 2.0 all IVsaSite references are considered to be obsolete and will not be supported in the future. The warning message suggests using ICodeCompiler instead, however I can find no way of allow access to named global ...Show All
