Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Greyfleck

  1. Greyfleck

    Remove data from word document after position x

    Thanks to all that replied - I will take all of this onboard and try out to see what works best for me. Thanks again Jon
  2. Greyfleck

    Remove data from word document after position x

    Thanks Fumei - I will give it a go and see what happens... [2thumbsup]
  3. Greyfleck

    Remove data from word document after position x

    Hi DrSimon. The brochure is just that - a listing of parts where each row consists on 90 characters of which all after the 50th character is nonsense as far as my requirements are concerned. My task was to simply remove the 'rubbish' to make the data more manageable. After posting I carried on...
  4. Greyfleck

    Remove data from word document after position x

    I have a word document that contains a brochure. I need to remove all data after a given point as it is not needed. I guess that I need a simple macro that loops through the document, positions the cursor at point x (below 22 on the ruler) and then deletes all the rest of the data on that line...
  5. Greyfleck

    Discard Saved data when loading reports option

    Yes, that is almost what I am saying. I am in VS 2008 where CR is an option. It doesn't load CR just VS 2008 with CR as an option on the toolbar. Under CR I have the options: HOORAH!! I found it. For those who wish to know: it is from the toolbar... click - Crystal Reports - Design...
  6. Greyfleck

    Discard Saved data when loading reports option

    Hi Ian, I have : Crystal Reports,Report,Report Options and this gives me the following options: Convert database Null .... Convert other Null ... Show all headers Always sort locally Database server is case sensitive Perform grouping on server use indexes ... Verify on first ... Verify stored...
  7. Greyfleck

    Discard Saved data when loading reports option

    Hi Ian, thanks for that. Sadly I am in VS 2008 not CR so do not have CR/File. Any further hints gratefully accepted
  8. Greyfleck

    Discard Saved data when loading reports option

    I am new to CR. I have the basic version with VS 2008 professional edition. I am using a book:CR Basic for VS 2008. It tells me that I can discard data by checking an option on the reporting tab of the options dialog. I have searched everywhere for this option but to no avail. Can anyone...
  9. Greyfleck

    Webbrowser change page error

    It appears it is when the website itself opens a 'temporary popup' webpage that the page opens and closes before I have a chance to see anything. Normal paging seems OK,
  10. Greyfleck

    Webbrowser change page error

    Not quite sure what you mean. There is no code for newwindow event so if it does fire I am not controlling it implicitly.
  11. Greyfleck

    Webbrowser change page error

    Hi there, sadly that is all there is! When I try to go to a new page, it opens in a NEW webpage (as if opening IE7) and then closes it before I can do anything! The webpage on the form does not change. Textbox12 is there to accept a new url which I do not try to change.
  12. Greyfleck

    Webbrowser change page error

    I am working on VS 2008 and have a simple form on which I have created a webbrowser. It happily shows the first page but, when trying to show a new page, it opens a new window, briefly shows the new page and then closes it again leaving me with just the original page display. I am not attempting...
  13. Greyfleck

    Deploying a windows based application

    I am trying to follow microsoft's walkthrough http://msdn.microsoft.com/en-us/library/k3bb4tfd.aspx just to familiarise myself with the process. However I come unstuck on page 2 To add the windows-based application to the installer I cannot process step 3 "in the Add Project Output group...
  14. Greyfleck

    Concurrency - VB 2008 - Access 2007

    I have a single user application with an Access table :- Horseid autonum Date datetime Course text Time datetime Horse text Done Bit I load the table into a dataset (where done <> true) and, after processing set the Done field to true. this is fine as many records as I want and...
  15. Greyfleck

    Basic SQL Insert command

    Thanks for your response. Could you possibly explain .POSPMTIX. Jon

Part and Inventory Search

Back
Top