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!

Search results for query: *

  1. bradth

    Sending Data Printer

    I am currently trying to send data to a barcode printer to print labels using DPL (Datamax Programming Language). I had the printer setup to one of the comm ports and my code sending the data out the comm port to the printer using the MSCOMM control. But now I have the printer setup to a print...
  2. bradth

    Crystal Reports .dll's

    I am not trying to pirate software here. What I am trying to do is compile code with a crystal report viewer in it. In VB there are references that you need to call the crystal report. What I was wondering was if anyone knew exactly what .dll's are being used when a crystal reports viewer is...
  3. bradth

    Crystal Reports .dll's

    I am not trying to pirate software here. What I am trying to do is compile code with a crystal report viewer in it. In VB there are references that you need to call the crystal report. What I was wondering was if anyone knew exactly what .dll's are being used when a crystal reports viewer is...
  4. bradth

    Crystal Reports .dll's

    I am currentley trying to upgrade my version of crystal reports 8 to version 11 and am running into a few problems. When I am trying to reference crystal reports 11 in the VB code on a client machine without crystal reports, it gives me the error "ActiveX component can't create object". I have...
  5. bradth

    Sales Serial Number Entry

    When in the sales serial number entry form, when assigning serial numbers to a sales order the following error occurs: A save operation on table 'IC_SOP_Serial_Lot_WORK_HIST' has created a duplicate key. [Microsoft][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint...
  6. bradth

    Property OleObjectBlob could not be set

    No. This is how it works. My code is written in VBA, within great plains. After I test the code and make sure that my code/customization works properly, the code is exported from great plains into a *.package file. This file is then imported onto other uses machine that are using great...
  7. bradth

    Property OleObjectBlob could not be set

    No, I am using VBA. I am using VBA to write a program within great plains. Brad [spidey]
  8. bradth

    Property OleObjectBlob could not be set

    I am currently using VBA with great plains. I have VBA and VB 6.0 installed on my local machine. In VBA I have created program that prints barcodes and uses the MSCOMM addin feature to send code through the comm port. When I export this code as a package and try to install this on other...
  9. bradth

    Business Portal Roles

    I currently have business portal 2.0 installed onto a test server. What I would like to do now is setup users and roles to have other employees test out the functionality of business portal. Is there a generic role that is in BP or a role that I could create that would give the basic overview...
  10. bradth

    Business Portal

    I'm trying to install Microsoft Business Portal 2.0 for GP v7.5. When I get half way through the install process, I receive the following error "Setup was unable to modify the web.config at C:/inetpub/wwwroot." Does anyone have any idea how to fix this or get rid of this error message. I'm...
  11. bradth

    Financial Batches

    There doesn't seem to be a batch number associated to these tables though, therefore you can't tell what batch is what. Brad [spidey]
  12. bradth

    Financial Batches

    I was wondering if someone could tell me what table the posted financial batches are stored in. In GP when you go to Transactions > Financial > Batches and select a batch to post, the batch is stored in the SY00500 table. After the posting goes through, the batch is moved to another table...
  13. bradth

    Great Plains Modifier

    I currently am trying to modify the 'Select Purchase Order Items' (POP_Select_PO_Items) screen in GP with the form modifier. The problem that I am having is that I need the global field 'Item Number' placed on this form (A pink rectangle box below the bottom of the form). When I find the 'Item...
  14. bradth

    VBA in GP

    I ended up deleting and re-installing Great Plains, and that seemed to work. Unfortunetly I ended up losing a bunch of VBA code. Oh well, back to the drawing board I guess.... Brad [spidey]
  15. bradth

    VBA in GP

    Just curious if anyone else had this issue or not, or may be able to provide a solution for me. One day I was using GP and coding some stuff in VBA. I saved my work, logged off my PC and went home. I came in the next morning, and now I am unable to open VBA, customization maintenance, or any...
  16. bradth

    Purchase Orders

    No, on the PO itself. When you cancel a line item, the subtotal, tax and total doesn't change. It doesn't adjust to the current change. So the totals are calculated with the cancelled item, rather than only the items being ordered. When you print the PO to send to the supplier, the printed...
  17. bradth

    Purchase Orders

    Does anyone know why when you create a purchase order in GP (from PO Entry form), and you have multiple line items to order and you have a qty cancelled, it includes those qty's in the price. For example I have a purchase order that I am looking at and 500 pieces were ordered, and 500...
  18. bradth

    Audit Trail

    If your using SQL, you could create an exact copy of the table that your looking for, only call it *******_audit and place UPDATE, DELETE, INSERT triggers on it. This is what I have done and it works perfect. I have a complete record of what type of change and what changes have been made by...
  19. bradth

    Receivables Statement not printing

    After you click on the print button, go to the Process Monitor and see if any process's are in queue. If it says that it is trying to print something you may just need to wait a few minutes for it to print. Sometimes depending on how many users are on the system and how much data is being...
  20. bradth

    helo Needed to filter records using SQL

    You need to have a include the Training_Date in the where clause. Brad [spidey]

Part and Inventory Search

Back
Top