Search found 290 matches

by bluesfannoz
Fri Mar 04, 2022 9:03 am
Forum: Printing
Topic: Printing a Signature
Replies: 4
Views: 16807

Re: Printing a Signature

Pete
Good to hear from you. I am guessing we can get George's check printing to work. So you are needing to make a new signature? How were you trying to do so?

Steve
by bluesfannoz
Thu Feb 11, 2021 8:02 pm
Forum: Non-BR Topics
Topic: test message
Replies: 8
Views: 29873

Re: test message

Steve Test 1
by bluesfannoz
Thu Jul 16, 2020 7:58 pm
Forum: Advanced Concepts
Topic: Opening Window on Specific Monitor?
Replies: 3
Views: 14662

Re: Opening Window on Specific Monitor?

Interesting. Will have to do some testing. I am concerned what happens on a machine where 2nd monitor is to left rather than right if you will need to be negative as opposed to positive. Plus what do you do if they have 3 or 4 monitors? Seems to me a better implementation would be to give the abilit...
by bluesfannoz
Thu Jul 16, 2020 4:47 pm
Forum: Advanced Concepts
Topic: Opening Window on Specific Monitor?
Replies: 3
Views: 14662

Opening Window on Specific Monitor?

Is there a way to open a Window on a specific Monitor?

We are implementing an Activity Timeout in our application and I would like for a warning box to pop up on all monitors.

I can parse the env$ variables and determine what monitors there are. But can I create a window on a specific monitor?
by bluesfannoz
Tue May 12, 2020 7:21 am
Forum: Non-BR Topics
Topic: video conferencing
Replies: 6
Views: 18923

Re: video conferencing

We use the Teamviewer subscription model for our remote access and have been very happy with it. We have been testing their new offsite backup solution to possibly replace our current jungledisk/mysecurebackup solution. It is expensive, our experience has shown it to be worth it for our needs. For o...
by bluesfannoz
Tue Feb 18, 2020 11:18 am
Forum: General Development
Topic: Help Facility Issue
Replies: 11
Views: 28495

Re: Help Facility Issue

Yes it does appear to be an error with the linux server 4.32k version as I cannot duplicate that on windows. Sorry will let you know if I think of something else to try.
by bluesfannoz
Tue Feb 18, 2020 10:22 am
Forum: General Development
Topic: Help Facility Issue
Replies: 11
Views: 28495

Re: Help Facility Issue

Matt We don't use HELPDFLT in our brconfig file so I don't have an example. But if you don't have one I wouldn't add one. I would make sure any files with a wbh extension in the folder containing brserver have permissions accessible to the users of your software. I might also do a status stacks and ...
by bluesfannoz
Tue Feb 18, 2020 9:34 am
Forum: General Development
Topic: Help Facility Issue
Replies: 11
Views: 28495

Re: Help Facility Issue

http://brwiki2.brulescorp.com/index.php?title=HelpDflt

I would make sure if you have HELPDFLT in your brconfig/wbconfig sys file that the folder it is pointing to exists and that whatever user is in BR has permissions to that folder as well.
by bluesfannoz
Thu Jan 23, 2020 12:48 pm
Forum: General Development
Topic: Additional option for MSGBOX
Replies: 5
Views: 15418

Re: Additional option for MSGBOX

I like it. I would still include the Cancel Button as well.

So technically we would want 5 buttons

"Yes", "Yes to ALL", "No", "No to ALL", and "Cancel"

This would be helpful for MSGBOX's within loops

Chime in if you agree or disagree
by bluesfannoz
Thu Jan 23, 2020 9:39 am
Forum: General Development
Topic: Additional option for MSGBOX
Replies: 5
Views: 15418

Additional option for MSGBOX

http://brwiki2.brulescorp.com/index.php?title=MsgBox I would like to request and additional MSGBOX be added that would have an option for 'All' so there would be 4 buttons 'All', 'Yes', 'No', 'Cancel' You would pass in whether ALL was 'Y' or ALL was 'N' in creation of your MSGBOX Then ALL could be ...
by bluesfannoz
Thu Nov 21, 2019 8:37 am
Forum: General Development
Topic: picture button
Replies: 3
Views: 13976

Re: picture button

Here is a basic example of how I simulate the press of the image to make it look like you pressed a button. I made the button images with the program demonstrated by Ryan from WCS years ago. exitpress.png exit.png 09150 Print #Q, Fields "29,116,P 3/7,,1221" : "[IMG]\Exit.png" 094...
by bluesfannoz
Thu Nov 21, 2019 8:24 am
Forum: General Development
Topic: picture button
Replies: 3
Views: 13976

Re: picture button

I am not aware of a way to use any image on a button. You can use the fonts like wingdings that have images as they are a usable text font.
by bluesfannoz
Tue Nov 05, 2019 8:52 pm
Forum: Advanced Concepts
Topic: Screenio Listview Filterlist question
Replies: 8
Views: 24780

Re: Screenio Listview Filterlist question

See below how when I have moved the selection I want the Text that is Red to remain Red even when its highlighted
Capture2.PNG
Capture2.PNG (9.06 KiB) Viewed 24768 times
Capture.PNG
Capture.PNG (9.07 KiB) Viewed 24768 times
by bluesfannoz
Tue Nov 05, 2019 8:47 pm
Forum: Advanced Concepts
Topic: Screenio Listview Filterlist question
Replies: 8
Views: 24780

Re: Screenio Listview Filterlist question

I need an Attribute that would make the foreground Blue and background Transparent so the Red Text that is already there would remain and show through.

I am not good with Attributes. So any assistance in creating the correct Attribute for the Selection on an INPUT SELECT.
by bluesfannoz
Tue Nov 05, 2019 6:39 pm
Forum: Advanced Concepts
Topic: Screenio Listview Filterlist question
Replies: 8
Views: 24780

Screenio Listview Filterlist question

I have the following code in a Filterlist Function in my Screenio program. It changes the color of the lines in the listview that I want. All but the line that is currently selected. It does not show the text in RED. How do I get the text on the line that is currently selected to remain RED? ! funct...