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
HP-UNIX - compressing/zipping files that are 31GB
Security Alert when Opening Outlook
create bootable usb device with multiple OS's to choose from for installation
INSTALL - SQUID getting "pam_auth.c:133: warning: initialization from incompatible pointer type"
The future of VBA
Unable to access exchange webmail from a remote office
Jboss fails to start up with liferay portal application
error message for HP laserjet 4700 model
PL/SQL Create Global Temp Table and insert records returned from SELECT query
How to connect Hyper-V Server 2008 R2 to Cluster Shared Volumes