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