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...
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?
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")...
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.
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.
:-(
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
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...
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.