Results 1 to 4 of 4

Thread: Reports without a Database

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Posts
    8

    Reports without a Database

    Hi
    i am currently doing a project that writes and inputs data from text files - no database is involved. i need to be able to create reports with the header taken from a text file along with a person's name and address. Various other data being displayed on a form via text boxes, combo box etc. will also appear in certain positions of the report.
    i have looked at using the Printer.Print object but this seems quite tedious even for things like centering the header (which comes from a text file). Does anyone know of a simpler solution? is the data environment component a solution because it seems to be geared for databases. I know that creating a word doc is an option but this wouldn't be my favoured option.
    any help or advice on where to get help would be greatly appreciated.
    mise le meas

  2. #2
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033
    Help keep this forum clean: Remember to mark your thread as resolved · Search before you post · Remember to rate posts that help

    VS2010: Visual Studio 2010 Keybinding Posters
    · Service Pack 1
    Tools: GhostDoc - automatically generates XML documentation comments
    · NuGet package Manager · PowerCommands IDE extensions
    Source Control: ankhsvn - integration for SVN
    · Windows Shell Extension for Subversion

    Development Laptop: Intel Core i5 430M 2.26 GHz @ 2.53 GHz
    · 4096 MB, DDR3 PC3-8500F (533 MHz), Kingston · ATI Mobility Radeon HD 5470 · 15.6 @ 16:9, 1366x768 pixel, HD LED LCD

    I follow:
    JoelOnSoftware - A weblog by Joel Spolsky, a programmer working in New York City, about software and software companies
    ScottGu's Blog - Scott Guthrie works for Microsoft as the Product Manager of the .NET Framework
    Portugal-a-Programar - Portuguese Developers Community
    .NET Rocks! - is a weekly Internet audio talk show for .NET Developers.

    Programming Languages:
    C#
    · VB.NET · JAVA · PHP · Javascript
    Other:
    XML
    · HTML · CSS · JQuery · SQL



    *** Proudly Portuguese ***

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    VB does not, natively, supply a report engine capable of producing reports that are acceptable to the corporate world (trust me on this one). Given this fact, some form of third party reporting engine is necessary.

    I will take the position that you (meaning the company you work for) do not want to incur the expense of purchasing a real report generator, and, you do not want to ship a Db (that does nothing more than produce reports) with your app.

    Your question:
    Does anyone know of a simpler solution? is the data environment component a solution because it seems to be geared for databases. I know that creating a word doc is an option but this wouldn't be my favoured option. any help or advice on where to get help would be greatly appreciated.
    If I'm understanding you correctly, it would seem you a caught between the proverbial "rock 'n a hard place" The answer to the question "Does anyone know of a simpler solution?" is No.

    Given that, you will need to consider alternatives.

    What those are will depend on your situation.

    I suspect that you have already exhausted the reporting capabilities of native VB.

    Give me some more details of your situation, and lets see if we can come up with something that works.

  4. #4
    ruyeno22
    Guest

    try access 2000

    docmd.importtext is the funcion to import a text file to a table in an access database.

    best regards,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width