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

A5V8 on Windows Vista Home Premium

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

    #16
    Re: A5V8 on Windows Vista Home Premium

    User Access Control. Go to control panel/users Accounts- turn UAC on or off.

    Comment


      #17
      Re: A5V8 on Windows Vista Home Premium

      Robert:

      I have now tried all options. None have placed the adobe pdf driver as a printer option. I can see alternatve pdf drivers but they do not execute.

      For some reason the Adobe driver is not appearing in the printer selections.

      Thnaks for our help.

      bob adler

      Comment


        #18
        Re: A5V8 on Windows Vista Home Premium

        bob,

        The pdf driver for Alpha Five functions differently than other pdf drivers. You don't generate a document and then select the pdf driver for output. Instead, you generate the document and choose the option on the file menu of the preview to "SAVE AS" pdf. Is this what you're doing? -- tom

        Comment


          #19
          Re: A5V8 on Windows Vista Home Premium

          Tom:

          This is the command:

          query.filter = "Ack_ltr_cd = 'X' .and. (left(Mail_cd,len('D')) = 'D' ) .and.Honor_cd=''.and. Receipt_flg=\"\".and. (Ack_ltr_flg <> 'T' )"
          query.order = "Donor_id"



          :Report.SaveAs("GNRenewLtr","PDF",query.filter,query.order,"C:\Jbirds\pdfltr\Gn_R_Renewal_Ltr.pdf",.T.)

          This works on all other PCs. The adobe pdf driver is visible in the printer selections.

          I can not create a pdf even when printing directly from a report that I am testing.

          Any other pdf product will present it self in the print selection choices. But do not interact with the software. Alpha is looking for the Adobe pdf driver.

          bob Adler

          Comment


            #20
            Re: A5V8 on Windows Vista Home Premium

            Tom:

            I should clarify the driver situation. The amyuni software installs 4 dirvers. HTML, PDf, RTF, and Text. They are not named.
            any other pdf installed system is also there when installed except adobe. Alpha is not firing through the pdf installed by other applications. A file is created in name only then the system hangs. You must force the system to closed. when you do that the pdf file that was "created" is locked. You must restart the system to delete the failed document.

            bob adler

            Comment


              #21
              Re: A5V8 on Windows Vista Home Premium

              Bob, suggest you try to produce the pdf using no query filter or query order statements. Your filter expression does not look right to me. Why not run the report manually, preview it, then try to save it as PDF? -- tom

              Comment


                #22
                Re: A5V8 on Windows Vista Home Premium

                That's one of the things I suggested/asked about in my next to last post. Didn't get a specific reply to the things I asked.

                Comment


                  #23
                  Re: A5V8 on Windows Vista Home Premium

                  Robert and Tom:

                  I have tried to create a pdf directly from the viewed report. It fails.

                  the sample code I provided is the xbasic code produced by Alpha.

                  This code works on my other PCs. It is standard code.

                  What I have noticed is that the "Amyuni Document Converter" is loaded as a printer choice. On the XP machines this is not so. The HTML, Txt, PDF, and Rtf drivers are loaded. The "Amyuni document Converter" is not loaded.

                  I think the system is installing the this part of the application incorrectly.

                  bob adler

                  Comment


                    #24
                    Re: A5V8 on Windows Vista Home Premium

                    Bob, are you saying you can't save any report, run from the control panel manually, as PDF? Even unfiltered reports ? Even reports from AlphaSports? Are you able to preview any of them on screen ok? How about the specific report you mention in this thread... will it preview correctly when run manually from the control panel? without filter? with filter?

                    I asked about the filter expression because the quote marks in the expression are unbalanced. I would expect this to throw an error that might prevent the filtered report from even displaying in preview mode.

                    Comment


                      #25
                      Re: A5V8 on Windows Vista Home Premium

                      Tom:

                      Any report will preview when run manually. I can print any report because my printer is okay.

                      I can not save any report manually because the four drivers are missing.

                      bob adler

                      Comment


                        #26
                        Re: A5V8 on Windows Vista Home Premium

                        Check the directory where the Alpha executable is located for a file named

                        InstallAmyuniPrinters.exe

                        and try re-running that.
                        There can be only one.

                        Comment


                          #27
                          Re: A5V8 on Windows Vista Home Premium

                          Stan:

                          I have run that seven times minimum. The results are always the same. The Amyuni Converter is loaded into the Print selection and not the for print drives that are needed.

                          bob adler

                          Comment


                            #28
                            Re: A5V8 on Windows Vista Home Premium

                            The Amyuni Document Converter is listed in the Printers section of my vista machine as Alpha Five Printer. The deskPDF software program I downloaded for free is also listed even though I have Adobe Reader and it is set as the default program for .pdf files. I wonder what would happen if you also downloaded one of the free PDF software programs and installed it.

                            I don't know which program saves the A5 report as a PDF. I would presume it's the Amyuni but all you get is a generic "printing" message.

                            The alpha help says that when you save a report as a PDF file, it is converted and then opened in Adobe Reader. It is converted and saved but it not opened.

                            The following is listed as the amyuni drivers in the amyuni.inf file (don't ask me why it says XP)

                            [ACFPDF_XP]
                            acpdf251.dll,acfpdfu.dll
                            acpdfui251.dll,acfpdfui.dll
                            cdintf251.dll, cdintf.dll
                            acfpdf.txt

                            [ACFPDF_DATA_XP]
                            DriverFile=acpdf251.dll
                            ConfigFile=acpdfui251.dll

                            None of these with the "251" are on my 64 bit machine. I would check to see if acfpdf.drv is on your computer.

                            Comment


                              #29
                              Re: A5V8 on Windows Vista Home Premium

                              Robert:

                              I have all of the listed drives. I have tried different pdf software products. when a pdf is produced it is not readable by adobe.

                              The install log file contains:

                              Windows XP/2003 64-bit AMD Install
                              ----------------------------------------------------------------
                              Checking for existing PDF printer
                              ----------------------------------------------------------------
                              Copying acfpdfamd64.dll file
                              ----------------------------------------------------------------
                              Copying acfpdfamd64ui.dll file
                              ----------------------------------------------------------------
                              Copying acfpdf.txt file
                              ----------------------------------------------------------------
                              Copying cdintf.dll file
                              ----------------------------------------------------------------
                              Installing Amyuni PDF printer driver
                              ----------------------------------------------------------------
                              Installing Amyuni PDF printer
                              ----------------------------------------------------------------
                              Printer setup succeeded
                              ----------------------------------------------------------------
                              Launch 'Install -u' to uninstall
                              ---------------------------------

                              There is a slight diference between the installs.



                              Windows 2000/XP/2003 Install
                              ----------------------------------------------------------------
                              Checking for existing PDF printer
                              ----------------------------------------------------------------
                              Removing existing PDF printer
                              ----------------------------------------------------------------
                              Removing PDF printer driver
                              ----------------------------------------------------------------
                              Installing using .inf file
                              ----------------------------------------------------------------Copying cdintf.dll file
                              ----------------------------------------------------------------
                              Installing Amyuni PDF printer driver
                              ----------------------------------------------------------------
                              Installing Amyuni PDF printer
                              ----------------------------------------------------------------
                              Installing Licensing Information
                              ----------------------------------------------------------------
                              Printer setup succeeded
                              ----------------------------------------------------------------
                              Launch 'Install -u' to uninstall
                              ----------------------------------------------------------------

                              bob adler

                              Comment


                                #30
                                Re: A5V8 on Windows Vista Home Premium

                                Originally posted by Robert Adler View Post
                                Robert:

                                I have all of the listed drives. I have tried different pdf software products. when a pdf is produced it is not readable by adobe.

                                The install log file contains:

                                Windows XP/2003 64-bit AMD Install
                                ----------------------------------------------------------------
                                Checking for existing PDF printer
                                ----------------------------------------------------------------
                                Copying acfpdfamd64.dll file
                                ----------------------------------------------------------------
                                Copying acfpdfamd64ui.dll file
                                ----------------------------------------------------------------
                                Copying acfpdf.txt file
                                ----------------------------------------------------------------
                                Copying cdintf.dll file
                                ----------------------------------------------------------------
                                Installing Amyuni PDF printer driver
                                ----------------------------------------------------------------
                                Installing Amyuni PDF printer
                                ----------------------------------------------------------------
                                Printer setup succeeded
                                ----------------------------------------------------------------
                                Launch 'Install -u' to uninstall
                                ---------------------------------

                                There is a slight diference between the installs.





                                bob adler
                                The first procedure is followed when you do the initial A5 installation. If you reinstall or install as a different user, it uses the second script. That's the best I can figure out.

                                The installation log is called A5install.log. I've attached a copy of mine but I changed the name to a .txt file. You can look at it and compare it to yours.

                                I'm confused because you say if you create a PDF file using other software, the file is not readable by Adobe. Does this mean that if you create a PDF from any program, not just A5, it's not readable by Adobe? If so, there's something wrong with your Adobe installation.

                                When I mentioned using other PDF software, I wondered if it showed up as a printer in your list of printers.

                                Comment

                                Working...
                                X