Re: Optimistic locking failure due to string trimming?

2010-06-24 Thread Paul Hoadley
On 25/06/2010, at 1:59 AM, Chuck Hill wrote: >> Is this expected? What does the 'RTRIM' in that data type mean—that is, >> _when_ is there trimming? I take it there's no trimming for an INSERT, or >> that trailing space wouldn't have made it out to the database. As a >> workaround, I was goi

Re: fetchspec problem

2010-06-24 Thread Henrique Prange
Hi Laurent, Could you provide the complete stack trace of the error? Cheers, Henrique On 24/06/2010, at 05:34, Cros Laurent wrote: > Hi guys, > > > Now my application deployed on a windows tomcat is responding wohoooh > > > But the application is unble to find a fectchspec >

Re: Optimistic locking failure due to string trimming?

2010-06-24 Thread Chuck Hill
On Jun 24, 2010, at 3:18 AM, Paul Hoadley wrote: > Hello, > > Today I ran into the following problem: > > 1. I have an entity with a 'note' attribute which uses the 'longText' > prototype from (PostgreSQL) ERPrototypes. 'longText' has external type > VARCHAR, and data type 'String (RTRIM) -

[MEET] Toronto Cocoaheads / tacow - July 6

2010-06-24 Thread Karl Moskowski
The next meeting of tacow/Toronto CocoaHeads will be held on Tuesday, July 6 at 6:30 PM. Note that the date is tentative - we're looking for a new meeting location. We'll confirm the date and location once we hear from our potential new location. Up-to-date agenda & location are available at h

OT: PHP Decryption

2010-06-24 Thread David Griffith
Hi all, I just wondered if any of you out there can, or know someone that can, decrypt some encrypted PHP code for which I don't have the encryption key. Kind regards, David. ___ Do not post admin requests to the list. They will be ignored. Webobj

Re: Login via DirectAction and the browser reload button [SOLVED]

2010-06-24 Thread Katya Yurukova
Hi Timo, Thanks for the tip, that's exactly what I needed. Cheers, Katya On Jun 24, 2010, at 2:14 PM, Timo Hoepfner wrote: You could use ERXRedirect from Wonder which can take a component instance to redirect to. Timo Am 24.06.2010 um 13:05 schrieb Katya Yurukova: Hi Johann, I've tri

Re: Login via DirectAction and the browser reload button

2010-06-24 Thread Timo Hoepfner
You could use ERXRedirect from Wonder which can take a component instance to redirect to. Timo Am 24.06.2010 um 13:05 schrieb Katya Yurukova: Hi Johann, I've tried that but I couldn't construct the result page URL and pass it to the WORedirect. That's why I've asked whether I have to d

Re: Login via DirectAction and the browser reload button

2010-06-24 Thread Katya Yurukova
Hi Johann, I've tried that but I couldn't construct the result page URL and pass it to the WORedirect. That's why I've asked whether I have to do something extra to the response page, the session or the context. Any other thoughts or suggestions? Thanks, Katya On Jun 23, 2010, at 10:32 PM

Optimistic locking failure due to string trimming?

2010-06-24 Thread Paul Hoadley
Hello, Today I ran into the following problem: 1. I have an entity with a 'note' attribute which uses the 'longText' prototype from (PostgreSQL) ERPrototypes. 'longText' has external type VARCHAR, and data type 'String (RTRIM) - String c'. 'note' is an attribute used for locking. 2. A use