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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by daveinuk

  1. daveinuk

    Lotus Script Problem - Queryopen event

    Hi all, in my memo form in the queryopen event i already have the following script: Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As Variant, Continue As Variant) Set cMemoObject = New UIMemoDocument Call cMemoObject.Init(Source,Isnewdoc) End Sub However I...
  2. daveinuk

    Meridian phone 3820 - FCC codes

    sorry, its FFC codes, Flexible feature codes!
  3. daveinuk

    Meridian phone 3820 - FCC codes

    Hi All, im not a meridian admin nor can I access my meridian switch, however I have a meridian 3820 phone on my desk and I want to be able to use the lock, so that I can lock my phone out from being used by other people while i am not at my desk, however nobody around my place seems to know the...
  4. daveinuk

    tables in web pages

    Hi All. im trying to create a web page where only the middle changes but the outside bits dont. I have started work on it and you can see it at http://davidison.co.uk/bluefishnew/index.htm I have been told that the best way to do this would be to create a table, like i have done, but how do i...
  5. daveinuk

    Batch File Hell!

    Hi. On the program release notes it says the following: 'if you schedule visual cut to run on a pc when no one is logged iny ou may experience difficulties (the scheduled task may 'hang'). Since there is no desktop in such a case, it creates a problem for visual cut windows.' The program has a...
  6. daveinuk

    Batch File Hell!

    Hi All, can you help me. I am a normal user on W2000 server and I run a scheduled task under my normal account which triggers a batch file. The program within the batch file however does not like it if it can not open the windows of the program. I had been advised to buy autotask 2000 and then...
  7. daveinuk

    click to activate

    Hi All, For some reason my IE browser has started to ask me on just about everything if I want to 'click to activate this control' on web pages. Have microsoft done something or have I inadvently changed a setting? Thanks. David im using IE6.9.0.2900 on windows XP SP2
  8. daveinuk

    is crystal clever enough for weekends?

    Hi All. Im using CR8.5 Is crystal clever enough to work out weekends? I have a report that if i run today i get a list of all the faults from yesterday. However on a monday I want to get a list of all the faults from Friday. Do I need to write 2 reports or is there a last weekday command of...
  9. daveinuk

    Batch File Help

    the batch file runs a crystal report using a program called visual cut. this program creates an export of my data and then emails it to reciepents. When it has done it closes the program, and then the program re opens to do any other reports in the batch file. when it gets to the end the program...
  10. daveinuk

    Batch File Help

    Hi All, not sure if this is the right place for this question but here goes... Im have a scheduled tasks that triggers a batch file, then the contents of the batch file run, but when the batch file has finished it is not telling the scheduler that it has finished, so the only way the scheduler...
  11. daveinuk

    problem adding script to queryopen event

    hi, thanks for the info, however its still not working. I have some issues with the a byval on the first line any ideas? (im not up with my coding on LN and am having trouble importing the issues as they are not copyable)
  12. daveinuk

    problem adding script to queryopen event

    Hi All. In my query open event I have the following Loutsscript: Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As Variant, Continue As Variant) Set cMemoObject = New UIMemoDocument Call cMemoObject.Init(Source,Isnewdoc) End Sub To stop people getting read...
  13. daveinuk

    random function

    Hi All. Is there a function in crystal 8.5 which generates a random record? We have lots of records, and we want to check 10% of all the records at random for accuracy so we want a formula that will pick 10% of all records that meet the record selection. Any ideas? thanks. David.
  14. daveinuk

    display windows account full name on my webpage

    Hi All, Im using XP and FP2003. Is there any way of me displaying the windows logon name on my webpage? I cant seem to find an option to call it.. Thanks. David.
  15. daveinuk

    how to centre things?!

    Hi All, this is probably the easiest question in the world. I have drawn a circle and want to centre everything to the middle of that circle. is there an easy way to 1) find the exact middle of the circle and 2) set up a tab or marker that will snap things onto it Thanks in advance David.

Part and Inventory Search

Back
Top