[BR_forum] CAPTION=

General development discussion.

Moderators: Susan Smith, admin, Gabriel

Post Reply
Stephen Koger

[BR_forum] CAPTION=

Post by Stephen Koger »

In the below image you can see where I have set a caption of ‘MAPP2 – Main Menu – ver 2.0.090505’

I am setting this in the OPEN #0. For some reason I thought I recalled another way to change that without having to do an OPEN #0. We are seeing performance issues over remote connection, one of them being complete screen redraws when there is an OPEN #0, I want to retain the functionality of describing what menu they are on in the APP in the CAPTION, but I want to eliminate the re-draw. Anybody find a function that lets you change that CAPTION without doing an OPEN #0?
Attachments
image001.jpg
image001.jpg (20.51 KiB) Viewed 6419 times
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

[BR_forum] CAPTION=

Post by John »

Print border: “Caption”

a.k.a.

pr b ‘caption’

-john

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:55 AM
To: 'Business Rules Forum'
Subject: [BR_forum] CAPTION=



In the below image you can see where I have set a caption of ‘MAPP2 – Main Menu – ver 2.0.090505’

I am setting this in the OPEN #0. For some reason I thought I recalled another way to change that without having to do an OPEN #0. We are seeing performance issues over remote connection, one of them being complete screen redraws when there is an OPEN #0, I want to retain the functionality of describing what menu they are on in the APP in the CAPTION, but I want to eliminate the re-draw. Anybody find a function that lets you change that CAPTION without doing an OPEN #0?
Attachments
image001.jpg
image001.jpg (20.51 KiB) Viewed 6419 times
John Bowman
Stephen Koger

[BR_forum] CAPTION=

Post by Stephen Koger »

Thanks John… Got some working example usage code.. as the book or wiki have none that I can find.


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of John Bowman
Sent: Friday, May 08, 2009 8:58 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Print border: “Caption”

a.k.a.

pr b ‘caption’

-john

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:55 AM
To: 'Business Rules Forum'
Subject: [BR_forum] CAPTION=



In the below image you can see where I have set a caption of ‘MAPP2 – Main Menu – ver 2.0.090505’

I am setting this in the OPEN #0. For some reason I thought I recalled another way to change that without having to do an OPEN #0. We are seeing performance issues over remote connection, one of them being complete screen redraws when there is an OPEN #0, I want to retain the functionality of describing what menu they are on in the APP in the CAPTION, but I want to eliminate the re-draw. Anybody find a function that lets you change that CAPTION without doing an OPEN #0?
Attachments
image001.jpg
image001.jpg (20.51 KiB) Viewed 6419 times
Stephen Koger

[BR_forum] CAPTION=

Post by Stephen Koger »

Never Mind this worked…

10 PRINT #0, BORDER: “MAPP2 – TEST”


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:13 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Thanks John… Got some working example usage code.. as the book or wiki have none that I can find.


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of John Bowman
Sent: Friday, May 08, 2009 8:58 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Print border: “Caption”

a.k.a.

pr b ‘caption’

-john

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:55 AM
To: 'Business Rules Forum'
Subject: [BR_forum] CAPTION=



In the below image you can see where I have set a caption of ‘MAPP2 – Main Menu – ver 2.0.090505’

I am setting this in the OPEN #0. For some reason I thought I recalled another way to change that without having to do an OPEN #0. We are seeing performance issues over remote connection, one of them being complete screen redraws when there is an OPEN #0, I want to retain the functionality of describing what menu they are on in the APP in the CAPTION, but I want to eliminate the re-draw. Anybody find a function that lets you change that CAPTION without doing an OPEN #0?
Attachments
image001.jpg
image001.jpg (20.51 KiB) Viewed 6419 times
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

[BR_forum] CAPTION=

Post by John »

The two examples I gave should have worked. The #0 should be optional. I use the command often.

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 10:23 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=



Never Mind this worked…

