Search found 87 matches

by Mikhail
Fri Apr 18, 2014 6:48 am
Forum: General Development
Topic: Problems with BR on Windows virtual machine running on Linux
Replies: 2
Views: 7424

Problems with BR on Windows virtual machine running on Linux

We are experiencing some problems with Client/Server BR on a Windows Server 2008 virtual machine running on a Linux server. Problem 1: An example of a shell call from our software: execute “sy –M f:\pjc_apps\bcbs_mst.01\pjcbcb~1.exe” does not work, because Linux removes the space between -M and the ...
by Mikhail
Fri Aug 31, 2012 3:02 am
Forum: General Development
Topic: Scrolling past the top or bottom of a listview
Replies: 2
Views: 5568

Scrolling past the top or bottom of a listview

How do I prevent scrolling past the top or bottom of a listview? For example, if I am on the first row of a listview and I scroll up, the foucs goes to the last row of the listview. I want this NOT to happen...
by Mikhail
Thu May 17, 2012 12:29 am
Forum: General Development
Topic: Scheduling Windows task to print a BR report?
Replies: 8
Views: 10880

[BR_forum] Scheduling Windows task to print a BR report?

Erisa does this type of stuff with Windows tasks. I think it makes more sense to put the task on the server, but you can also run the task on some particular machine. From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Susan Smith Sent: Thursday, May 17, 2012 9:24 AM To: br...
by Mikhail
Sat Mar 31, 2012 9:34 am
Forum: General Development
Topic: FMT($999,999,999.99) alignment
Replies: 20
Views: 23558

[BR_forum] FMT($999,999,999.99) alignment

We need all the variables to be strings.
by Mikhail
Sat Mar 31, 2012 7:41 am
Forum: General Development
Topic: FMT($999,999,999.99) alignment
Replies: 20
Views: 23558

PIC is not right aligned. I will have to use logic similar to what Luis described. Luis can you provide a small example of using CR 12, AE like you described
by Mikhail
Sat Mar 31, 2012 5:12 am
Forum: General Development
Topic: Date picker control written in BR
Replies: 9
Views: 11461

By the way, John Bowman and ACS paid for the development of this date picker, so kudos to John for allowing the sharing of it :)
by Mikhail
Fri Mar 30, 2012 1:09 pm
Forum: General Development
Topic: FMT($999,999,999.99) alignment
Replies: 20
Views: 23558

[BR_forum] FMT($999,999,999.99) alignment

Gordon, I need the field to already contain the $ sign, commas and the decimal point, so N 12.2 wouldn’t work for that From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of gordon Sent: Friday, March 30, 2012 9:50 PM To: br_forum@ads.net Subject: Re: [BR_forum] FMT($999,999,9...
by Mikhail
Fri Mar 30, 2012 8:24 am
Forum: General Development
Topic: FMT($999,999,999.99) alignment
Replies: 20
Views: 23558

FMT($999,999,999.99) alignment

I am using an FMT($999,999,999.99) spec on a numeric field. I want the user to start type on the right side of the field, so if they enter 100, the field will show 1.00

How do I do this? Is there a way to make this field right-aligned? Or maybe use another spec?
by Mikhail
Thu Mar 29, 2012 5:19 pm
Forum: General Development
Topic: Date picker control written in BR
Replies: 9
Views: 11461

[BR_forum] Date picker control written in BR

Crap, that’s a rookie mistake J From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Ed Singer (Crosstech Systems, Inc.) Sent: Friday, March 30, 2012 1:47 AM To: 'Business Rules Forum' Subject: Re: [BR_forum] Date picker control written in BR Mikhail, nice date picker, you m...
by Mikhail
Thu Mar 29, 2012 2:54 pm
Forum: General Development
Topic: Date picker control written in BR
Replies: 9
Views: 11461

Attached is the date picker, if anyone wants to play with it.
by Mikhail
Thu Mar 22, 2012 3:24 pm
Forum: General Development
Topic: Date picker control written in BR
Replies: 9
Views: 11461

I wish I knew that 4 hours ago :)

I wish I knew 4 hours ago that BR 4.3 would be released with a date picker :)

I just finished writing my own date picker, and then I got your reply, George. Oh, well, it was still a good exercise.
by Mikhail
Thu Mar 22, 2012 11:49 am
Forum: General Development
Topic: Date picker control written in BR
Replies: 9
Views: 11461

Date picker control written in BR

I'm about to write a date picker control written in BR, but before I do, I wanted to see if anyone already had one. Does anyone have one?
by Mikhail
Wed Jan 25, 2012 10:33 am
Forum: Announcements
Topic: Looking for new opportunities
Replies: 1
Views: 13596

Looking for new opportunities

Hi, everyone. As you may know, I moved to Ukraine. I am looking for additional work, so if anyone has projects that need to be done quickly, efficiently, and at a low rate, consider me for the job!

My resume is attached.

Thanks!
by Mikhail
Wed Nov 17, 2010 1:44 pm
Forum: General Development
Topic: Wish List
Replies: 19
Views: 23206

It would also be awesome if we could have windows with horizontal and vertical scrollbars
by Mikhail
Fri Nov 05, 2010 12:56 pm
Forum: General Development
Topic: Altenating row colors on listviews/grids
Replies: 1
Views: 4103

Altenating row colors on listviews/grids

Does anyone remember the topic of altenating row colors on listviews/grids come up? I vaguely remember Gordon mentioning this at the conference (I might be wrong though). I already have a function that paints the rows of a list or grid with 2 alternating colors, but I'd like to use the built-in BR f...