I Have a VFP7 Application with an SQL Server 2000 Database.
In order to add a user i have to create a new login on the sql server throught the enterprise manager and add user to the database users.
I Want To create a login screen that will check if a user is a valid database user before it...
Hi to All
I have a VFP Application (Created using Version VFP7.0), my database is SQL Server and my Reports are created using crystal reports 8.5. I distribute to my client machines an executable of my application (among other files), and my reports and database reside on a server machine...
I have a cross_tab report in which the number of Columns for each record are quite a few and the report designer expands the data/columns to other pages on the right. However the pages on the right are treated as page 1 when i preview or try to print the report. I have no problem with that, but...
I have used the first one but know i have a problem with previewing the report could you pls help me?
i prefer doing it programmatically
examples would be Appreciated
Regards
AVAS
How Can i use Crystal Viewer(CRViewer) to view my reports through VFP7.0?
What Are the Stepts in order to use it?
What Commands Should i include in my code ?
Tnx
AVAS
How Can i use Crystal Viewer(CRViewer) to view my reports through VFP7.0?
What Are the Stepts in order to use it?
What Commands Should i include in my code ?
Tnx
AVAS
Hi
I am Developing a New Application in which i use Crystal Reports 8.5 as my reporting tool.
To create a new instance of Crystal Reports From VFP7.0 in order to preview or print a report i use the CREATEOBJECT Function/Command. I Have established this with the use of one of the following...
I have Used some of the methods you have suggested and they have helped me a lot. Tnx
Could You please tell me where in which help i should look to get infos about this methods? MSDN Or Crystal Reports Help? i can't seem to find any help about this method in any of them
Tnx
AVAS
I am trying to preview/print a report through Visual FoxPro 7.0 and I have the Following Code:
LOCAL oCR as CRAXDRT.Application
LOCAL oRpt as CRAXDRT.Report
oCr=CREATEOBJECT('CrystalRuntime.Application')
oRpt=oCr.OpenReport('c:\MyReport.rpt')
IF oRpt.HasSavedData()
oRpt.DiscardSavedData()...
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.