Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

How to get Alphe 4 data into Word

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to get Alphe 4 data into Word

    I have been asked how a person can convert data from an Alpha 4 version 6 application to a Word file. I am not familiar with Alpha 4, but thought that there must be some sort of export facility available, and then the exported file could be imported to Word.

    Any ideas would be appreciated.

    #2
    RE: How to get Alphe 4 data into Word

    Hi Joanne
    Well, there really is no direct export function between Alpha V6 and Word. Couple of different ways to do it, but probably the easiest way is to use the Export function using the Table ASCII File format. When you are prompted for a file name use the extension .DOC - it will default to .TBL if you don't.

    Now, the drawback to this is that each record is saved as one line and keeps getting wider the more fields you export. When opened by Word it will automatically wrap the line (record). Play around with it and see what happens.

    Mick

    Comment


      #3
      RE: How to get Alphe 4 data into Word

      you could design a report and send it to a generic text printer and save it as a file. Word should have no problem reading it in and if you use a monospace font in Word, things should line up correctly.

      Comment


        #4
        RE: How to get Alphe 4 data into Word

        Joanne,

        Alpha Four stores data using the dBase file format. I think Word can import the dBase files directly. No special exporting from Alpha Four should be necessary if you're trying to simply pull in all the records.

        If you're trying to 'merge' only some of your database into a Word document, then you could:

        a) export the desired record to a comma delimited file, and then import that file with Word; or

        b) 'copy' the desired records to a new (temporary) DBF and import that file with Word.

        -- tom
        -- tom

        Comment


          #5
          RE: How to get Alphe 4 data into Word

          My copy of Word 2000 doesn't seem to know anything about .dbf files. I know you can easily open .dbf files in Excel and Word knows how to communicate with Excel, so perhaps using Excel as an intermediary would work.

          Comment


            #6
            RE: How to get Alphe 4 data into Word

            Oops.

            Didn't know that functionality had been dropped in the version of Word you're using. Both WordPerfect and WordPro offer this, and have done so for a long long time.

            -- tom

            Comment


              #7
              RE: How to get Alphe 4 data into Word

              The easiest way I found is just that. Make the information you want
              into a report. Print the report to a file. This file can be opened
              in word or excel. I usually open reports in excel so the reports can
              be emailed. Best of luck to you.

              Comment


                #8
                RE: How to get Alphe 4 data into Word

                Paul,

                I've just checked and even Word97 doesn't support direct imports of DBF files. Odd. I had remembered it the other way round.

                With Word97 it's possible to use the DBF file as a data source in a Word mail merge. The connection from Word to the DBF file is made using Microsoft's ODBC. Perhaps this is still available in Word 2000?

                -- tom

                Comment


                  #9
                  RE: How to get Alphe 4 data into Word

                  The following is direct from Word 2000 help. ODBC looks right if you need mail merge. I keep Word on my machine only for when I need to exchange files with someone. I've used Lotus WordPro for years and have been surprised to discover features I take for granted in WordPro lacking in Word. The most recent was sorting data in a table. With WordPro, you can sort on your choice of up to three columns in your table and have some control over how much of the data to use. Word just sorts based on the first column.

                  But here's what Word 2000 help says:

                  ===================================

                  Data sources you can use with Word
                  Microsoft Word can use the following types of files as mail-merge data sources:

                  A Microsoft Excel workbook or Microsoft Access database.


                  One of the following types of electronic address books: a Microsoft Outlook Address Book or Contact List, a Schedule+ 7.0 Contact List, the Personal Address Book that you created for use with Microsoft Exchange Server, or similar address lists that were created with a MAPI-compatible messaging system.


                  Files from single-tier, file-based database programs for which you have installed an open database connectivity (ODBC) driver. A number of these drivers are included with Microsoft Office.


                  Files in the following formats, if you included the appropriate converter when you installed Word: ASCII text files
                  Microsoft Word for the Macintosh versions 3.0 � 6.x

                  Microsoft Word versions
                  3.0 � 6.0 for MS-DOS
                  Microsoft Excel versions 2.0� 8.x
                  WordPerfect versions 5.x� 6.x for MS-DOS and 5.x� 6.x for Windows

                  Lotus 1-2-3 versions 2.x� 4.x

                  Comment


                    #10
                    RE: How to get Alphe 4 data into Word

                    Some of the above may be a bit of overkill, depending on your needs. I use a report that "prints" to a file. That file is named in the report as a .txt file, always to my favorite folder for all such outbound items: "C:/dumpster".

                    Second important item is to create a permanent dummy "printer" in alpha, that has no printer setup codes. I set this particular printer up as the specific one for this kind of report. Both of these items are assigned under the F7 department in the report layout...

                    The result of all this is a text file. Text files can be opened in most anything, or can even be cut and pasted directly into an email body. If you really must, you can open them in Word. If you are looking to send them as attachments to email, why tolerate Billy's huge overhead for a Word file (40-100K), vs a pure simple text file? There are no pretty fonts or formatting to be had from A4, so I like to keep it simple!

                    Comment

                    Working...
                    X