Search found 216 matches

by gtisdale
Sun Aug 28, 2011 5:31 pm
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 53857

Thanks. It did not restart before , that's why I rebooted. Maybe becasue I had had the CONF in the wrong location...
Anyway, listener is now running.

I put CLIENT in the BR430 directory mentioned and added a BR_PARAm.txt file.

Got the following error(s) (see attached file).
by gtisdale
Sun Aug 28, 2011 5:12 pm
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 53857

OK I moved BRLISTENER.CONF to c:\windows and removed it from c:\windows\system32.

After a reboot the BRLISTENER is now running as a service.

Thanks.

Now on to getting the client installed an running.

FNGeorge
by gtisdale
Sun Aug 28, 2011 11:55 am
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 53857

Client Server

I am trying to get Client Server running. I've never used it in the past and am not completely clear on how to do this. My plan is to install it on my development machine, a stand alone Vista 32 machine. Then install on my office 2003 Back Office SERVER, AND FINALLY INSTALL ON MY uBUNTU lINUX ftp se...
by gtisdale
Fri Aug 26, 2011 9:30 am
Forum: General Development
Topic: CheckBOX
Replies: 7
Views: 9648

What version are you using?
In 4.20G+ I get a single width checkbox using your code. My Window 0 has a picture backgrond.
by gtisdale
Fri Aug 26, 2011 9:08 am
Forum: General Development
Topic: CheckBOX
Replies: 7
Views: 9648

Try dimming your arrays to say 10 or 2 rather than 1
Try setting an ATTR in your input statement such as ATTR "R" so you can tell what checkbox your cursor is at
Try setting your input CHECK 1 to 1/CHECK 10 or 1/CHECK 2

FNGeorge
by gtisdale
Thu Aug 18, 2011 9:53 am
Forum: General Development
Topic: Grids
Replies: 22
Views: 25705

110 ......... H/[BBLUE]:[BRED]

You need the square brackets to tell BR to execute a substitution.
by gtisdale
Wed Aug 17, 2011 3:37 pm
Forum: General Development
Topic: Grids
Replies: 22
Views: 25705

At some point when we became able to change font sizes, colors, boldness, slant and use HTML colors as well as RGB etc. all of the colon, comma, slash etc. parsing became a real burden for BR. SO, at that point, which I believe was in early 4.2, but not the first 4.2, the routine to set the attribut...
by gtisdale
Wed Aug 17, 2011 2:45 pm
Forum: General Development
Topic: Grids
Replies: 22
Views: 25705

Use attribute substitutions
by gtisdale
Wed Aug 17, 2011 2:36 pm
Forum: General Development
Topic: Grids
Replies: 22
Views: 25705

Use 4.2 I'm not sure when cell coloration arrived, but the ability to change fonts and substitute using [ATTRIB] substitutions I'm pretty sure was 4.2, not 4.18.
by gtisdale
Wed Aug 17, 2011 10:34 am
Forum: General Development
Topic: Grids
Replies: 22
Views: 25705

What BR version are you using?
Are you using a substitution or putting the spec into mat RA$?
by gtisdale
Wed Aug 17, 2011 9:38 am
Forum: General Development
Topic: Grids
Replies: 22
Views: 25705

31270 PRINT #LISTWIN, FIELDS LISTSPEC$&",attr": (MAT RS,MAT RE,MAT RA$) Where RS is the start array, RE is the end array and RA$ is the attribute array The attribute$ array can carry substitutions like [SELECTED] if it is set config attribute [SELECTED]N/#0000FF:#FFFFFF,font=Arial:medi...
by gtisdale
Mon Aug 15, 2011 9:49 am
Forum: General Development
Topic: Sort command is not respecting the "Record" parame
Replies: 2
Views: 5234

I think your problem involves the nested quotes. After creating your sort control file load it into a text editor like EditPadPro and see what actually exists. I use a function to do sorts as follows (it is embedded in FNSNAP.dll): 02110 DEF LIBRARY FNBLDSORT(INNM$*100,OUTNM$*100,ABR$,MASK$*128;MAT ...
by gtisdale
Sun Aug 14, 2011 4:59 pm
Forum: General Development
Topic: Opening a PDF in BR
Replies: 14
Views: 15737

It's a diffferent appoach to displaying a PDF using a command line. I often need to display a PDF and sometimes I'm on a mchine that has Adobe Standard and sometimes Adobe reader, ech of which require a different command line. Plus the Adobe may be installed in other than the standard location. Of c...
by gtisdale
Wed Jul 13, 2011 7:31 pm
Forum: Printing
Topic: Wrap Around Text printing to NWP device.
Replies: 7
Views: 17843

Yes, Atlantis is a great word processor and I do use it for many things (Thank you David) It does excellent word wrapping for the page and can also do columns. But, after you have had the ability to wrap text in cells within a table and have the headers appear "magically" at the top of the...
by gtisdale
Wed Jul 13, 2011 3:05 pm
Forum: Printing
Topic: Wrap Around Text printing to NWP device.
Replies: 7
Views: 17843

The "wish list" item would be nice. Short of that I started to write a function to try to justify lines in NWP using the 1 2 3 concept, but found it Soooo much easier to use RTF, particularly with being able to wrap lines within multiple cells that I stopped trying to create what already e...