cancel
Showing results for 
Search instead for 
Did you mean: 

Call Query/Transaction from handheld device

Former Member
0 Kudos

Hi all,

I am working on Motorola 9090g handheld device. It is using windows CE 5.0 as OS.

The ie version is 4.0.1. it does not support ajax, and iframe.

I am using servlets to display the page.

Is there any other way to call Query/Transaction on user event other then Servlet.

i dont want to use servlets on each user event because it loads the whole page again.

My MII version is 12.1.

Thanks

Anshul

Accepted Solutions (0)

Answers (2)

Answers (2)

jcgood25
Active Contributor
0 Kudos

For handhelds that don't support iFrames for the target of your servlet or URL post, I have found that most of them support the old school approach of using framesets. If you have a frameset with two portions, the top main body and a small lower section, you can easily target the bottom from your form submit, href target, or URL request. This way only the response comes back into the bottom frame and the main screen can be available for subsequent steps, or perhaps data correction if the response indicated an error.

Former Member
0 Kudos

Hi,

You can do indirect calling transaction in an irpt page.

You must use xacute query and igrid/ibrowse.. display template for an applet.

Xacute query has a transaction behind it.

Your hand held device must have jre 1.6.xx to execute applet.

I do not know if ie version (4.0.1) is enought for .irpt page.

But i recommend you to install newer version of ie.

Regards