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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by djsuperz

  1. djsuperz

    Bugzilla Install Issue

    I was able to run the Bugzilla install ./checkserver.pl with no problems. When i run /testserver.pl http://localhost/bugzilla i get the following output: [root@host bugzilla]# ./testserver.pl http://localhost/bugzilla TEST-OK Webserver is running under group id in $webservergroup. TEST-FAILED...
  2. djsuperz

    When i edit my report i dont see changes

    Yeah i already did that many times.
  3. djsuperz

    When i edit my report i dont see changes

    If my activex viewer displays the old data, doesnt that mean my viewer has already saved the old data? Is there a way to clear all data before viewing my report? is .discardsavedata the only way?
  4. djsuperz

    When i edit my report i dont see changes

    I did what you said and it still shows the incorrect data, the old data.
  5. djsuperz

    When i edit my report i dont see changes

    Could i be my code? well here it is: Dim crRep As CRAXDRT.Report Dim crApp As New CRAXDRT.Application Private Sub Form_Load() Screen.MousePointer = vbHourglass CRViewer1.EnableExportButton = True CRViewer1.EnableCloseButton = True Set crRep = crApp.OpenReport(App.Path & "\oasis.rpt")...
  6. djsuperz

    When i edit my report i dont see changes

    Ok the designer is showing the data correctly but the activex viewer in my vb6 program isnt. What do you guys suggest?
  7. djsuperz

    When i edit my report i dont see changes

    I've created a few reports before this with the formulas i have and they work fine. Its driving me nuts trying to figure out what i did diffrent. I'm going to first try what you seggested Gary.
  8. djsuperz

    When i edit my report i dont see changes

    I never could update. Is there a limit on the number formulas used, i have about 50 formulas? I dont think i can send you the report, its about 340 megs, and my upload is really slow. :-(
  9. djsuperz

    When i edit my report i dont see changes

    Crystal reports 10 Error occurs in both viewer and designer All 50 of my formulas look like this, and they do not update. if {Page6cont.edemayes} = TRUE then "<font face = wingdings> þ" else "<font face = wingdings> o
  10. djsuperz

    When i edit my report i dont see changes

    If i run the report and leave the viewer open, tnen change some data in the database and i press refresh the data still stays the same. does the field data show the new data but the formulas still show the old data ? you are exactly correct if you close the viewer and rerun the report again...
  11. djsuperz

    When i edit my report i dont see changes

    I'm sure its pointing to the correct database because when i edit non-forumula fields the edit fine. I'm running crystal reports 10, visual basic 6 and i view my reports via active x report viewer.
  12. djsuperz

    When i edit my report i dont see changes

    The only thing that is changing is my data. In my database the data is correct. But when i try to view my report via crviewer the data is incorrect. Its the old data. I have unchecked save data with report, added discard saved data and refresh to my code. And it still doesnt show the new data...
  13. djsuperz

    When i edit my report i dont see changes

    The formula hasnt changed but the data is. What happens is, the user edits an entry, then stores it in the sql server database. Then the user views the report via crviewer. It will only show the old data. I check the database and the new database has been stored. I have save data with report...
  14. djsuperz

    When i edit my report i dont see changes

    When users update our database, in the report viewer it doesnt show changes. I'm using a vb6 and ms sql database with a CRViewer. The database updates but the report doesnt. Another thing i found was. When i text, i can see the changes in my report. The fields that are not updating are formula...
  15. djsuperz

    How can i speed up printing?

    Is it possible to have the .rpt file on the server and print from there? The program's database runs off ms sql server. Is this possible?

Part and Inventory Search

Back
Top