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. 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?
  16. djsuperz

    How can i speed up printing?

    I have a 14 page form that i have to print through crystal reports 10. The file is very large when i print, 7 megs and it takes like 15 minutes to print. I tried exporting to pdf but i kept getting an out of memory error. I found that there was a memory leak and it was unfixable at this point...
  17. djsuperz

    Displaying Box if Boolean = true CR10

    Ok so now everything works fine but whenever i finish adding the formulas for each text box press OK it takes forever to access my database. Is there something i can do to make it faster? The server is on our B network. Is there a way i can put in all the formulas before i access the database...
  18. djsuperz

    Displaying Box if Boolean = true CR10

    Actually it does work. Although my formula recieves an error: The forumla result must be a number. If {page3.red} = true Then "Line style = crSingleLine" Else "Line Style = NoLine" Any suggestions?
  19. djsuperz

    Displaying Box if Boolean = true CR10

    I want it to outline text on the invoice form i have. The invoice form is a seperate image. How would i do that? If i place the text box over my form it covers the text up. Is there a way to make it transparent? The only thing i want to show up is the outline.
  20. djsuperz

    Displaying Box if Boolean = true CR10

    I have an MS sql server db with the datatypes assigned to bit. I have an invoice form picture in the back ground and i would like, if the value is true, to outline text on the form. How would i do this? thanks

Part and Inventory Search

Back
Top