Microsoft
Software
Hardware
Network
Question : get last 4 digit
HOw to get the last 4 digit of account numbers?
sample
45654545
458776
1231213213131
78745411
4521321212131231
Answer : get last 4 digit
dim origString as string = "abc1234567"
dim newString as string = origString.Substring(orgSt
ring.Lengt
h - 4,4)
OR
Dim origString As String = "abc1234567"
Dim newString As String = Right(origString, 4)
Random Solutions
Crystal 2008 - Like with while card for a multi-select paramater in record selection formula
MOSS People Picker
asp.net
perc RAID re-config
CF - Form checking for errors with form action
Is there a limit to how many categories / points you can have in a chart in Reporting Services 2008
Can't find Trend Micro WFBS Advance server...
asp.net 2010
Generating report.rdf to a pdf format and save it in oracle on the unix box to further ftp to network directory
Move subfolders and their contents to another location based on date.