Search found 290 matches

by bluesfannoz
Wed Dec 16, 2009 2:18 pm
Forum: 3rd Party Software from the BR Community
Topic: Scripting Bridge and IIS
Replies: 23
Views: 44415

Scripting Bridge and IIS

I am attempting to get the demo of the Scripting Bridge to work with IIS 7.0 using the PHP_via_FastCGI Module. It appears to execute after getting some permission issues resolved. But all I am getting returned to the Client Browser is a blank screen.

Any ideas?

Steve
by bluesfannoz
Tue Nov 24, 2009 2:09 pm
Forum: Advanced Concepts
Topic: Fileio to Context Manager Import
Replies: 3
Views: 6948

Fileio to Context Manager Import

Has somebody out there written a program to pick up FileIo layouts and
import them into the ODBC context manager?
by bluesfannoz
Tue Nov 10, 2009 4:10 pm
Forum: Advanced Concepts
Topic: ENV$("COLOR.HIGHLIGHT")
Replies: 2
Views: 5157

ENV$("COLOR.HIGHLIGHT")

ENV$("COLOR.HIGHLIGHT") is "#B5D5FF"

Ok I can see this Value

What can I do with it? Can I change it within BR?
by bluesfannoz
Sat Oct 24, 2009 8:28 pm
Forum: 3rd Party Software from the BR Community
Topic: Trying to use BR to write a web page.
Replies: 3
Views: 12909

This project which Jamie is working on should use the Scripting Bridge, not BR's 4.2 http capability. I don't want to have to write a WEBSERVER in BR, This project needs to be Hosted by both IIS or Apache.
by bluesfannoz
Fri Sep 25, 2009 9:08 am
Forum: General Development
Topic: Message on the screen while indexing
Replies: 3
Views: 5922

Wouldn't you just do a -N on the Index so you don't get any output rather than piping the output to a file?

Also with GUI ON you wouldn't ever see the message anyway. So I really am thinking printing your own filename out there to alert the users is a better option at this point anyway.

Steve
by bluesfannoz
Fri Sep 18, 2009 12:34 pm
Forum: Advanced Concepts
Topic: We have a File Browser... Why no Folder Browser?
Replies: 0
Views: 3357

We have a File Browser... Why no Folder Browser?

As of 4.18 we have the ability to use a built in File browser to pick both a file to open and a file to save. Which is very nice. We no longer have to use an external app to do this. I have two issues though with this... #1 We cannot use this to pick a folder... only a file... #2 We have to use a Fi...
by bluesfannoz
Fri Sep 18, 2009 8:02 am
Forum: General Development
Topic: Listview Behavior w/Mousewheel
Replies: 12
Views: 13733

Susan My experience has been with Multiple programs including Excel that it exhibits the same behavior. Keyboard and Mouse Selection are independent of each other. When scrolling using the bar, you must always select something within your visible window before you switch to using the keyboard becaus...
by bluesfannoz
Tue Sep 08, 2009 12:49 pm
Forum: General Development
Topic: Query the contents of a bracketed Screen Attribute [MYATTR]
Replies: 12
Views: 14161

Re: Query the contents of a bracketed Screen Attribute [MYAT

Susan I don't have an answer other than what you said of piping it to a file and reading it in. But I will chime in here once again and make the request that we be able in the future to pipe this output to a Variable rather than a file. Then I could quickly search the variable using POS to find what...
by bluesfannoz
Fri Sep 04, 2009 10:52 am
Forum: Printing
Topic: SPOOLCMD under NWP
Replies: 2
Views: 7651

Re: SPOOLCMD under NWP

SPOOLPATH is still important because any temporary files created during the printing process will be created there, so if is set to a folder that the user doesn't have permission to, you can get errors. On client Server you need to check both SPOOLPATH and REMOTESPOOLPATH to make sure the user has p...
by bluesfannoz
Fri Sep 04, 2009 9:51 am
Forum: BR Configuration
Topic: Limiting SOME users to one session, but not others
Replies: 5
Views: 15349

No Susan I am not using this specific thing. But I am doing things similar. What I suggested above works on my machine running 4.18i, could be the version your running. You do have to be sure the @username is matching exactly or you could be fighting the wrong thing. That is where my execute.sys thi...
by bluesfannoz
Fri Sep 04, 2009 8:57 am
Forum: BR Configuration
Topic: Limiting SOME users to one session, but not others
Replies: 5
Views: 15349

Your logic here would have worked Susan? As long as you had the following: @diane WSID=UNIQUE @diane WSID 5 In that Order, on the second attempt Susan would get a box saying 5 is already in use by diane. You can test this on your own machine not logged in as diane by creating a shortcut to run BR wi...
by bluesfannoz
Fri Sep 04, 2009 7:31 am
Forum: BR Configuration
Topic: Client Server 4.2
Replies: 26
Views: 45164

I had spent some time trying to find it myself. Seems odd you don't have it available on the FTP. Ryan, since the Brlistener runs as a Service. I am not sure there would be anyplace else it could be placed and function properly. An Administrative user should be the only one installing it anyway. Ste...
by bluesfannoz
Thu Aug 06, 2009 9:49 am
Forum: Advanced Concepts
Topic: [BR_forum] going from BR to Web
Replies: 7
Views: 8578

For the benefit of those not quite so web savvy.. What do I need to run your examples off my own site? (I know.. Others may not) I came up with a solution that runs BR programs over the Web. You can check it out here: http://www.sageax.com/bridgedemo/ There are a few simple examples and documentatio...
by bluesfannoz
Thu Aug 06, 2009 9:43 am
Forum: Advanced Concepts
Topic: [BR_forum] going from BR to Web
Replies: 7
Views: 8578

Re: [BR_forum] going from BR to Web

Jamie does some work for us. He was at the conference in Atlanta for those of you who were there. Getting him setup with an account on the forum. Then he will post here. James,   Please write your questions on the new forum so we can all benefit from them. The new forum is archived and easy to searc...
by bluesfannoz
Sat Jul 11, 2009 9:01 am
Forum: BR Configuration
Topic: Macintosh
Replies: 8
Views: 18797

From the above postings there are a few key concepts that are apparent: There is no standard model for the MAC. Only Client-Server. To run the equivalent of the standard model, run both client and server on the same machine and specify LOCALHOST for the IP. The client directory MUST have a file nam...