2990 results
Order by date - Order by pertinence
All (2990)
News (1)
Reviews (14)
Press (156)
High-tech (2810)
Forums (9)
 
Total Worldwide Risk IT Spending Forecast to Reach $80 Billion by 2017, According to IDC Financial Insights
Risk spending to outpace growth in overall IT spending.
Press published on the April 3rd, 2013 - 7:09 AM ET
IAR Systems Makes Major Updates to Leading Tools for Low-Power Renesas MCUs
Renesas Electronics’ RL78 and new version of IAR Embedded Workbench® offer even further enhanced possibilities for building high-performance, energy-efficient systems.
Press published on the March 19th, 2013 - 7:08 AM ET
NEC MultiSync MD Series Refreshed with MD211C2 and MD211C3
Two- and Three-Megapixel Color Displays with Medical-Grade Components.
Press published on the November 26th, 2012 - 9:00 AM ET
Wireless Devices Continue to Show Growth in the Midst of Challenging Conditions in the Hardcopy Peripherals Market, According to IDC
The brightest spot in the overall worldwide hardcopy peripherals (HCP) market during the third quarter of 2012 (3Q12) was wireless devices, with its showing of 2% year-over-year growth in a challenging economic ...
Press published on the November 14th, 2012 - 3:41 PM ET
Diodes Incorporated Reports Third Quarter 2012 Financial Results
Revenue Increases 5% Sequentially; Achieves Third Consecutive Quarter of Growth.
Press published on the November 8th, 2012 - 3:00 PM ET
HARMAN Q1 Fiscal Year 2013 GAAP EPS up 17% to $0.79
Investment grade from S&P and Moody’s; new unsecured credit facility provides more than $1B in liquidity $800M in new branded audio awards including BMW, Ford & Volvo Twelve consecutive ...
Press published on the November 2nd, 2012 - 6:00 AM ET
MD211G3 from NEC Display Solutions Receives FDA 510(k) Clearance
21.3-Inch, 3-Megapixel Medical-Grade Monitor for PACS and Diagnostic Imaging.
Press published on the October 15th, 2012 - 10:00 AM ET
Other results are also available in our forums :
more on VBA function name change
I thought I'd start a new thread since I haven't received any replies to my first one... To recap: I've declared a function in a module using mixed case: Function TMDE_Category (FormName As Form) I noticed recently that it appeared in the module ...
Message posted on the May 28th, 2010 - 12:25 PM ET
TransferSpreadsheet Plus a Function
I am presently using a TransferSpreadsheet command to import information from an Excel spreadsheet to a table. On this table I have a field to capture the UserID. I am getting the UserID by using the following function: Public Function UserID() ...
Message posted on the April 19th, 2010 - 11:04 AM ET
"On the fly" table partitioning
I would assume a fairly common partitioning scenario would be one in which you have a small amount of data which is commonly used, and a large amount of historical data which is not. The idea, then, would be to partition based on whatever criteria ...
Message posted on the February 19th, 2009 - 7:53 PM ET
Newbie needing help with nested VLOOKUP IF function....
Hi, folks. I'm looking for a bit of help with this one, as it's got me completel stumped. I've got a large table of data, and I'm using a VLOOKU function to retrieve delivery dates for items, but I have two column for delivery dates - one entitled ...
Message posted on the January 24th, 2012 - 4:50 AM ET
pass table-valued param to table-valued function
Can you pass table-valued parameters to table-valued functions? (or any user-defined function)? The first paragraph on http://msdn.microsoft.com/en-us/library/bb510489.aspx says you can pass table-valued parameters to a function. Unfortunately, ...
Message posted on the February 9th, 2010 - 1:44 PM ET
MakeSchedule function
I'm trying to make a calendar schedule table with 2 fields: SchDate, SchTime. where is the error? Option Compare Database Public Function MakeSchedule(strTable As String, _ dtmStart As Date, _ dtmEnd As Date, _ dtmDayStart As Date, _ dtmDayEnd As ...
Message posted on the April 27th, 2010 - 4:25 PM ET
pivot table loosing decimals (vba)
Greetings, I am using Excel 2003, Windows XP. I am creating a pivot table automatically with vba in a custom built addin. The code creates an empty pivot pointing to a recordset. The users can access the field list and create their pivot any way ...
Message posted on the August 22nd, 2011 - 10:10 AM ET