Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mlalib
  • Content: Threads
  • Order by date
  1. mlalib

    restriction on group : doesn't work!

    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...
  2. mlalib

    URGENT, Create bookmarks in PDF

    Hello all, I would like to create bookmarks with the goup headers of my report when I export them to a PDF file, is that possible???? thanx martin
  3. mlalib

    OPEN PDF FILE

    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...
  4. mlalib

    Schedule agent dynamically

    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
  5. mlalib

    missing or out-of-date DLL, exporting to PDF

    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...
  6. mlalib

    lotusScript and crystal`s print engine

    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...

Part and Inventory Search

Back
Top