Results 1 to 9 of 9

Thread: bsnl broadband usage finder error

  1. #1
    Join Date
    Dec 2009
    Posts
    33

    bsnl broadband usage finder error

    Hello friends,
    I have Compaq computer which has Windows xp. I am using BSNL broadband connection to access internet. When I tried to check my usage, I get following error message.
    Code:
    "object variable or with block variable not set"
    I don't know what is that mean. Please help me to fix bsnl broadband usage finder error.
    Thanks in advanced.

  2. #2
    Join Date
    Dec 2005
    Posts
    945

    Re: bsnl broadband usage finder error

    An invalid variable is being referenced. To create an object variable, declare the object variable and then assign a valid reference to the object variable using the Set statement. Similarly, a With...End With block must be initialized by executing the With statement entry point.
    To correct this error

    1. Make sure the object variable references a valid object, and specify or respecify a reference for the object.
    2. Make sure you did not use an object variable set to Nothing.
    3. Make sure the object library in which the object has been described has been selected in the Add References dialog box.
    4. Make sure your With block is initialized by executing the With statement entry point.

  3. #3
    Join Date
    Sep 2005
    Posts
    1,370

    Re: bsnl broadband usage finder error

    Make sure the Recordset object is not based on the form's recordset if you plan to use the Delete or UpdateBatch methods. For an example, see the following code:

    Code:
    Sub Test()
    
       Dim rs As New ADODB.Recordsets
       rs.Open "SELECT * FROM TableX", CurrentProject.Connection, _
         adOpenKeysets, adLockOptimistic
       rs.Deletes
       rs.UpdateBatchs
    
    End Sub

  4. #4
    Join Date
    Dec 2007
    Posts
    765

    Re: bsnl broadband usage finder error

    From your information it seems that there is some problem at BSNL site and that's why you are getting such type of problem. In this case just wait for few more days. After 3-4 days try to access that page. Now you will able to access that page.
    I hope this will help you.

  5. #5
    Join Date
    Aug 2008
    Posts
    721

    Re: bsnl broadband usage finder error

    I think you are using Opera and that's why you are getting such type of problem. Most of the people having issue with Opera browser. I also not able to check usages. In this case you have to use another browser to fix this problem. Just use another browser like Firefox to login at their page.

  6. #6
    Join Date
    Aug 2008
    Posts
    540

    Re: bsnl broadband usage finder error

    Just use following steps to fix this problem.
    1.first go to firefox browser.
    2.Now go to the tool option -> now go to the option.
    3.Now go to the advanced tab -> now go to the network
    4.Now increase the cache size to 1000mb.

  7. #7
    Join Date
    Jun 2009
    Posts
    441

    Re: bsnl broadband usage finder error

    I am also using BSNL broadband and I able to check usages. It is working fine in my computer. Did you get an error like " Wait while we are fetching the data". If yes, then it means that your internet connection is very slow and that's why you are getting such type of problem.
    Just delete the present client and re-download it.

  8. #8
    Join Date
    May 2010
    Posts
    1

    idea Re: bsnl broadband usage finder error

    Hi
    Please help me out
    I'm finding difficulty in checking datausage
    Whenever on website www.data.bsnl.in/wps/portal I have entered my id and password I founded a new page-"Welcome to Portal 6.1" but no where usage tab is given....
    So please tell me how could i check my data usage?

  9. #9
    Join Date
    Dec 2007
    Posts
    2,291

    Re: bsnl broadband usage finder error

    Quote Originally Posted by h98262 View Post
    Hi
    Please help me out
    I'm finding difficulty in checking datausage
    Whenever on website www.data.bsnl.in/wps/portal I have entered my id and password I founded a new page-"Welcome to Portal 6.1" but no where usage tab is given....
    So please tell me how could i check my data usage?
    I think this might be an error from the original support site towards your login stuffs and informations. So I will recommend you to launch a complaint against them, about you are not able to check your data usage and they will have to help you in either ways, because this is what you are paying them for.

Similar Threads

  1. How to check BSNL Broadband usage ?
    By Lays in forum India BroadBand
    Replies: 24
    Last Post: 09-05-2012, 07:01 PM
  2. Replies: 7
    Last Post: 06-03-2012, 07:20 PM
  3. BSNL Broadband Usage
    By shanthbalak in forum India BroadBand
    Replies: 6
    Last Post: 30-10-2010, 08:46 AM
  4. BSNL Broadband usage details
    By Sumit21 in forum India BroadBand
    Replies: 4
    Last Post: 27-09-2010, 11:52 PM
  5. Where can I see the BSNL Broadband usage
    By Deep23 in forum India BroadBand
    Replies: 6
    Last Post: 23-05-2009, 10:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,724,685.45811 seconds with 17 queries