Hello All,
I want to send the XML request through HTTPPost Request having data size more than TBuf<1000>.
When data size less than TBuf<900> its working fine on device (Nokia E50) and emulator.
But when I try to send data having more than TBuf<1000> its gives error Panic User 42 on device (Nokia E50) but its working on emulator.
How can I increase the TBuf <---> size? I try to increase it directly (i.e. TBuf<1500>) but it gives Panic User 42.
Amit

Reply With Quote


