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 IamaSherpa 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. zahid999

    Crystal Report Access from VBA

    Hi Bradth, can u check following three line in your code. from where crwapplication is coming. is it a typing mistakes ? Private Sub btnPrint_Click() If crwApplication Is Nothing Then Set crwApplication = CreateObject("Crystal.CRPE.Application") End If because in declaration following is...
  2. zahid999

    Crystal Report Access from VBA

    Hi Bradth, As per the code provide by you, I am facing little difficulty, will you please look at it and help to solve the problem. I added following reference to VBA before proceeding to Crystal Report printing. RetrieveGlobals , Microsoft ActiveX Dataobject 2.7 Library , Crystal Report...
  3. zahid999

    Numeric value check

    Dear Friends, Thanks for your support. Can some suggest code of key press event where user only allowd to enter numeric value. in case of alphanumeric automatically go back to value one digit backword. Appreciate, Zahid
  4. zahid999

    Numeric value check

    Dear Friends, I would like user to enter numeric value only in textbox. Could some guide how to check. Also in a combobox i want to appear value like 2001, 2002, up to 2010 automatically on focus event. Guru's help pls. kind regards, zahid
  5. zahid999

    Crystal Report Access from VBA

    Hi Bradth, Thanks very Much. I will fillup the code as per your instruction and let you know the status. Once again thanks for your valuable support. Kind Regards, Zahid
  6. zahid999

    Crystal Report Access from VBA

    Hi Bradth, Thanks very much for your support, this is what exactly i am looking forward to get the result. I would appreciate if you provide me the details with code. Kind Regards, zahid
  7. zahid999

    CROSSTAB COLUMN PROBLEM

    Dear Friend, I am getting Report Like this: MTH1 MTH2 TOTAL CTG01 111 150 250 10% 15% 14% CTG02 222 222 444 20% 22% 20% Total TTT TTT TTT pp%...
  8. zahid999

    CROSSTAB COLUMN PROBLEM

    Dear Friend, I am getting Report Like this: MTH1 MTH2 TOTAL CTG01 111 150 250 10% 15% 14% CTG02 222 222 444 20% 22% 20% Total TTT TTT TTT pp%...
  9. zahid999

    How to create New colum in Cross tab report

    Dear Friend, I am getting Report Like this: MTH1 MTH2 TOTAL CTG01 111 150 250 10% 15% 14% CTG02 222 222 444 20% 22% 20% Total TTT TTT TTT pp%...
  10. zahid999

    How to create New colum in Cross tab report

    dear friends, I am trying to create new sample cross tab reports available in sample test data using same table and trying to create the same with column1 Orderamount, colum2. percentage for my practise purpose. i am able to creat the reports but column2 goes vertical, i want to move it...
  11. zahid999

    Crystal Report Access from VBA

    Dear All, I developed Crystal Reprot using Great Plains Database and i would like to access from Great Plains could some one provide the details how can i access report. Best Regards zahid

Part and Inventory Search

Back
Top