• WScsimms

    WScsimms

    @wscsimms

    Viewing 15 replies - 331 through 345 (of 403 total)
    Author
    Replies
    • in reply to: Sub form layout (Acess 2000) #922925

      Hans,

      A continuous form is a much better solution. I can’t say I have ever tried this in the alternative to a subform, but I gave it a try this afternoon and it is so much easier to work with. I have done the same thing as Chuck fussing around until I could get it to do what I wanted. This is going to be so much better.

      Carla

    • in reply to: Sub form layout (Acess 2000) #922791

      Hi Chuck,

      You’ve got it. Seems like there should be a better way, but I don’t know what it would be. I have tried rearranging fields in design view and all sorts of things, and this is the only way I have been successful.

      Carla

    • in reply to: Sub form layout (Acess 2000) #922687

      Did you try rearranging them in Form view then saving the form? I have had lots of grief trying to rearrange fields in subforms and I have had pretty reliable success using this method. It certainly is not very techincal, but it has worked for me in the past I have had a similar problem.

      Carla

    • in reply to: Easy Report Q (2k) #922686

      Are you using a named report or are you using the form record to print? If you want to just print one single form record without using the selection bar try:

      Private Sub CommandPrintFrom_Click()
      On Error GoTo Err_Command14_Click

      Dim stDocName As String
      Dim MyForm As Form

      stDocName = “frmInvoice”
      Set MyForm = Screen.ActiveForm
      DoCmd.SelectObject acForm, stDocName, True
      DoCmd.PrintOut
      DoCmd.SelectObject acForm, MyForm.Name, False

      Exit_Command14_Click:
      Exit Sub

      Err_Command14_Click:
      MsgBox Err.Description
      Resume Exit_Command14_Click

      End Sub

      I picked this up from the Access 2002 wizard function.
      Not sure if this is what you are trying to do or not.

      Carla

    • in reply to: Easy Report Q (2k) #922559

      If you just want to print one form record click the record selection bar on the left of the form to select the single record then choose File Print. Choose the selected records optionin the print dialog box.
      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #922376

      R2,

      I would agree with all that you have written in your previous post. You are correct as I continued to look robots.txt does not exist on a users PC. I also do not think this is an issue with the lounge or with the Google toolbar. I could not say for sure, but I suspect that something that Sony did with this build when they added google search, or some other items is the culprit. I could see a screen that said click here to enter the lounge flash quickly before I was redirected to Mediapartmers when I manually typed the address in the address bar. I also would think this is similar to spyware or adware behavior, but again unlikly as I got the same behavior after doing a full system retore. I find not knowing what the problem is unsatisfactory. I am glad I am able to get to the lounge, but I would like to know what the problem was. I don’t see any history of this occurance anywhere else. If I do find any answers I will post back. Again thank you for your help.
      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #922255

      Hi All,

      I am not sure what I did, but it is working now, I uninstalled a utility that comes with a Vaio PC that is called Internet Connections and I also sent a screen capture and the lounge link to the google support team earlier this evening. I don’t think I have done anything else. If I have any follow up from Google or see anything else I will post back.

      Thank you all for all of your suggestions. Something finally worked so for that I am grateful.

      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #922254

      Yes I have XP Service Pak 2 installed. I also have AV and firewall. This is a new PC (3days old) and first thing I did was install virus protection. I also did a full system restore and continue to have the same problem. This PC has had this problem from the first use. I think for that reason that a virus or spy ware to be not likley. I also have Microsoft’s spyware scan and ran it last night and it found nothing. Also ran a Norton scan with all the current updates and it did not find anything either.
      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #922240

      Only line that is not remarked out in the hosts file is:
      127.0.0.1 localhost

      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #922234

      Hi All,

      I have removed the google toolbar successfully from add and remove programs, cleared the temporary internet files, flushed the DNS. Still having the same problem.
      So some things eliminated. Thank you for your continued assistance, I continue to look for the answer

      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #922028

      At work during the day today, but will start eliminating posibilities from your suggestions as soon as I get home this evening. Again I really appreaciate the help. It is really discouraging to have purchased a new PC and have problems right out of the box.
      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #922029

      At work during the day today, but will start eliminating posibilities from your suggestions as soon as I get home this evening. Again I really appreaciate the help. It is really discouraging to have purchased a new PC and have problems right out of the box.
      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #921817

      Hi,

      I get the same result if I go to http://www.wopr.com and click on Woody’s Lounge, or if i type http://www.wopr.com/lounge in the addtess bar.
      This is the address I end up at http://www.google.com/search?q=Mediapartners-Google
      This is the address from right clicking on the link and selecting properties http://www.wopr.com/cgi-bin/w3t/wwwthreads.pl

      I did a search on the internet for Google media partners and that is where I got the information about robots.txt. I did a search on my PC and got a web page with a link to validate your robots.txt and when I clicked this is what it said http://www.searchengineworld.com/cgi-bin/robotcheck.cgi
      robots.txt source code for http://www.seoconsultants.com/robots.txt
      Line Code
      1 # robots.txt for http://www.seoconsultants.com/
      2 # Last modified: 2004-12-19T10:15:00-0800
      3
      4 User-agent: Mediapartners-Google*
      5 Disallow:
      6
      7 User-agent: Googlebot-Image
      8 Disallow: /
      9
      10 User-agent: *
      11 Disallow: /_private/
      12 Disallow: /admin/
      13 Disallow: /bin/
      14 Disallow: /dev/
      15 Disallow: /images/
      16 Disallow: /jobs/_archive/
      17 Disallow: /just-say-no/images/
      18 Disallow: /js/
      19 Disallow: /nav/
      20 Disallow: /reviews/
      21 Disallow: /statistics/2002/
      22 Disallow: /statistics/2003/
      23 Disallow: /statistics/2004/
      24 Disallow: /text/
      25 Disallow: /webservices/
      I have no idea how the site got this information I just see the line for mediapartners?
      I believe this is the same problem as the previous HiJack post. I did not see a resolution.
      Sony says I have spy ware on my new PC. They had run a spyware scan, no spyware was detected.
      I also did a full system restore and same problem, Only different thhing I see with this PC that others I use is Sony included the google toolbar in Internet Explerer and made Google the default search. I already tried removing the google toolbar and searching the registry for google entries and deleting them. No luck.

      Carla

    • in reply to: Google Mediapartners and Robots.txt (IE 6) #921818

      Hi,

      I get the same result if I go to http://www.wopr.com and click on Woody’s Lounge, or if i type http://www.wopr.com/lounge in the addtess bar.
      This is the address I end up at http://www.google.com/search?q=Mediapartners-Google
      This is the address from right clicking on the link and selecting properties http://www.wopr.com/cgi-bin/w3t/wwwthreads.pl

      I did a search on the internet for Google media partners and that is where I got the information about robots.txt. I did a search on my PC and got a web page with a link to validate your robots.txt and when I clicked this is what it said http://www.searchengineworld.com/cgi-bin/robotcheck.cgi
      robots.txt source code for http://www.seoconsultants.com/robots.txt
      Line Code
      1 # robots.txt for http://www.seoconsultants.com/
      2 # Last modified: 2004-12-19T10:15:00-0800
      3
      4 User-agent: Mediapartners-Google*
      5 Disallow:
      6
      7 User-agent: Googlebot-Image
      8 Disallow: /
      9
      10 User-agent: *
      11 Disallow: /_private/
      12 Disallow: /admin/
      13 Disallow: /bin/
      14 Disallow: /dev/
      15 Disallow: /images/
      16 Disallow: /jobs/_archive/
      17 Disallow: /just-say-no/images/
      18 Disallow: /js/
      19 Disallow: /nav/
      20 Disallow: /reviews/
      21 Disallow: /statistics/2002/
      22 Disallow: /statistics/2003/
      23 Disallow: /statistics/2004/
      24 Disallow: /text/
      25 Disallow: /webservices/
      I have no idea how the site got this information I just see the line for mediapartners?
      I believe this is the same problem as the previous HiJack post. I did not see a resolution.
      Sony says I have spy ware on my new PC. They had run a spyware scan, no spyware was detected.
      I also did a full system restore and same problem, Only different thhing I see with this PC that others I use is Sony included the google toolbar in Internet Explerer and made Google the default search. I already tried removing the google toolbar and searching the registry for google entries and deleting them. No luck.

      Carla

    • in reply to: Critical Path(s)? (MSP2000&2003) #921646

      Hi,

      Do you have your subprojects linked in dependency relationships to each other? If not you will not see the critical path of the Master file. You will probably just see an assortment of critical task strings.

      Carla

    Viewing 15 replies - 331 through 345 (of 403 total)