The day after my 40th birthday, I realized it had been exactly 21 years since I got my first email account. It was if I remember rightly Tylerc2@NossVM6. This was my IBM PROFS address and I was given it the day I started there.
The day after my 40th birthday, I realized it had been exactly 21 years since I got my first email account. It was if I remember rightly Tylerc2@NossVM6. This was my IBM PROFS address and I was given it the day I started there.
In my personal opinion, I think IBM should make all versions of Designer free. No extra license needed to deploy applications on any servers. Each developer will still need either an Enterprise CAL or a Domino Collaboration Express license anyway.
I hope this is a beginning of getting Domino Designer out there, and making developers aware of the tool. I can see a need for plenty of good books/wikis/reference material for new developers, though. I still believe in books. You can read them in the bathroom, in bed, on a flight (even during take-off and landing). Revisit the R6 Developer Redbook and publish a new version of it, updated for Designer 8.5.1…
A new Texas law that took effect September 1, 2009. H.B. 2003 says a person commits a third degree felony if the person posts one or more messages on a social networking site with the intent to harm, defraud, intimidate or threaten another person.
The same thing goes for instant messaging, it is now illegal to pretend to be someone else in an IM, trying to defraud or intimidate someone.
I been having a strange problem with a particular view in one of my Notes applications.
The view displays main documents andchild (response)documents.
The problem is thatthe child documents are not sorting correctly, as you can see in the following screenshot:
The first column isjust displaying the claim number (09PSITXnnnnnnn, etc). It is sorted but not categorized. It is set to show a twistie when expandable. The column is very narrow, so it will only show the custom twistie I am using.
The second column is the one I use for sorting. The column formula is as follows:
@If(Form="Coverage Verification";1; Form="QuickStrikeSheet";2; Form="Expense Sheet";3; Form="Attachments";4; Form="Time Sheet";5; Form="Legal Summary";6; Form="Diary";7; Form="Log";8; Form="Negotiation Summary";9; Form="LargeLossNoticeReport";10;@Left(Form;4)="frm_";11;@Left(Form;10)="MailMerged";12;99 );
The column is hidden and sorted ascending.
It seems like the response documents are being displayed in some other sort order. It does not seem to be consistent with the order they are created, though.
Anyone can figure this out? I am using Domino Designer 7.0.2.
Please mail me at khm@deep-south.com if you can’t comment here.
I would have asked the question on twitter or used SameTime and the BleedYellow community server, but my network admin is blocking pretty much everything. Especially twitter, as he think the only use for twitter is to see what Ashton Kutcher is doing…
Update: If I move the hidden sortedcolumn to the left, before the categorized column, the sorting is correct but then the users can’t jump quickly to a particular claim number by doing a view search (just start typing in a claim number).