Viewing 15 posts - 4,651 through 4,665 (of 4,814 total)
In the same vein as "No ticky, no washy" ...
"No keypress event for the DELETE key, no way to keep other text box the same."
Oh well...:w00t:
Steve
(aka smunson)
:):):)
August 8, 2008 at 10:29 am
Actually, the BACKSPACE key IS being handled in my code. It's the DELETE key that's the killer :w00t:.
Steve
(aka smunson)
:):):)
August 8, 2008 at 9:47 am
I've just done some testing, and it turns out you CAN know where the cursor is. You use the SelStart property for that. However, the killer...
August 8, 2008 at 9:17 am
Just curious, but I take it that merely setting the other control to equal the value of the textbox that's being typed into, as part of the keypress event, doesn't...
August 8, 2008 at 8:01 am
The general angst over the inability to process large amounts of data with rather smallish hardware is interesting to observe. Unfortunately, SQL Server is going to need larger...
August 8, 2008 at 7:29 am
Interesting, that DreamSpark site. Do take note of the fact that they DON'T say what happens after you stop being a student. They DO say that you...
August 8, 2008 at 7:03 am
I just downloaded the migration assistant tool (for SQL 2005 version), last night, and wow, what an extraordinary tool. It took me 5 times through the process to...
August 8, 2008 at 6:38 am
I'm pretty sure you just do another install, and then that process will detect the existing instance(s) and allow you to create another one. Each instance is another...
August 8, 2008 at 6:28 am
PDF is a fixed format situation. You'll have to export in Excel to get that functionality, at least last I knew anyway.
Steve
(aka smunson)
:):):)
August 7, 2008 at 9:41 am
Is there any way to limit the parameter to being selected from a list? If you can feed the parameter list from a query, then you might not...
August 7, 2008 at 7:58 am
Where does one find this tool? MSDN ? Microsoft site? Somewhere on the SQL Server install CD ?
Steve
(aka smunson)
:):):)
Scott MacCready (4/24/2008)
August 7, 2008 at 7:51 am
In your query for your dataset, you could probably find a way to use a CTE to create a "groups only" result set (using a HAVING COUNT(*) >1 clause) that...
August 7, 2008 at 7:40 am
There's a much easier way, although it might make the report design appear a bit odd. You can use an expression to change the visibility of any...
August 7, 2008 at 6:51 am
I'm pretty sure there is a specific sequence. See my EDIT in my previous post and see if you can find it from there. Also, I...
August 6, 2008 at 9:53 am
I don't know what the solution is, but a self-referencing table within a cascade delete just doesn't sound to me like "the only efficient way". The details...
August 6, 2008 at 9:20 am
Viewing 15 posts - 4,651 through 4,665 (of 4,814 total)