To Check Your Device General Information:
At the home screen of your Berry
press: alt + shift + h
this is what gonna appear

Your PIN will be shown, but If the PIN: Suspended, means u can’t use BlackBerry Internet Service. Don’t Buy it!!!
|
|||||
|
To Check Your Device General Information: At the home screen of your Berry this is what gonna appear Your PIN will be shown, but If the PIN: Suspended, means u can’t use BlackBerry Internet Service. Don’t Buy it!!! create function fn_IsWeekDay ( @date datetime ) returns bit as begin declare @dtfirst int declare @dtweek int declare @iswkday bit set @dtfirst = @@datefirst – 1 set @dtweek = datepart(weekday, @date) – 1 if (@dtfirst + @dtweek) % 7 not in (5, 6) set @iswkday = 1 –business day else set @iswkday = [...] |
|||||
|
Copyright © 2012 Jiramot.info - All Rights Reserved |
|||||