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 SkipVought 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: *

  1. jurzyguy

    Select documents by criteria

    How can I make an agent or action that selects documents (marks them as selected)? Is there an @Command that can do this?
  2. jurzyguy

    Change field with Button

    The code which I produced from what you said is: @Command([EditDocument]); FIELD ShowAsAltered := "No"; @Command([FileSave]); This does not work though, when the button is clicked the broswer says the page cannot be displayed. If I remove the final line it works, but the document...
  3. jurzyguy

    Change field with Button

    How can I permanently change a field in a document by clicking a button on the action bar. This has to be done on the web side, so only a formula or javascript will work. The formula FIELD firstName := "me" changes the field but does not make it permanent.
  4. jurzyguy

    Highlighting links to documents

    How can I make the links to documents in views become highlighted after a user has visited them? I also need to be able to make the links become un-highlighted after the document has changed again. The purpose is to show that a document has been altered and read or unread.
  5. jurzyguy

    Javascript to change field values?

    How can I use Javascript in an action button to permanently change the value of a field in a document? I don't know how to address the document directly using Javascript.
  6. jurzyguy

    Instant refresh on web possible?

    I hide certain fields on a web form that only appear when other fields are selected. When these other fields are selected, the page refreshes and takes up to 10 seconds. The user may not be aware of this and might continue filling in entries until the page finally refreshes. Refresh in Notes...
  7. jurzyguy

    Lotus Notes to MS Access with ODBC?

    You're right, I got it to import as tabular text and that will work just fine for my case. Thanks.
  8. jurzyguy

    Lotus Notes to MS Access with ODBC?

    MS-Access 97 will not open the file as tabular text, I get an error. I've only been successful exporting as a 1-2-3 spreadsheet with the file extension .wk4 to Excel. Forcing this extension gets rid of funny characters in the exported document. I suppose this is good enough for now, but I...
  9. jurzyguy

    Lotus Notes to MS Access with ODBC?

    MS-Access 97 will not open the file as tabular text, I get an error. I've only been successful exporting as a 1-2-3 spreadsheet with the file extension .wk4 to Excel. Forcing this extension gets rid of funny characters in the exported document. I suppose this is good enough for now, but I...
  10. jurzyguy

    Export a view automatically hourly

    Is there a way to export a view to a 1-2-3 spreadsheet automatically every hour or so? An agent sounds like a good idea but I don't know what code makes a file export.
  11. jurzyguy

    Lotus Notes to MS Access with ODBC?

    Could somebody post code or describe how to place info from a document, say with first name, last name, and title, into a Microsoft Access database with the same fields and data? I've looked around but the ODBC information is very confusing.

Part and Inventory Search

Back
Top