10 PRINT #0, BORDER: “MAPP2 – TEST”


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:13 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Thanks John… Got some working example usage code.. as the book or wiki have none that I can find.


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of John Bowman
Sent: Friday, May 08, 2009 8:58 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Print border: “Caption”

a.k.a.

pr b ‘caption’

-john

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:55 AM
To: 'Business Rules Forum'
Subject: [BR_forum] CAPTION=



In the below image you can see where I have set a caption of ‘MAPP2 – Main Menu – ver 2.0.090505’

I am setting this in the OPEN #0. For some reason I thought I recalled another way to change that without having to do an OPEN #0. We are seeing performance issues over remote connection, one of them being complete screen redraws when there is an OPEN #0, I want to retain the functionality of describing what menu they are on in the APP in the CAPTION, but I want to eliminate the re-draw. Anybody find a function that lets you change that CAPTION without doing an OPEN #0?
Attachments
image001.jpg
image001.jpg (20.51 KiB) Viewed 6419 times
John Bowman
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

[BR_forum] CAPTION=

Post by John »

Only if you know what you are looking for, than you can find:

http://brwiki.ads.net/index.php?title=Window_File_Processing_Statements

it seems print borders (yes even the S is allowed) page isn’t made yet, but we’ll get there eventually.

-john

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 10:23 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=



Never Mind this worked…

10 PRINT #0, BORDER: “MAPP2 – TEST”


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:13 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Thanks John… Got some working example usage code.. as the book or wiki have none that I can find.


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of John Bowman
Sent: Friday, May 08, 2009 8:58 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Print border: “Caption”

a.k.a.

pr b ‘caption’

-john

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:55 AM
To: 'Business Rules Forum'
Subject: [BR_forum] CAPTION=



In the below image you can see where I have set a caption of ‘MAPP2 – Main Menu – ver 2.0.090505’

I am setting this in the OPEN #0. For some reason I thought I recalled another way to change that without having to do an OPEN #0. We are seeing performance issues over remote connection, one of them being complete screen redraws when there is an OPEN #0, I want to retain the functionality of describing what menu they are on in the APP in the CAPTION, but I want to eliminate the re-draw. Anybody find a function that lets you change that CAPTION without doing an OPEN #0?
Attachments
image001.jpg
image001.jpg (20.51 KiB) Viewed 6419 times
John Bowman
Stephen Koger

[BR_forum] CAPTION=

Post by Stephen Koger »

Yeah I had a syntax error on another part of the line that I was trying to implement it with… when I sent that reply. A little of my frustration with ADS having statements in their manual.. with no W!O!R!K!I!N!G! example… I don’t know how many times I have looked at a new feature in the RELEASE NOTES and spent days just trying to make it work for the first time… because there was no complete WORKING example included. Okay off my soapbox..


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of John Bowman
Sent: Friday, May 08, 2009 9:30 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


The two examples I gave should have worked. The #0 should be optional. I use the command often.

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 10:23 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=



Never Mind this worked…

10 PRINT #0, BORDER: “MAPP2 – TEST”


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:13 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Thanks John… Got some working example usage code.. as the book or wiki have none that I can find.


From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of John Bowman
Sent: Friday, May 08, 2009 8:58 AM
To: 'Business Rules Forum'
Subject: Re: [BR_forum] CAPTION=


Print border: “Caption”

a.k.a.

pr b ‘caption’

-john

From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Stephen Koger
Sent: Friday, May 08, 2009 9:55 AM
To: 'Business Rules Forum'
Subject: [BR_forum] CAPTION=



In the below image you can see where I have set a caption of ‘MAPP2 – Main Menu – ver 2.0.090505’

I am setting this in the OPEN #0. For some reason I thought I recalled another way to change that without having to do an OPEN #0. We are seeing performance issues over remote connection, one of them being complete screen redraws when there is an OPEN #0, I want to retain the functionality of describing what menu they are on in the APP in the CAPTION, but I want to eliminate the re-draw. Anybody find a function that lets you change that CAPTION without doing an OPEN #0?
Attachments
image001.jpg
image001.jpg (20.51 KiB) Viewed 6419 times
Post Reply