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 wOOdy-Soft 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: fishkake
  • Content: Threads
  • Order by date
  1. fishkake

    "Forging" mail addresses

    Hello, this is not a suspect post as you ay think! Here's the deal - we just downloaded a trial of iSheriff, a spam engine which gets rid of nasty emails and viruses etc. and we're trying to test it. Currently I'm testing it using the live, corporate mail server to send mail through iSheriff to...
  2. fishkake

    Credit where credit is due - Pascal!

    Hello again Pascal, hope you had a nice trip! Your friend lespaul obvoiusly noticed my dependence on you, and informed me you were going away for a week! I've had very little sleep this past week, but today I finally handed in my project report. Next Friday I have to demonstrate the product...
  3. fishkake

    I must be a complete idiot... What am I doing wrong?

    I have a view with this selection formula. SELECT (Form="frmQuote") This view is empty, despite the fact that I have lots of documents which I created with this form. What in the hell is happening?! I've tried checking the form name, using a different for name, using the "Simple Search"...
  4. fishkake

    Execution priveleges

    How can I change the execution priveleges on a server? I've never come across this problem before, but I set up my first Domino server recently, and now when I (as Notes Admin account) build a scheduled agent in one of my own databases, I get told: You do not have execution access priveleges...
  5. fishkake

    Database signing

    I created a database from a template that I made (in order to switch from one server to another) and now I keep getting told that the database hasn't been signed etc. How do I sign it?!
  6. fishkake

    @GetProfileField in Dialog List

    Does this work? I've never managed to get this function to work in dialog list choices formulas. Here's what Notes Help says: This function does not work in column, hide-when, section editor, or view selection formulas. It doesn't say anything about dialog list choices!
  7. fishkake

    Yet another one!! Domain appended to name...

    I used @Name(ABBREVIATE) to abbreviate a list of names, and it shows up as Name/Organisation@DOMAIN How can I get rid of the @Domain?
  8. fishkake

    Expanding groups into names

    Hello again... I'm starting to hate this project with a passion now, I'm on here every day! I have a Names field in my profile document, which stores groups. I want users to be able to access a list of individuals, from a Dialog List field in another form, but using the standard formulas just...
  9. fishkake

    Data cut off in view

    Hello again... I assume Pascal is reading this, and he already knows what I'm talking about, but for anybody else: One of my entities (forms) in a database is "Region" which consists of a region name (eg. Western Europe) and a list of countries (selected from a master list in the profile...
  10. fishkake

    Page / Outline problems

    What on earth is going on? I have a Page in a database, which contains an Outline of all the views. This page is displayed in a frame, on the left hand side in a pretty standard sort of way. When I change the page contents with text, pictures, anything, the changes don't apply! In Designer...
  11. fishkake

    Technical information about Domino/Notes

    Hey people, Does anybody know where I can find some decent technical information about how Domino works? How the database structure works, how and why its different to regular relational databases, that sort of thing? I'm doing a final year project at university in Notes, and I need some...
  12. fishkake

    Profile Document access

    Hello again! Its me, the man with a never ending supply of Lotus Notes problems... Trying to use a profile document, but it won't work! Its simple stuff, done it loads of times before, cam eon here for inspiration as to my mistake. There's only one profile, no username stuff, and its accessed...
  13. fishkake

    Names field not working...

    I have a names field. Absolutely standard, nothing special about it at all. But it won't let me choose a name! Has anybody got any idea why this could be? Irritating as hell...
  14. fishkake

    Indenting responses

    Simple situation in a view: CompanyName Icon1 Icon2 Summary1 Summary2 Summary3 Icon1 and Icon2 are displayed as icons, both work fine. Summary1 is response documents only, Summary2 and Summary3 are used for the main documents. It all works, but the indents are awful. I have...
  15. fishkake

    Photo upload

    I can't believe I never found this forum. I've been posting in the IBM/Lotus: Notes forum, and other than Pascal I rarely get responses! Just a quickie, I'm in a hurry with this project now, and its not an essential part, but is there a simple way to allow the users of a form to upload a photo...
  16. fishkake

    Access to LS Function()

    have written this function: Function getRegionDocumentID(rname As String)As String Dim s As New NotesSession Dim thisdb As NotesDatabase Dim Internaldb As NotesDatabase Dim ndc As NotesDocumentCollection Set thisdb = s.CurrentDatabase Set Internaldb = s.GetDatabase(thisdb.Server...
  17. fishkake

    LotusScript Type Mismatch

    Why doesn't this work?!! dim ndc as NotesDocumentCollection searchFormula$ = {Form = "Region"} Set ndc = db.search(searchFormula$, 0) db.search should return a notesdocumentcolletion, and ndc is a notesdocumentcollection - I practically copied this out of the example in the help file, so why...
  18. fishkake

    VNC access through internet from behind firewall

    Hello people, I'm in way over my head here... What I have is a PC at home (homepc), constantly online and assigned a hostname with a dynamic update client (no-ip.com). There is no firewall running on this machine, and as far as I know it should be as open to the world as any basic XP SP2...
  19. fishkake

    Infuriating! @DBColumn and list subtraction

    Pascal, or anybody else who's listening...! This is really irritating me. What I have is a list of countries in a profile document, and I want users to be able to create regions made up of countries. But I want this list to only include entries which are not yet in a region. My methodology, so...
  20. fishkake

    Accessing the currently selected document in a view

    How do I do this? I want to be able to press a button on a view which takes certain actions on the currently selected document. How do I do this? Surely this is something simple, but the only thing I can find that says anything about it is the NotesUiWorkspace.CurrentDocument command, which...

Part and Inventory Search

Back
Top