CREATE CURSOR tt (f1 I)
INSERT INTO tt VALUES (1)
INSERT INTO tt VALUES (0)
INSERT INTO tt VALUES (2)
INSERT INTO tt VALUES (0)
INSERT INTO tt VALUES (3)
GO TOP
BROWSE NAME ob NOWAIT
ob.Column1.Format = "Z"
RETURN
CREATE CURSOR tt (f1 I)
INSERT INTO tt VALUES (1)
INSERT INTO tt VALUES (0)
INSERT INTO tt VALUES (2)
INSERT INTO tt VALUES (0)
INSERT INTO tt VALUES (3)
GO TOP
BROWSE NAME ob NOWAIT
ob.Column1.Format = "Z"
RETURN
CREATE CURSOR tt (f1 I)
INSERT INTO tt VALUES (1)
INSERT INTO tt VALUES (0)
INSERT INTO tt VALUES (2)
INSERT INTO tt VALUES (0)
INSERT INTO tt VALUES (3)
GO TOP
BROWSE NAME ob NOWAIT
ob.Column1.Format = "Z"
RETURN