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

    Can I move an action from a form to a view?

    I made some changes but still no luck: Sub Click(Source As Button) Dim session As New Notessession Dim db As notesdatabase Dim coll As NotesDocumentCollection Set db = session.currentdatabase Set coll = db.unprocesseddocuments Set maildoc = session.CurrentDatabase.CreateDocument...
  2. plc001

    Can I move an action from a form to a view?

    Thank you Pascal, Let me see if I understood you correctly: 1. Put the code above in an agent to run on selected docs. 2. Create a Simple action that runs the agent created in step 1. Do I need to alter the code in the agent? The action seems to be doing nothing. All I need is a way to send...
  3. plc001

    Can I move an action from a form to a view?

    Wanted to move this action from a form to a view, but I'm getting a variable not set error? All I want to do is be able to run the action to multiple docs. Can it be done? Sub Click(Source As Button) Dim ws As New notesuiworkspace Dim session As New notessession Dim db As notesdatabase Dim...
  4. plc001

    CheckBox field in a @MailSend formula

    Found it: @Implode(roles;", ")
  5. plc001

    CheckBox field in a @MailSend formula

    Morning All, I'm trying to send an e-mail from a form and I'm inserting several fields, but my issue is that if I insert a CheckBox field and the user selects more that one value, the @MailSend formula repeats all the other fields in the e-mail. For example, in the formula below, the field...
  6. plc001

    Switiching a doc to read only?

    Thanks that worked, but can I allow a UserRoles to still edit the doc like [ADMIN]?
  7. plc001

    Switiching a doc to read only?

    I have a form that allows the users to submit a request. Once the user submits a request, I would like to change the request to be on a view only status, that way they can not change it. Is there an easy way to do this? Thanks!
  8. plc001

    Link Hotspot

    Try this: file:///\\servername\...
  9. plc001

    Exporting in TXT format is not working

    I have a report that is 552 characters long. All the fields are Courier 10, I have a extra long printer (106'' long) but it will not export to TXT any fields after the 23'' mark. If I export XLS or if I preview it works fine. Any ideas? Thanks!!!!
  10. plc001

    Error Exporting data

    Well I was hopping it was a file from Crystal, so I download the latest monthly patches but still did not work. Then I started thinking of what patch I put when and got lost so decided to start from nothing. Uninstalled Crystal and guess what it now works!!!! Do not know why? But now I do not...
  11. plc001

    Error Exporting data

    Thanks, but I tried that with same results. Any other ideas? pc
  12. plc001

    Error Exporting data

    Morning Everyone, New year, new problem! I have report that I can preview with no problems, I can even export as an CHR file but due to the groups that I have I need to export as a TXT file. The report is nothing fancy and I could not find a solution at Crystal site, can you help? Error...
  13. plc001

    Space in position 1.

    Thanks that worked!!!
  14. plc001

    Space in position 1.

    Thanks John, But If I do that then I get the header and the detail in the same line and no spaces. Like this: H01/15/1999P277-55-4199JOHNSMITH
  15. plc001

    Space in position 1.

    Trying to export a flat file (TXT) but keep getting a space at position 1. Tried everything, but no luck. Any ideas? Thanks!!! Sample: H01/15/1999 P277-55-4199JOHN SMITH

Part and Inventory Search

Back
Top