Hi everybody,
Can anybody help me turning these lines below to access ODBC SQL source?
Dim myMerge As MailMerge
Dim LastRecord As Long
Dim myDoc As Object
Set myDoc = ActiveDocument
With myDoc.MailMerge
.MainDocumentType = wdFormLetters
.OpenDataSource...
Running the following code in VB6
Dim Application As CRAXDRT.Application
Dim Report As CRAXDRT.Report
Screen.MousePointer = vbHourglass
Set Application = CreateObject("CrystalRuntime.Application")
Set Report = Application.OpenReport(App.Path & "\" & filRelatórios)...
I've created an VB aplication in which I use CR componet. But it seems I can't configure properly CR in other to display just refreshed data instead of saved. How can I do that?
Hello! I'm creating an aplication and when I use a 'find method'(rsRecSort.Find mSql) it rases this error: 'Compile Error: Method or data member not found.' I'm not sure of what Reference or Component must I include once I've tried almost all.
More: I'm handling a MSACCESS2000 database, and...
Hello All, I've created an application that includes CR Designer component. The program works well on my machine but when I install it on another one it doesn't run. A message is raised: "Physical database not found." I've used a ODBC data source, I've appointed the *.mdb file directly...
Hello folks,
I need to use a combo and a list boxes showing two colunms but only picking the data from the one colunm to be stored.
The other option is to show just one colunm but data to be stored is one behind.
For example:
Table Products: Id Description
1...
I have to concatenate fields to form a name of infdividuals or organizations. In the case of Individuals there a 3 fields: {givenname},{middlename} and {familyname}. In the case of no Individuals the fields are {name1} and {name2} but when {middlename} or {name2} have no value the result is null...
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.