I have 2 tables and those are the fields I use:
Table Directory : Dirindex, Path
Table Files : Dirindex, FileName, size, UpdateDate
I want to produce a report that gives me all the filename that are there more than once and have the same size and UpdateDate and are bigger then 200K.
I have...
Hello,
Here`s what I found...
Declare Function FindExecutable Lib "shell32.dll" Alias "FindExecutableA" (Byval lpFile As String, Byval lpDirectory As String, Byval lpResult As String) As Long
Function FindExByFileName(Byval Datei As String) As String
Dim Pfad As String...
Hello,
is there a way to open a PDF file in lotusscript or javascript ( or formula ) without specifying the executable???
The file is on the harddrive, not in the database.
I don`t want to use de `Shell` function cause I need to specify the acrobat reader`s executable or the browser`s...
Hi,
is there a way to schedule ( set frenquency and time ) an agent dynamically in lotusscript,formula or javascript ??
Basically, I want an interface that will allow a user to change the scheduling of the agent.
I looked at the NotesAgent class but it didn`t help.
thanx
martin
Problem solved!! :O)
I change the constant by its value and voilà!
Rep.ExportOptions.DestinationType = 1 'crEDTDiskFile
Rep.ExportOptions.FormatType= 31 'crEFTPortableDocFormat
the value of the properties was `0` in both cases.
Ok. I`m looking for the file U2FPDF.DLL but it`s not in my
c:\winnt\crystal\.
Does this file exist???
Can't find it on the developer CD ( 8.5 ).
Thanx.
I`m trying to export a report to a PDF file without beeing prompted at all...
but I get this error when Rep.Export is FALSE
but works perfectly when it`s at TRUE ( when beeing prompted )
error
-----------
Crystal Reports ActiveX Designer: Missing or out-of-date export dll.
-----------
I...
I'm trying to export a crystal report to a pdf file in lotus notes with the crpe but the only formats that I found ( in global32.lss ) are :
Const PE_FT_RECORD = 0
Const PE_FT_TABSEPARATED = 1
Const PE_FT_TEXT = 2
Const PE_FT_DIF = 3
Const PE_FT_CSV = 4
Const PE_FT_CHARSEPARATED = 5
Const...
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.