Search found 216 matches

by gtisdale
Thu May 17, 2012 4:57 am
Forum: General Development
Topic: Scheduling Windows task to print a BR report?
Replies: 8
Views: 10815

Susan: I do this every night. At 2:00AM each morning my workstation runs a scheduled task that opens BR and runs a BR program that polls individual timesheet entries for each employee, posts the entries to my work-in-process files for billing later, runs a report of the days activites, clears the ti...
by gtisdale
Fri May 11, 2012 3:48 pm
Forum: General Development
Topic: RTF Report writer
Replies: 0
Views: 3363

RTF Report writer

At the conference in San Antonio the queston arose on my RTF report writer as to whether it supports the MASK facility in BR. At that time it did not. I have modified the library and the current version supports filtering by a) an external array passed to the function b) selected items selected usin...
by gtisdale
Thu May 10, 2012 6:46 pm
Forum: General Development
Topic: Font substitutions
Replies: 3
Views: 5729

Font substitutions

Larry just brought up the subject of font subsitutions and NWP. A number of us have noticed that we often make a font substitution like "[TINY]" and it has no effect on our print job. This is becasue fonts that are proportional are governed by a vertical parameter "V" and fonts t...
by gtisdale
Thu Mar 22, 2012 2:26 pm
Forum: General Development
Topic: Date picker control written in BR
Replies: 9
Views: 11395

There is one that uses David Balnkenship's external utility that I use all the time. There is an old one written entirely in BR from years ago BR 4.3 has one built in that is being tweaked and will be ready "in a little while". For the time being I like the Blankenship version which I am a...
by gtisdale
Mon Feb 13, 2012 3:54 pm
Forum: General Development
Topic: grid - current row
Replies: 4
Views: 6611

Does the list that you want highlighted contain the element that you are pointing at? Is there a cursor positioning leading attribute in your MAT statement? Are you skipping over the line that sets the cursor position? Interrupting the program and setting CURFLD will not work, it has to be a line of...
by gtisdale
Fri Feb 10, 2012 6:47 am
Forum: General Development
Topic: grid - current row
Replies: 4
Views: 6611

You mentioned a GRID and CURROW. You set your cursor position in a GRID with CURFLD(control,CELL) control is the position in your input statement that the grid occupies. If you are only referencing one thing, the GRID then this will be "1". If you happen to be inputting to more than one fi...
by gtisdale
Tue Feb 07, 2012 7:59 pm
Forum: General Development
Topic: Moving the cursor in a grid
Replies: 1
Views: 4718

The answer to my queston is CONFIG GRID_CURSOR DOWN CONFIG GRID_CURSOR RIGHT or CONFIG GRID_CURSOR NONE NONE is the default Thank you Gordon for updating me on this. =========================================== For the fun of it you might try using this in a grid. Open your grid EXECUTE "CONFIG ...
by gtisdale
Fri Feb 03, 2012 8:57 am
Forum: General Development
Topic: New Server Advice
Replies: 4
Views: 7326

Yup, it is.
by gtisdale
Mon Jan 30, 2012 7:21 pm
Forum: General Development
Topic: Moving the cursor in a grid
Replies: 1
Views: 4718

Moving the cursor in a grid

Does anyone know the syntax for changing the default cursor movement in a grid?

There was an enhancement at some point that allows you to default the next cell in a grid when enter is pressed, but I don't remember it and can not find the reference.

Thanks for the help.

FNGeorge
by gtisdale
Fri Jan 20, 2012 4:56 pm
Forum: Announcements
Topic: Uploading a .xml file to a FTP site from WB
Replies: 2
Views: 14879

I use Core FTP Lite to do this with a command line call in BR. The program checks to see if the file to be uploaded exists, it then calls Core FTP witha site name. ThE ftp address andpassword are retrieved from the Core database. If the transfer is successful, some times it is not, Core knows this a...
by gtisdale
Wed Jan 11, 2012 8:47 pm
Forum: Advanced Concepts
Topic: BRG Spring Conference
Replies: 1
Views: 10150

BRG Spring Conference

Dues notices were mailed today. If you do not get one, or have not gotten one in the past (and so are not on the current list) please let me know at gtisdale@tisdalecpa.com, or post a message on this forum so that I can include you as a member. Remember that the conference is included in your member...
by gtisdale
Wed Jan 04, 2012 12:00 pm
Forum: BR Configuration
Topic: Mixing Client/Server & Native
Replies: 8
Views: 18001

Thank you Luis

George
by gtisdale
Wed Jan 04, 2012 10:56 am
Forum: BR Configuration
Topic: Mixing Client/Server & Native
Replies: 8
Views: 18001

I'm not sure I understand. If I have 3 computers: F - fileserver L - local networked computer R - remote internet connected computer Then if L connects with Standard BR and maps dirves to the network fileserver, both in the operating system L: for example is a network drive on F that is mapped on L'...
by gtisdale
Tue Dec 27, 2011 7:54 am
Forum: Advanced Concepts
Topic: name=OPEN:
Replies: 9
Views: 19652

Try 00020 DIM Post$*50 00030 LET Post$="C:\Windows\*.ini" 00040 OPEN #H_Tmp:=12: "name=OPEN:"&Post$&",recl=1,shr",EXTERNAL,INPUT IOERR 50 00050 PAUSE This should show the files in Windows. If you are using client server and want client side windows directory the...
by gtisdale
Thu Dec 22, 2011 3:14 pm
Forum: Advanced Concepts
Topic: Printing Forms
Replies: 3
Views: 12448

Good question. The per page is what I send you. You can then use it for thousands of forms with no additional cost. So if you wanted a form 940 that was three pages and we decided on a $25.00 per page cost you would send me $75.00 and print your two thousand 940's multiple times without and addition...