Microsoft
Software
Hardware
Network
Question : select vs print
what data type will print choose for numbers? it seems to ignore the data type of the column it is displaying..
thanks
--------------------
declare @t1 float, @t2 float,@t3 float,@t4 float
set @t1 = 2130.234
set @t2 = 3932.436
set @t3 = 2156.023777
set @t4= ((((@t1/@t2)*@t3)/@t1)*@t2
)/100
select @t4 --21.56023777
print @t4 --21.5602
Answer : select vs print
Yeah...if they were normal controls then the approach you originally posted (and Paul_Harris_Fusion tried to extend) would have worked.
Unfortunately, though, the ShapeControls are an oddity!... =O
Random Solutions
Error "Cannot Quit Visual FoxPro" when closing form with embedded OLE MapPoint control
Lost access to Vcenter
Windows Explorer Freezing when Browsing Into a Certain Folder
Changing Allow/Block settings on Autodiscover prompt in Outlook
How can I get X-Plane to recognize my UDP packets?
SMS 2003 SP3 support for Windows7 (Remote Tools)
Can't install Ubuntu 10.04 or Mint 9, need to "align partition" ?!?! minimum alignment for this disk
Deploy Printers Using Windows 2008 R2 GPO to Windows XP Pro Clients and Removing all current printers
Windows 7 search facility
Handling Exceptions and Grabbing Oracle error messages