crystal report 10 problem in access

rashidzaib

Registered User.
Local time
Today, 09:06
Joined
Aug 12, 2007
Messages
32
hy members
i hope all r fine
i have problem in using crystal report 10 with ms access.
when i am using crystal 8 it is working fine.and when using crystal 10 it is also working. but when i am presing button to goto report in start it is giving this message. report is working fine . the command that i have written to connect the report is Application.FollowHyperlink "\\report.rpt"

is there any other command to use crystal report 10 r any solution to this problem.
error screen is attached here.
any solution should realy be appriciated.
thanks in advance
take care bye
 

Attachments

  • errorinrpt.JPG
    errorinrpt.JPG
    16.8 KB · Views: 187
I believe that is a security message that is OPERATING SYSTEM enforced. You can try setting your security settings in Access to LOW, but it's really not suggested and I'm not sure that will solve that problem.
 
crystal report problem

hy sir
first of all thank u very much for reply
my access scurity is already set to\ low
can any one here who will give reply
thank u very much
waiting for reply
take care bye
 
crytal report

hy
i hope u r fine.
first of all thank u very much for ur reply.
i have solved my problem by using this code
Dim stAppName As String
stAppName = "c:\crw32.exe c:\abc.rpt"
Call Shell(stAppName, 1)
now this is working fine
ur solution i will also check
thank u very much
take care bye
 
can you explain me what have you found about reporting use crystal report form access ?
i just begin it. i really appreciate any helps. thankss very much
 

Users who are viewing this thread

Back
Top Bottom