198c8 Change Report to open 100% - Page 2
Sign Up |  Live StatsLive Stats    Articles 37,302| Comments 176,983| Members 19,397, Newest birinder| Online 355
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Change Report to open 100%

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 100 USD (20%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Open Report in External Database Ian King Information Technology 3 28-Jul-2006 08:40 AM
Change Visible Property of Report Label with Message Box Code TKD Information Technology 4 28-Jul-2006 08:29 AM
Report v slow to open in Excel using OutputTo Liz James Information Technology 3 09-Nov-2005 17:50 PM
Open Report based on date programmingrookie Information Technology 1 08-Nov-2005 12:52 PM
Open Report Design View As Hidden James Information Technology 12 02-Nov-2005 11:47 AM


Tags
100, 100%, change, open, report
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #10 (permalink)  
Old 28-Jul-2006, 08:41 AM
Bob's Avatar Bob
Guest
 
Posts: n/a
   
   
Re: Change Report to open 100%

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
It seem to be working ok, then I changed the font from 8 to 10 and it
starting doing the same thing so I deleted that copy db went to original and
it started show the bottom right corner on all my 100% codes I had
entered...Thanks Bob
"Al Camp" wrote in message
news:%23r0lmM6rGHA.4272@TK2MSFTNGP03.phx.gbl...
> Bob,
> Couldn't reproduce your problem, no matter what I tried.
> Nor have I ever heard of this odd behavior in regards to opening a
> report at any Zoom factor.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13765-change-report-to-open-100-a.html
>
> Does this happen with all your reports? Try some others.
> Is this 8 1/2 by 11, portrait?
>
> All I can offer is....
> Drop the error code from the OpenReport coding, just for now... just
> use...
> DoCmd.OpenReport "rptViewExpenses", acViewPreview
> DoCmd.RunCommand acCmdZoom100
>
> Make a copy of the report (rename it). Test that usinmg the same "open"
> code above.
> Remove all your code from that copy of the report and test.
> Create a new form with just some labels on it, and test that
> Also, can't hurt to Compact and Repair...
>
> Otherwise try a brand new post with that question (include your Access
> version no), but... like I say, I couldn't find anything on that bug in
> the google groups, nor could I duplicate it.
> --
> hth
> Al Camp
> Candia Computer Consulting - Candia NH
> http://home.comcast.net/~cccsolutions
> There are 10 types of people in the world.
> Those who understand binary, and those who don't.
>
>
> "Bob" wrote in message news:ea3fon$961$1@lust.ihug.co.nz...
>> AL it seems to open up out of alignment you can only see the bottom right
>> hand corner when it first opens at 100%...Thanks Bob
>> "Al Camp" wrote in message
>> news:%239sm7NyrGHA.4296@TK2MSFTNGP02.phx.gbl...
>>> Good deal Bob.
>>>
>>> Code looks OK... just one point...
>>>> DoCmd.OpenReport stDocName, acViewPreview
>>>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>>>
>>> The second line is not needed, it's just a repeat of the first line, but
>>> using the real name of the report rather than stDocName.
>>>
>>> --
>>> hth
>>> Al Camp
>>> Candia Computer Consulting - Candia NH
>>> http://home.comcast.net/~cccsolutions
>>> There are 10 types of people in the world.
>>> Those who understand binary, and those who don't.
>>>
>>> "Bob" wrote in message news:ea14nd$ur8$1@lust.ihug.co.nz...
>>>> GOT IT Thanks for your help AL
>>>>
>>>> Private Sub View_All_Expenses_Click()
>>>> On Error GoTo Err_View_All_Expenses_Click
>>>>
>>>> Dim stDocName As String
>>>>
>>>> stDocName = "rptViewExpenses"
>>>> DoCmd.OpenReport stDocName, acViewPreview
>>>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>>>> DoCmd.RunCommand acCmdZoom100
>>>> Exit_View_All_Expenses_Click:
>>>> Exit Sub
>>>>
>>>>
>>>> Err_View_All_Expenses_Click:
>>>> MsgBox Err.Description
>>>> Resume Exit_View_All_Expenses_Click
>>>>
>>>> End Sub
>>>> "Bob" wrote in message news:ea12bu$ql8$1@lust.ihug.co.nz...
>>>>> Al, The form is called frmInvoice and the button on it is to open
>>>>> rptViewExpenses.....Just not sure how to get to Module!
>>>>> Thanks Bob
>>>>> "Al Camp" wrote in message
>>>>> news:ewWv90qrGHA.3828@TK2MSFTNGP03.phx.gbl...
>>>>>> Bob,
>>>>>>>> The code to zoom the report has to go with the OpenReport method.
>>>>>>
>>>>>> The code I posted is placed in the form module of the form that
>>>>>> calls the report. It doesn't go anywhere in the report itself.
>>>>>>
>>>>>> Ex. a form called frmMenu... with a button called cmdOpenReport...
>>>>>> In the module of that form, against the button Click event...
>>>>>>
>>>>>> Private Sub cmdOpenReport_Click()
>>>>>> DoCmd.OpenReport "YourReport", acViewPreview
>>>>>> DoCmd.RunCommand acCmdZoom100
>>>>>> End Sub
>>>>>>
>>>>>> --
>>>>>> hth
>>>>>> Al Camp
>>>>>> Candia Computer Consulting - Candia NH
>>>>>> http://home.comcast.net/~cccsolutions
>>>>>>
>>>>>> "Bob" wrote in message
>>>>>> news:ea0uuq$k9q$1@lust.ihug.co.nz...
>>>>>>> Al I got this error: The command or action "Zoom 100%"isn't
>>>>>>> available now
>>>>>>> Thanks Bob
>>>>>>>
>>>>>>> "Al Camp" wrote in message
>>>>>>> news:OctPCCgrGHA.5108@TK2MSFTNGP02.phx.gbl...
>>>>>>>> Bob,
>>>>>>>> The code to zoom the report has to go with the OpenReport method.
>>>>>>>> DoCmd.OpenReport "YourReport", acViewPreview
>>>>>>>> DoCmd.RunCommand acCmdZoom100
>>>>>>>> --
>>>>>>>> hth
>>>>>>>> Al Camp
>>>>>>>> Candia Computer Consulting - Candia NH
>>>>>>>> http://home.comcast.net/~cccsolutions
>>>>>>>> There are 10 types of people in the world.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13765
>>>>>>>> Those who understand binary, and those who don't.
>>>>>>>>
>>>>>>>> "Bob" wrote in message
>>>>>>>> news:e9umaa$gnl$1@lust.ihug.co.nz...
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Report opens to fit can I change the option to open at 100%
>>>>>>>>> View???
>>>>>>>>>
>>>>>>>>> Thanks in advance.........Bob Vance
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>







Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #11 (permalink)  
Old 28-Jul-2006, 08:41 AM
Bob's Avatar Bob
Guest
 
Posts: n/a
   
   
Re: Change Report to open 100%

Ah Ha, When I open Report Design and close out it comes up showing bottom
right Corner but when I close the programme completely and re open it, it
corrects its self Hmmmm......Access 2002, thanks for your help,,,Bob
"Bob" wrote in message news:ea4dua$vnu$1@lust.ihug.co.nz...
> It seem to be working ok, then I changed the font from 8 to 10 and it
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13765
> starting doing the same thing so I deleted that copy db went to original
> and it started show the bottom right corner on all my 100% codes I had
> entered...Thanks Bob
> "Al Camp" wrote in message
> news:%23r0lmM6rGHA.4272@TK2MSFTNGP03.phx.gbl...
>> Bob,
>> Couldn't reproduce your problem, no matter what I tried.
>> Nor have I ever heard of this odd behavior in regards to opening a
>> report at any Zoom factor.
>>
>> Does this happen with all your reports? Try some others.
>> Is this 8 1/2 by 11, portrait?
>>
>> All I can offer is....
>> Drop the error code from the OpenReport coding, just for now... just
>> use...
>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>> DoCmd.RunCommand acCmdZoom100
>>
>> Make a copy of the report (rename it). Test that usinmg the same
>> "open" code above.
>> Remove all your code from that copy of the report and test.
>> Create a new form with just some labels on it, and test that
>> Also, can't hurt to Compact and Repair...
>>
>> Otherwise try a brand new post with that question (include your Access
>> version no), but... like I say, I couldn't find anything on that bug in
>> the google groups, nor could I duplicate it.
>> --
>> hth
>> Al Camp
>> Candia Computer Consulting - Candia NH
>> http://home.comcast.net/~cccsolutions
>> There are 10 types of people in the world.
>> Those who understand binary, and those who don't.
>>
>>
>> "Bob" wrote in message news:ea3fon$961$1@lust.ihug.co.nz...
>>> AL it seems to open up out of alignment you can only see the bottom
>>> right hand corner when it first opens at 100%...Thanks Bob
>>> "Al Camp" wrote in message
>>> news:%239sm7NyrGHA.4296@TK2MSFTNGP02.phx.gbl...
>>>> Good deal Bob.
>>>>
>>>> Code looks OK... just one point...
>>>>> DoCmd.OpenReport stDocName, acViewPreview
>>>>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>>>>
>>>> The second line is not needed, it's just a repeat of the first line,
>>>> but using the real name of the report rather than stDocName.
>>>>
>>>> --
>>>> hth
>>>> Al Camp
>>>> Candia Computer Consulting - Candia NH
>>>> http://home.comcast.net/~cccsolutions
>>>> There are 10 types of people in the world.
>>>> Those who understand binary, and those who don't.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13765
>>>>
>>>> "Bob" wrote in message news:ea14nd$ur8$1@lust.ihug.co.nz...
>>>>> GOT IT Thanks for your help AL
>>>>>
>>>>> Private Sub View_All_Expenses_Click()
>>>>> On Error GoTo Err_View_All_Expenses_Click
>>>>>
>>>>> Dim stDocName As String
>>>>>
>>>>> stDocName = "rptViewExpenses"
>>>>> DoCmd.OpenReport stDocName, acViewPreview
>>>>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>>>>> DoCmd.RunCommand acCmdZoom100
>>>>> Exit_View_All_Expenses_Click:
>>>>> Exit Sub
>>>>>
>>>>>
>>>>> Err_View_All_Expenses_Click:
>>>>> MsgBox Err.Description
>>>>> Resume Exit_View_All_Expenses_Click
>>>>>
>>>>> End Sub
>>>>> "Bob" wrote in message
>>>>> news:ea12bu$ql8$1@lust.ihug.co.nz...
>>>>>> Al, The form is called frmInvoice and the button on it is to open
>>>>>> rptViewExpenses.....Just not sure how to get to Module!
>>>>>> Thanks Bob
>>>>>> "Al Camp" wrote in message
>>>>>> news:ewWv90qrGHA.3828@TK2MSFTNGP03.phx.gbl...
>>>>>>> Bob,
>>>>>>>>> The code to zoom the report has to go with the OpenReport
>>>>>>>>> method.
>>>>>>>
>>>>>>> The code I posted is placed in the form module of the form that
>>>>>>> calls the report. It doesn't go anywhere in the report itself.
>>>>>>>
>>>>>>> Ex. a form called frmMenu... with a button called cmdOpenReport...
>>>>>>> In the module of that form, against the button Click event...
>>>>>>>
>>>>>>> Private Sub cmdOpenReport_Click()
>>>>>>> DoCmd.OpenReport "YourReport", acViewPreview
>>>>>>> DoCmd.RunCommand acCmdZoom100
>>>>>>> End Sub
>>>>>>>
>>>>>>> --
>>>>>>> hth
>>>>>>> Al Camp
>>>>>>> Candia Computer Consulting - Candia NH
>>>>>>> http://home.comcast.net/~cccsolutions
>>>>>>>
>>>>>>> "Bob" wrote in message
>>>>>>> news:ea0uuq$k9q$1@lust.ihug.co.nz...
>>>>>>>> Al I got this error: The command or action "Zoom 100%"isn't
>>>>>>>> available now
>>>>>>>> Thanks Bob
>>>>>>>>
>>>>>>>> "Al Camp" wrote in message
>>>>>>>> news:OctPCCgrGHA.5108@TK2MSFTNGP02.phx.gbl...
>>>>>>>>> Bob,
>>>>>>>>> The code to zoom the report has to go with the OpenReport
>>>>>>>>> method.
>>>>>>>>> DoCmd.OpenReport "YourReport", acViewPreview
>>>>>>>>> DoCmd.RunCommand acCmdZoom100
>>>>>>>>> --
>>>>>>>>> hth
>>>>>>>>> Al Camp
>>>>>>>>> Candia Computer Consulting - Candia NH
>>>>>>>>> http://home.comcast.net/~cccsolutions
>>>>>>>>> There are 10 types of people in the world.
>>>>>>>>> Those who understand binary, and those who don't.
>>>>>>>>>
>>>>>>>>> "Bob" wrote in message
>>>>>>>>> news:e9umaa$gnl$1@lust.ihug.co.nz...
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Report opens to fit can I change the option to open at 100%
>>>>>>>>>> View???
>>>>>>>>>>
>>>>>>>>>> Thanks in advance.........Bob Vance
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



Reply With Quote
  #12 (permalink)  
Old 28-Jul-2006, 08:41 AM
Al Camp's Avatar Al Camp
Guest
 
Posts: n/a
   
   
Re: Change Report to open 100%

  Donate Today!  
Yes... Hmmmm is right!
I tried everything in 97... and I really didn't think Preview/Zoom would be any diffrerent
in any other version.
But, I rarely use 2002... like Acess95 it seems to be the "lost" version.
--
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
There are 10 types of people in the world.
Those who understand binary, and those who don't.

"Bob" wrote in message news:ea4emq$1n6$1@lust.ihug.co.nz...
> Ah Ha, When I open Report Design and close out it comes up showing bottom right Corner
> but when I close the programme completely and re open it, it corrects its self
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13765
> Hmmmm......Access 2002, thanks for your help,,,Bob
> "Bob" wrote in message news:ea4dua$vnu$1@lust.ihug.co.nz...
>> It seem to be working ok, then I changed the font from 8 to 10 and it starting doing
>> the same thing so I deleted that copy db went to original and it started show the
>> bottom right corner on all my 100% codes I had entered...Thanks Bob
>> "Al Camp" wrote in message
>> news:%23r0lmM6rGHA.4272@TK2MSFTNGP03.phx.gbl...
>>> Bob,
>>> Couldn't reproduce your problem, no matter what I tried.
>>> Nor have I ever heard of this odd behavior in regards to opening a report at any
>>> Zoom factor.
>>>
>>> Does this happen with all your reports? Try some others.
>>> Is this 8 1/2 by 11, portrait?
>>>
>>> All I can offer is....
>>> Drop the error code from the OpenReport coding, just for now... just use...
>>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>>> DoCmd.RunCommand acCmdZoom100
>>>
>>> Make a copy of the report (rename it). Test that usinmg the same "open" code above.
>>> Remove all your code from that copy of the report and test.
>>> Create a new form with just some labels on it, and test that
>>> Also, can't hurt to Compact and Repair...
>>>
>>> Otherwise try a brand new post with that question (include your Access version no),
>>> but... like I say, I couldn't find anything on that bug in the google groups, nor
>>> could I duplicate it.
>>> --
>>> hth
>>> Al Camp
>>> Candia Computer Consulting - Candia NH
>>> http://home.comcast.net/~cccsolutions
>>> There are 10 types of people in the world.
>>> Those who understand binary, and those who don't.
>>>
>>>
>>> "Bob" wrote in message news:ea3fon$961$1@lust.ihug.co.nz...
>>>> AL it seems to open up out of alignment you can only see the bottom right hand corner
>>>> when it first opens at 100%...Thanks Bob
>>>> "Al Camp" wrote in message
>>>> news:%239sm7NyrGHA.4296@TK2MSFTNGP02.phx.gbl...
>>>>> Good deal Bob.
>>>>>
>>>>> Code looks OK... just one point...
>>>>>> DoCmd.OpenReport stDocName, acViewPreview
>>>>>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>>>>>
>>>>> The second line is not needed, it's just a repeat of the first line, but using the
>>>>> real name of the report rather than stDocName.
>>>>>
>>>>> --
>>>>> hth
>>>>> Al Camp
>>>>> Candia Computer Consulting - Candia NH
>>>>> http://home.comcast.net/~cccsolutions
>>>>> There are 10 types of people in the world.
>>>>> Those who understand binary, and those who don't.
>>>>>
>>>>> "Bob" wrote in message news:ea14nd$ur8$1@lust.ihug.co.nz...
>>>>>> GOT IT Thanks for your help AL
>>>>>>
>>>>>> Private Sub View_All_Expenses_Click()
>>>>>> On Error GoTo Err_View_All_Expenses_Click
>>>>>>
>>>>>> Dim stDocName As String
>>>>>>
>>>>>> stDocName = "rptViewExpenses"
>>>>>> DoCmd.OpenReport stDocName, acViewPreview
>>>>>> DoCmd.OpenReport "rptViewExpenses", acViewPreview
>>>>>> DoCmd.RunCommand acCmdZoom100
>>>>>> Exit_View_All_Expenses_Click:
>>>>>> Exit Sub
>>>>>>
>>>>>>
>>>>>> Err_View_All_Expenses_Click:
>>>>>> MsgBox Err.Description
>>>>>> Resume Exit_View_All_Expenses_Click
>>>>>>
>>>>>> End Sub
>>>>>> "Bob" wrote in message news:ea12bu$ql8$1@lust.ihug.co.nz...
>>>>>>> Al, The form is called frmInvoice and the button on it is to open
>>>>>>> rptViewExpenses.....Just not sure how to get to Module!
>>>>>>> Thanks Bob
>>>>>>> "Al Camp" wrote in message
>>>>>>> news:ewWv90qrGHA.3828@TK2MSFTNGP03.phx.gbl...
>>>>>>>> Bob,
>>>>>>>>>> The code to zoom the report has to go with the OpenReport method.
>>>>>>>>
>>>>>>>> The code I posted is placed in the form module of the form that calls the
>>>>>>>> report. It doesn't go anywhere in the report itself.
>>>>>>>>
>>>>>>>> Ex. a form called frmMenu... with a button called cmdOpenReport...
>>>>>>>> In the module of that form, against the button Click event...
>>>>>>>>
>>>>>>>> Private Sub cmdOpenReport_Click()
>>>>>>>> DoCmd.OpenReport "YourReport", acViewPreview
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13765
>>>>>>>> DoCmd.RunCommand acCmdZoom100
>>>>>>>> End Sub
>>>>>>>>
>>>>>>>> --
>>>>>>>> hth
>>>>>>>> Al Camp
>>>>>>>> Candia Computer Consulting - Candia NH
>>>>>>>> http://home.comcast.net/~cccsolutions
>>>>>>>>
>>>>>>>> "Bob" wrote in message news:ea0uuq$k9q$1@lust.ihug.co.nz...
>>>>>>>>> Al I got this error: The command or action "Zoom 100%"isn't available now
>>>>>>>>> Thanks Bob
>>>>>>>>>
>>>>>>>>> "Al Camp" wrote in message
>>>>>>>>> news:OctPCCgrGHA.5108@TK2MSFTNGP02.phx.gbl...
>>>>>>>>>> Bob,
>>>>>>>>>> The code to zoom the report has to go with the OpenReport method.
>>>>>>>>>> DoCmd.OpenReport "YourReport", acViewPreview
>>>>>>>>>> DoCmd.RunCommand acCmdZoom100
>>>>>>>>>> --
>>>>>>>>>> hth
>>>>>>>>>> Al Camp
>>>>>>>>>> Candia Computer Consulting - Candia NH
>>>>>>>>>> http://home.comcast.net/~cccsolutions
>>>>>>>>>> There are 10 types of people in the world.
>>>>>>>>>> Those who understand binary, and those who don't.
>>>>>>>>>>
>>>>>>>>>> "Bob" wrote in message news:e9umaa$gnl$1@lust.ihug.co.nz...
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Report opens to fit can I change the option to open at 100% View???
>>>>>>>>>>>
>>>>>>>>>>> Thanks in advance.........Bob Vance
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Textbooks Terming Sikhs...
Today 16:09 PM
11 Replies, 111 Views
BHOOTS (Ghosts) and...
Today 13:36 PM
93 Replies, 13,736 Views
Do you believe in...
By akiva
Today 12:46 PM
174 Replies, 3,596 Views
Nitnem Gutka - Gurmukhi...
By Ishna
Today 12:27 PM
15 Replies, 16,387 Views
Poetry Corner
Today 12:13 PM
83 Replies, 9,586 Views
Map shows world's 'most...
Today 07:16 AM
13 Replies, 180 Views
Why are There so Many...
Today 06:19 AM
49 Replies, 4,822 Views
Learn Punjabi Yourself...
Today 05:41 AM
15 Replies, 7,614 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 05:32 AM
167 Replies, 4,297 Views
The Great Imp Debate
Today 05:28 AM
32 Replies, 494 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 05:16 AM
299 Replies, 7,408 Views
Thought of the Moment!
Today 04:01 AM
105 Replies, 4,992 Views
Panjabi
Today 02:14 AM
9 Replies, 207 Views
Fresno Sikh Who Was...
Today 01:30 AM
0 Replies, 52 Views
Guns of the Nihangs...
Today 01:24 AM
0 Replies, 53 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 16:19 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 5.20748 seconds with 32 queries
0