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 Chriss Miller 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. pechettysuguna

    How to make Response-to-response as response to Main Document ?

    Hi, I have some response-to-response document which i want to convert as a response to main form. How to do ? Thanks, Suguna
  2. pechettysuguna

    Change the $ref value of the response document

    Hi, How to change the $ref value of the response document ? Reference: -As per thread245-676188. thanks, suguna
  3. pechettysuguna

    Update some values of Document on click of button

    Hi, Wanted to update some document, but not able to set the value to the textfield. Request help me to add the statement in below code at '***Statement to update the values in the document" '------------------------ Dim Session As New NotesSession Dim db As NotesDatabase Dim Doc As...
  4. pechettysuguna

    Create Pivot table in excel thro' R5

    Hi, How to create a Pivot table of the data which is in excel file thro' Lotus notes designer R5? Firstly, on click of a button -> creates a excel file with the required date. Now, after the data is exported, how to create a pivot table of that data. thanks. Suguna
  5. pechettysuguna

    Open a view thro' Lotus script from Navigator

    Hi, I am using Simple Action to open a view in the rightside frame using NAvigator. How to write the script to open the view on click of an object from the Navigator ? thanks, suguna
  6. pechettysuguna

    highlighting documents in a view with colour depending on value

    Hi, I have a view, which has a column of training date for an employee. Want to highlight that column with a different colour. Is it possible. how ? I have used icons to display the overdue status. But, user wants that row with some different colour. thanks suguna
  7. pechettysuguna

    Delete response document on delete of main document

    hi, How to delete the response document when we delete one of the document from of main Form document. Eg. Form 1- employee (document type) Form 2 - Training(response type) deleting one of the document in employee form should also delete all related document in Training form also. thanks. suguna
  8. pechettysuguna

    Export to Excel - selected document of view

    hi, In a view, i want to export to excel only the selected document of that view. How to find the selected document of the view ? thanks Suguna
  9. pechettysuguna

    Count od document in the View

    Hello, How to DISPLAY the count of document in the view? Default it displays when we select the document.
  10. pechettysuguna

    Display a view where the parameters comes from the form

    hi, I want to display a view where the parameters comes from the form ie.users selects the two or more criteria / conditions from a form and on submission, the view show display. 1) On click of a object(from left side frame) opening a form. Can a form open in right frame or a floating form? 2)...
  11. pechettysuguna

    Disable default double Click on form and document & save prompt

    Hi, By default : 1) when we double click a form, its become editable. 2) when we click a document in a view, its open a form 3) Closing a form without save, prompt for saving 4) Window closes, when ESC key is used. How to diable the above activity only in my application ?
  12. pechettysuguna

    Security Problem

    Hi, Form 1-> Employee (document type) Form 2-> Monitory plan of employee(response type) Form 3-> Techical CV (response type) Role 1 -> HR Role 2 -> QM Only HR Role should do add & modify Form1 and all other users should be a reader. QM role should add & modify Form 2 & Form 3. What I Tried ...
  13. pechettysuguna

    Send Auto Email to muliple users

    Hi, How to send the email to muliple users ? I tried the following code, its works for 1 users as follows. Created a string "allids" having two email IDs seperate by ",". But when i add "allids" to "sento",gives error "unable to find name in the address book". But individually its goes...
  14. pechettysuguna

    Document level Security

    Hi, Form 1 -> Employees details Form 2 ->Area offices name with HR Head How to give the security by document wise ? We have 5 branches across India. Delhi, Bangalore, Pune, Baroda, Chennai. Now Each HR head in that region should be able to edit the respective branch employee details and but...
  15. pechettysuguna

    How to call Dynamic views in Embbeded View.

    Hi, (LN version 5.05 )In a form we can't have more than one embbed view. But can we try to call on click of the button. As i tried with the if condition its works. Eg. -> a:=11; @If(a>=12.45;"be01wor";"be02mp") Can any one help me to write the procedure and which can be called on click of the...
  16. pechettysuguna

    Embbeded View - single category

    Hi, Let me brief, I have Employee form -> document type Work experience -> response type With the help of @GetDocField, both the form are linked. Now, I have embbeded a view of Working experience in the employee form. So i can see numbers of experience of a employee in the same form. But, i can...
  17. pechettysuguna

    Access File Server Folder from PC programatically.(Folder not shared)

    Hi, Pls. help urgently. I am creating a module to keep my different types of report of a contract in the systematic way in my Server fully secured. Note: 1. The folder which is in my server(Win-2k) is not shared. 2. User1: Rights to upload the file in this server and view. 3. User2: Only view...
  18. pechettysuguna

    Sending Right Fax thro VB6

    Pls. help I want to send Right Fax thro Vb6. What I should do? Thanks...
  19. pechettysuguna

    Scheduling SQL Server Service Manager

    Hi! I want to stop the service of SQL Server Service every day evening at 6:00 pm. and start the same in the morning at 8:00. How I should do this ? Thanks.
  20. pechettysuguna

    How to get a report from MS Project after scheduling ?

    I would like to know the use of MS Project ? How and Why I should Use MS Project ? What types of output or report I can get from MS Project ?

Part and Inventory Search

Back
Top