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 IamaSherpa 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: sgdev
  • Order by date
  1. sgdev

    Changing the System Directory path in a program

    Many Thanks chiph and strongm for your replys I've tried to access notes with the notes.ini file in the c:\notes directory and again with the notes.ini file in the c:\winnt\system32 directory both came up with the error that the administration program could not be run when I tried to run notes...
  2. sgdev

    Changing the System Directory path in a program

    Sorry typing error in my previous response stongm I open notes using a shortcut on the windows toolbar which has the following Target c:\notes\notes.exe Start in x:\notes Thanks for your response Jas
  3. sgdev

    Changing the System Directory path in a program

    stongm I open notes using a shortcut on the windows toolbar which has the following Target c:\notes\notes.exe Start in h:\notes Thanks for your response Jas
  4. sgdev

    Changing the System Directory path in a program

    Hi Craig Thanks for your reply. I've added the variable on the environment tab, but I am not sure how I would access this in the code. Jas
  5. sgdev

    Changing the System Directory path in a program

    Hi Craig I've tried the code you gave Dim Session As Object ChDrive "x" ChDir "x:\notes" MsgBox (App.Path) Set Session = CreateObject("Notes.NotesSession") and the messagebox return x:\notes but unfortunately I still get the error message...
  6. sgdev

    Changing the System Directory path in a program

    Thanks for the info. I've put this in the code but VB still look for the notes.ini file in the c:\WINNT\system32 directory When this line of code Set Session = CreateObject("Notes.NotesSession") is executed, I get the following error message The NOTES.INI file cannot be found on the...
  7. sgdev

    Changing the System Directory path in a program

    Hi, here's a sample copy of code Private Sub Command3_Click() Dim sDatabase As String Dim sServer As String Dim sWindowsPath As String sServer = "UK_RLT/AS/RTY" sDatabase = "Mail\rtl101.nsf" Dim Session As Object ChDir...
  8. sgdev

    Changing the System Directory path in a program

    Thanks for your email Craig, The commands you've posted to change the drive and directory will come in very useful. Unfortuately the vb program must be looking at the system path in the windows registry (which I cannot change), because even though I've changed the current path to x:\notes...
  9. sgdev

    Changing the System Directory path in a program

    Many Thanks for your reply. I'm trying to get VB to send a message through Lotus notes. The only problem is when I try to run it the program looks for the notes.ini in the c:\winnt\system directory and errors saying it cannot find this file as it exist on another drive x:\notes. The c:\ is read...
  10. sgdev

    Changing the System Directory path in a program

    Please could anyone let me know if it is possible to change the path of the system directory in a program which VB picks up from the registry, and what code is required Thanks
  11. sgdev

    refreshing of all subreports

    When a user previews a report with several subreports on(say 5 subreports) and views a page with data from sub report 2 if he clicks on the page and clicks refresh, it seems to only refresh the data up to sub report 2. Can you let me know if there is anyway to get the report to refresh all the...
  12. sgdev

    Refreshing All Sub Reports when previewing report.

    When I preview a report which has many subreport on it and I am previewing a page which has a sub report on. If this is the say the 3 subreport on the preview the other sub report do not seem to refresh where I try to refresh the data. Please could you tell me if there is a way I can get all...
  13. sgdev

    crystal reports

    Thank You You helped me a lot
  14. sgdev

    crystal reports

    I have 3 reports that i want to combine to 1 all 3 have the same data and 2 of them look exctly the same except 2 fields but 1 report has 2 subreports in it on the haeder. how do i combine those 3 together to be the same report only it changes with the click event

Part and Inventory Search

Back
Top