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: *

  • Users: panadoll
  • Order by date
  1. panadoll

    How to I trigger ACCPAC messagebox screen

    Hi, does anyone have any idea how to throw out the messagebox that ACCPAC always throw out with those print button and etc? Thanks Penelope
  2. panadoll

    VB.net 2005 with COMAPI cannot run on windows server 2000

    The server is already installed in the server and i had ran the AP Payment screen directly from ACCPAC desktop as well. This will auto registry the ocx on the 1st run. But still my program does not work.
  3. panadoll

    VB.net 2005 with COMAPI cannot run on windows server 2000

    Hi, I have a customization on .net 2005 with AP Payment v54 UI screen. When I run this customization in the windows server 2000, it will not be able to load up any Com API objects, creating alot of errors as all these objects are not initialized in the 1st place. However, when i run this...
  4. panadoll

    Remove element from an array in structure type.

    Hi all, I encountered an error when trying to remove an element from my array which is of a user defined structure type The following is the declaration of my structure type and array:- Public Type PRICELIST ItemNo As String P1Price As Double P2Price As Double P3Price As...
  5. panadoll

    Formatting certain columns in the datagrid to date and currency

    Yap.. I stepped thru the codes and it is executing in the correct order. The value of the FormatDate is "dd/mm/yyyy", FormatCurrency is #,###,###,###0.00
  6. panadoll

    Formatting certain columns in the datagrid to date and currency

    Hi sweep, thanks for replying.. I amended my codes to the way you suggested. However, it just does not take in the formating. The alignment, headertext all works fine. It is just the formatting of the date and the currency that is goin haywire.... Can you please advice me what is wrong with...
  7. panadoll

    Formatting certain columns in the datagrid to date and currency

    thanks for your reply... I tried that out already.. but it still does not take that into effect. Any other ways?
  8. panadoll

    Formatting certain columns in the datagrid to date and currency

    Hi all, I desperately need help here. Currently, I have a dynamic datagrid which actually is used for search function. So the columns and the the format is actually dynamic depending on which search the user clicked on... However, I am trying to format certain columns in my grid to date and...
  9. panadoll

    Invalid filename encountered when printing report

    Hi, I encountered "Invalid Filename" when printing a crystal report from a vb6 application. However, this problem was not encountered by another user who was also printing the same report from the same vb6 application. Did anyone encountered this problem? I suspect that this could be a dll...
  10. panadoll

    Crystal report not printed out completely

    Hi, I had deployed a vb6 application with crystal report(RDC) 8.5 on a multi-user environment. The problem now is that when some of the users print out the crystal report using a dot matrix printer with A3 paper size landscape, the report only printed out 1/2 of the columns and the rest of the...
  11. panadoll

    Need some explanations on updating database through dataset

    Hi, I encountered this problem which i manage to solve but I need to know the reason why. I have 3 tables. Table 1: Batch table PK: Batch No Table 2: Invoice Table PK: Batch No : Invoice No Table 3: Detail table PK: Batch No : Invoice No : Line No These tables all have relationship...
  12. panadoll

    Enum column in datagrid that is binded (Urgently)

    Hi, I need help urgently. I am using vb.net to do a program. Currently i encountered a problem. My datagrid is bound to the dataset. However, the data in 1 of the column is in 0 or 1 e.g. status. I want to use enum or some other methods to convert these 0s & 1s to Inactive and Active upon...
  13. panadoll

    How to improve Performance of Crystal Reports 8.5?

    Hi... I am also having the same problem. However, I am using access 2000 as the database. therefore, i am unable to use the method that is suggested. Is there any other way for me to solve this problem? Really appreciate any help given. Thanks...
  14. panadoll

    Vb app print crystal report to screen slow at certain time of day

    Hi.. Hope someone can help me in this problem:- I have a application written in vb6, using crystal report for reporting and microsoft access 2000 for database. My client complaint that when they try to print the invoice onto the screen, it takes 2 to 3 mins to load. This problem only happens...
  15. panadoll

    How to assign access rights to the forms/classes/modules in a vb proj?

    Hi x508, Our current working style is to write the coding in our own local set of project. At the end of the day, we will update the server copy. Therefore, we are actually working on different pc. As for the sourcesafe method, I only manage to use the sourcesafe to set the permission of...
  16. panadoll

    Enhanced security to the access database?

    Hi, Currently, I am using the access 2000 database password to protect the database. However, i think that it is not sufficient. Therefore, I would like to find out whether there are any software or any feature in the access where i can enhance the security of the database. Any software or...
  17. panadoll

    How to assign access rights to the forms/classes/modules in a vb proj?

    Hi, I need to find an add-in or software to help me control the access rights for the source code in the vb6 project. My intention is to assign programmers to view and amend certain forms/ classes/ modules. They will not be able to access the other forms/ classes/ modules that they do not have...
  18. panadoll

    Sql statement too long???

    Hi, I am developing an application using vb with access 2000. Currently, I encountered a problem when i am executing a INSERT INTO ...VALUE statement from vb. It keeps prompting me that the statement is wrong. I copied the statement and pasted it into the access 2000 query and it works fine...
  19. panadoll

    Linked Image in Report Problem

    Hi, I have encountered a problem with linked image which i really do not have any idea of what is the problem. I have the images stored in the server. And when i run my report, in the vba, it will pass the respective image path to the report's image object. At the point of printing to screen...
  20. panadoll

    Hi all, I am currently doing a

    Hi all, I am currently doing a project about j2ee using xdoclet, jboss and java. I have written a session bean called AdministratorEJB. Then there are 2 entity beans called CounterEJB and ItemEJB. And I have written a servlet and html. When i ant the proj. It works fine. However in the JBOSS...

Part and Inventory Search

Back
Top