Blogroll

Misc

Subscribe
Add to Technorati Favorites


Blogarama - The Blog Directory

Evaluate, the bridge between Lotus Script and @Formula

October 3rd, 2009 by bfebrian

In lotus notes programming, I usually use Formula for simple program and Lotus Script for more complex program. I try to avoid many lines of Formula, because it difficult to read and not structured.
But, Formula have many method that Lotus Script do not have, like @Implode and @Explode. Even we can write our ownLotus Script function [...]

Save to del.icio.us | Stumble It! | Submit to Netscape | Digg This!

Related Posts:

  • How to create your first notes database
  • Let’s promote OpenNTF
  • Sample Code: Shell function
  • Goodbye Rules_du_jour, Welcome sa-update
  • Send email notification with LotusScript
  • Posted in Lotus Notes and Domino, Programming | 1 Comment »

    Send email notification with LotusScript

    September 16th, 2009 by bfebrian

    Lotus Notes and Domino is not only  about email, it’s more than that. One of it’s feature it workflow, where people can create workflow application faster an d easier than any other application out there.
    One of the important thing in workflow is email notification, to let users know that they have one job to do, [...]

    Save to del.icio.us | Stumble It! | Submit to Netscape | Digg This!

    Related Posts:

  • Sample of Email Policy for office use
  • Problem With Pop3 in Domino 8
  • TeamViewer, king of remote access
  • Most common Outlook Express problems
  • Annoying Email Signatures
  • Posted in Lotus Notes and Domino, Programming | 1 Comment »

    Sample Code: Shell function

    January 30th, 2007 by bfebrian

    In the forum, some one asked how he can download a file from a web server
    via lotus script. It hit me. I have exactly almost the same function, but I
    download from a ftp server instead of a web server. But, it almost the
    same.
    Actually lotus script – as far as I know – doesn’t provide function [...]

    Save to del.icio.us | Stumble It! | Submit to Netscape | Digg This!

    Related Posts:

  • Evaluate, the bridge between Lotus Script and @Formula
  • Sample Code: Import data from a text file into notes database
  • Add your own digg this! in your wordpress blog
  • How Lotus Domino 8 should handle spam, just a suggestion.
  • Problem with WordPress
  • Posted in Lotus Notes and Domino, Programming | No Comments »

    How to create your first notes database

    January 22nd, 2007 by bfebrian

    Once, I met a friend who just take a course on domino designer. After a
    small talk, he ask a question that surprised me. How to create a lotus
    notes database? I look at him, and ask didn’t he just take a course for
    that? It seem a stupid question. then he explain me that he [...]

    Save to del.icio.us | Stumble It! | Submit to Netscape | Digg This!

    Related Posts:

  • What is the biggest and the longest…
  • About Lotus Notes Database Quota
  • How to manage lotus notes mail database
  • Sample Code: Import data from a text file into notes database
  • Moving out WordPress hosting
  • Posted in Lotus Notes and Domino, Programming | 2 Comments »

    Sample Code: Import data from a text file into notes database

    January 16th, 2007 by bfebrian

    This morning, I have a question for a member of mailing list, how we can
    import data from a text file. Well I just have the code for that. Is quite
    simple on how to import the data from a text file, but what you gonna do
    with the data, is another question.
    This a cut version of my [...]

    Save to del.icio.us | Stumble It! | Submit to Netscape | Digg This!

    Related Posts:

  • What is the biggest and the longest…
  • Sample Code: Shell function
  • WordPress or Blogger?
  • How to create your first notes database
  • Add your own digg this! in your wordpress blog
  • Posted in Lotus Notes and Domino, Programming | No Comments »