Hi
How can I to build a TTX file, using a recordset from ADO for Crystal Reports 9
What API I use ?
Somebody have a example
Thank you in advance
Printable View
Hi
How can I to build a TTX file, using a recordset from ADO for Crystal Reports 9
What API I use ?
Somebody have a example
Thank you in advance
Declare Function CreateFieldDefFile Lib "p2smon.dll" (lpUnk As Object, _Quote:
Originally Posted by mutley
ByVal fileName As String, ByVal bOverWriteFile As Long) As Long
Call by:
dummy = CreateFieldDefFile (<recordset name>,<path and file name ending with .ttx>,True or false) True means overwrite the existing file if there is one, false means don't overwrite.
You need CR installed fo use this API.
HTH