Browse Isn't Viewable on Handheld Scanner ...

Hauschild

New Member
Created a few browse widgets inside a character application to display data for viewing/selection. The browse will appear where it was defined to display if I am running the application via a telnet emulator, but is not "viewable" when the same application is run via a Motorola WT4070/90 Wearable Terminal (8 rows by 20 cols) - the screen appears blank with a flashing cursor at the bottom. However, I know the browser is there somewhere because it sends data back when the return key is pressed. Here is the def:

define browse po_browse
query q_po
display
b_po.order-#
column-label "PO#"
format "X(12)"
with
title w-title
no-underline
size 20 by 7
.


define frame po_frame
po_browse
at row 1 col 1
with
1 down
no-hide
no-labels
no-box
at col 1 row 1
overlay
.

Any info would help - tks.
 
Top