PDA

View Full Version : Strange Grid Behavior



Mark D Eppley
19-Feb-2007, 09:05 PM
I am testing a small application with a grid. With the debugger running the
lines save as expected. If the debugger is not running then the lines save
without any information from the forms saved to the database.

There is a blank record saved to the database.

If you enter information into the forms of the blank record then all the
forms save correctly.

Any help would be appreciated

Thanks in advance
Mark

Frank Vandervelpen
20-Feb-2007, 06:27 AM
Mark,

I have exactly the same behaviour.

Regards,

Frank
"Mark D Eppley" <mark@horizon-is.com> schreef in bericht
news:%23UXUmOJVHHA.776@dacmail.dataaccess.com...
>I am testing a small application with a grid. With the debugger running
>the lines save as expected. If the debugger is not running then the lines
>save without any information from the forms saved to the database.
>
> There is a blank record saved to the database.
>
> If you enter information into the forms of the blank record then all the
> forms save correctly.
>
> Any help would be appreciated
>
> Thanks in advance
> Mark
>

Frank Vandervelpen
26-Feb-2007, 08:19 AM
Mark,

Dived back into this problem and it seems that you need the 'process
pooling' to be enabled to get rid of the problem.
Note. Not fully tested, but when I changed that option, it seems that it
works as expected.

Regards,

Frank

"Frank Vandervelpen" <[my_first_name]@vandervelpen.com> schreef in bericht
news:ByKtdIOVHHA.776@dacmail.dataaccess.com...
> Mark,
>
> I have exactly the same behaviour.
>
> Regards,
>
> Frank
> "Mark D Eppley" <mark@horizon-is.com> schreef in bericht
> news:%23UXUmOJVHHA.776@dacmail.dataaccess.com...
>>I am testing a small application with a grid. With the debugger running
>>the lines save as expected. If the debugger is not running then the lines
>>save without any information from the forms saved to the database.
>>
>> There is a blank record saved to the database.
>>
>> If you enter information into the forms of the blank record then all the
>> forms save correctly.
>>
>> Any help would be appreciated
>>
>> Thanks in advance
>> Mark
>>
>
>

Harm Wibier
27-Feb-2007, 06:21 PM
Hello Frank, Mark,

We have also found the problem and fixed it for the next release. The
problem indeed only occured when the save request was the first request
handled by the webapp process which usually isn't the case when debugging or
process pooling is turned on. The problem is fixed by adding an extra clear.

Regards,


--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl

"Frank Vandervelpen" <[my_first_name]@vandervelpen.com> wrote in message
news:DXzA9iaWHHA.776@dacmail.dataaccess.com...
> Mark,
>
> Dived back into this problem and it seems that you need the 'process
> pooling' to be enabled to get rid of the problem.
> Note. Not fully tested, but when I changed that option, it seems that it
> works as expected.
>
> Regards,
>
> Frank
>
> "Frank Vandervelpen" <[my_first_name]@vandervelpen.com> schreef in bericht
> news:ByKtdIOVHHA.776@dacmail.dataaccess.com...
>> Mark,
>>
>> I have exactly the same behaviour.
>>
>> Regards,
>>
>> Frank
>> "Mark D Eppley" <mark@horizon-is.com> schreef in bericht
>> news:%23UXUmOJVHHA.776@dacmail.dataaccess.com...
>>>I am testing a small application with a grid. With the debugger running
>>>the lines save as expected. If the debugger is not running then the
>>>lines save without any information from the forms saved to the database.
>>>
>>> There is a blank record saved to the database.
>>>
>>> If you enter information into the forms of the blank record then all the
>>> forms save correctly.
>>>
>>> Any help would be appreciated
>>>
>>> Thanks in advance
>>> Mark
>>>
>>
>>
>
>

Mark D Eppley
27-Feb-2007, 07:11 PM
Thanks for the responses
I will give that a try

Mark

"Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
news:k7TmCYsWHHA.1220@dacmail.dataaccess.com...
> Hello Frank, Mark,
>
> We have also found the problem and fixed it for the next release. The
> problem indeed only occured when the save request was the first request
> handled by the webapp process which usually isn't the case when debugging
> or process pooling is turned on. The problem is fixed by adding an extra
> clear.
>
> Regards,
>
>
> --
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl
>
> "Frank Vandervelpen" <[my_first_name]@vandervelpen.com> wrote in message
> news:DXzA9iaWHHA.776@dacmail.dataaccess.com...
>> Mark,
>>
>> Dived back into this problem and it seems that you need the 'process
>> pooling' to be enabled to get rid of the problem.
>> Note. Not fully tested, but when I changed that option, it seems that it
>> works as expected.
>>
>> Regards,
>>
>> Frank
>>
>> "Frank Vandervelpen" <[my_first_name]@vandervelpen.com> schreef in
>> bericht news:ByKtdIOVHHA.776@dacmail.dataaccess.com...
>>> Mark,
>>>
>>> I have exactly the same behaviour.
>>>
>>> Regards,
>>>
>>> Frank
>>> "Mark D Eppley" <mark@horizon-is.com> schreef in bericht
>>> news:%23UXUmOJVHHA.776@dacmail.dataaccess.com...
>>>>I am testing a small application with a grid. With the debugger running
>>>>the lines save as expected. If the debugger is not running then the
>>>>lines save without any information from the forms saved to the database.
>>>>
>>>> There is a blank record saved to the database.
>>>>
>>>> If you enter information into the forms of the blank record then all
>>>> the forms save correctly.
>>>>
>>>> Any help would be appreciated
>>>>
>>>> Thanks in advance
>>>> Mark
>>>>
>>>
>>>
>>
>>
>
>