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 TouchToneTommy 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: gem28
  • Order by date
  1. gem28

    Composing a document from an email link

    Hi! Using lotusscript, is it possible to send an email with a link (text or icon), such that when the user clicks on the link, it will launch the form in composition mode (as if clicking an action button with function using @command([Compose]). Please help and thank you so much in advance!
  2. gem28

    Calculating for no. of days to wait (like project scheduler)

    Hi! I have a view categorized by room number. The first user to reserve a room becomes first in the list and it stays there for 7 days (until due date) or until the user has confirmed the room reservation. Those who reserve the same room after him becomes part of the wait list. I need to get...
  3. gem28

    Adjust date to 7-day calendar week

    Hi! I've been trying to get the due date of the document base on the field CreateDate which, by default, has "Today" value. With lotusscript, i used the AdjustDay function. It was working fine until I place the value in the field. I got an error "Type Mismatch" plus, it does not display the...
  4. gem28

    Help!! Saving a dialog box as a new document

    The dialog box is used to notify the current user of his rank no for an item that he's trying to reserve. I also need to save this document dialog box to keep track of how many users have reserved and the properties they reserved. Fortunately, I was able to figure out to resolve this. Please...
  5. gem28

    Help!! Saving a dialog box as a new document

    Hi! Please help, I've really stomped on this one. :( I have 2 forms, the main form and a dialogbox-acting form. The dialog box inherits the values from the main document. It is then saved, supposedly, as a separate document. However, what happens is that it only replaces the document earlier...
  6. gem28

    lookup in lotusscript

    Hi! I have a form which I use as a dialog box. In it contains the following fields: 1. item no - displays value from a field in another doc 2. user name 3. count - document number of the form It also has a submit button. Could anyone help me please, construct a lookup using lotusscript such...
  7. gem28

    Disabling edit mode based on field value and user role

    Hi! I have a form that is accessible by different group which are assigned to different roles. On querymodechange, I would like to disable edit to the document if that status' field value is changed and of a particular role. For example, edit IS possible if the value of Status field is "yes"...
  8. gem28

    Error Message:Function requires a valid ADT Argument

    Hi! I'm trying to copy all the items in a document as I click the edit button. My fields are a combination of text and richtext fields. When I run this, I get an error message: "Function requires a valid ADT Argument". I'm not sure what it means and I'm not sure if I can use "CopyAllItem"...
  9. gem28

    Using checkbox to hide/show values

    Thanks Pascal! The program is working now. I was able to get an idea from the formula you suggested but I twicked it a little more. It was not working while pointing at the checkbox itself so I created a computed text field with multiple values property. This field points at the checkbox field...
  10. gem28

    Using checkbox to hide/show values

    Hi! I've been trying to create a formula that will hide text fields when values in a checkbox is selected. The checkbox field contains 4 items. Each item corresponds to a text field. When items in the checkbox are selected, the corresponding text fields should display otherwise it should be...
  11. gem28

    Blocking Sametime user

    Hi! I'm a new user of Lotus sametime. Is there a way to block a sametime user from sending you messages through the network? thanks! tin
  12. gem28

    Mimicking Track Changes in field values

    I understand. We found another way of addressing the client's need. I'll just create a script that will copy the contents of the document (on edit) and put it in a new container with version numbers. This way, the client will still be able to keep track of the changes applied to the document. I...
  13. gem28

    Mimicking Track Changes in field values

    Hi! I hope its possible to do this in domino 6.5. Our client wants the document entries (text), upon editing to change color to keep track of what has been entered earlier. Just like the track changes tool in MS Word, the behavior should be, that for every new entry in the field (on edit), the...
  14. gem28

    Creating client and web-based forms in domino

    thanks Pascal! I will explore further on this. God bless! tin
  15. gem28

    Creating client and web-based forms in domino

    Hi! I am about to create a database that is web and client based. So, I should create a form that can be opened in the web and the notes client at the same time. My idea is to create 2 separate forms with the same aliases but I am not so clear on how to implement this. Please help. Thanks so...
  16. gem28

    Creating a printable version of a page

    Hi! I have a page created in Domino. I wanted to create a printable view for my forms and views. I created a ViewTemplateDefault so I can render a specific designs to my views. I was able to make a printable version for the main page (it's only a form) but I got stucked with creating a...
  17. gem28

    new document sending problem (using document class - send method)

    Hi everyone! I have this form that I want to send to people in my "SendTo" field by clicking an action button. In the email to be sent, I would like everything that's inside my form to be found in the body of the email message. I have this code (I got this from the help file): Sub...
  18. gem28

    Importing Excel file with hyperlinks

    Hi! I have been importing an MS Excel file to Access. One of the columns in the Excel file has hyperlinks but whenever I import the file to Access, the hyperlinks gets removed even if I format the textbox in the form with "enabled" hypelink. Is it possible for me to retain the hyperlinks...

Part and Inventory Search

Back
Top