Search found 255 matches

by GomezL
Wed Jun 03, 2009 12:05 pm
Forum: General Development
Topic: [BR_forum] Using a window in GUI OFF to "Protect the Wi
Replies: 2
Views: 4381

[BR_forum] Using a window in GUI OFF to "Protect the Wi

OPEN #MODIFY_INVOICE_PROTECT_IOWIN:=109:"SCOL=1,srow=1,cols=80,rows=24",DISPLAY,OUTIN !: PRINT NEWPAGE It’s been a while since I used this technology! I wrote a new routine that opens windows properly, but when I turned GUI OFF, the windows started mixing! I found it amusing because when t...
by GomezL
Wed Jun 03, 2009 6:29 am
Forum: General Development
Topic: [BR_forum] Bar Codes
Replies: 10
Views: 9517

[BR_forum] Bar Codes

It seems that “Fonts” are the trick for many bar codes: http://www.barcode-1.net/fonts.html 2D Barcodes are a little more complex. If you are going to use the Same 2D Code every time try the following page: http://www.idautomation.com/java/dmservlet.html This page will generate a JPG image that you ...
by GomezL
Tue May 26, 2009 12:52 pm
Forum: General Development
Topic: [BR_forum] Index Files and "V" fields
Replies: 9
Views: 10132

[BR_forum] Index Files and "V" fields

My personal preference is for BH. I know that in some environments, it will be a “Tad Slower”, but it always sorts correctly, even when referred to as a character field. Luis I. Gomez GomezL@CollectionSoftware.com ( GomezL@CollectionSoftware.com ) 1-800-435-7257 Commercial Legal Software, Inc. http:...
by GomezL
Fri May 22, 2009 5:51 am
Forum: General Development
Topic: [BR_forum] Search with Grid / List
Replies: 13
Views: 11761

[BR_forum] Search with Grid / List

Nice example! 25790 Input #EMF_WIN, Fields "1,16,SEARCH 30,U,2,1;2,1,LIST 19/59,ROWCNT,SEL" : SEARCH_ARG$,AVAIL_ROWS I pulled this one line out of the sample. It might not have been obvious with all of that code. 1,16,SEARCH 30,U,2,1 Row,Column,SEARCH ##,Attribute,List Row,List Column. It’...
by GomezL
Thu May 21, 2009 11:18 am
Forum: 3rd Party Software from the BR Community
Topic: [BR_forum] MyEditBR Training
Replies: 14
Views: 22870

[BR_forum] MyEditBR Training

I would love to participate. While I use MyEdit extensively, I really don't know how to use the advanced features, a "Practical Session" developing some code and the features used would be helpful. I think that using the Debugger is also something that would be helpful. "Tips and Tric...
by GomezL
Wed May 20, 2009 9:46 am
Forum: General Development
Topic: [BR_forum] OPEN #0:
Replies: 13
Views: 13563

[BR_forum] OPEN #0:

To actually profile the program is fairly simple DEBUG PROFILE TIMED c:workPROFILE.TXT And then DEBUG PROFILE STOP This will create C:WORKPROFILE.TXT You can actually add the debug commands to your program to start and stop the process automatically. EXE “DEBUG PROFILE TIMED c:workPROFILE.TXT” That ...
by GomezL
Mon May 18, 2009 2:10 pm
Forum: General Development
Topic: [BR_forum] OPEN #0:
Replies: 13
Views: 13563

[BR_forum] OPEN #0:

I found my solution. EXECUTE "CONFIG FIELDHELP N=[E],BORDER=S [F]" Luis I. Gomez GomezL@CollectionSoftware.com ( GomezL@CollectionSoftware.com ) 1-800-435-7257 Commercial Legal Software, Inc. http://www.CollectionSoftware.com From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net]...
by GomezL
Mon May 18, 2009 1:26 pm
Forum: General Development
Topic: [BR_forum] OPEN #0:
Replies: 13
Views: 13563

[BR_forum] OPEN #0:

This screenshot is intentionally a set of “Bizarre” colors. The point is each attribute is a different color to make it easy to identify. The [W] Attribute is the pink color. It is the outside border and “N” or Normal color. My problem is it is also shoing up as the color of the “POP UP Window”. Rev...
by GomezL
Mon May 18, 2009 11:55 am
Forum: General Development
Topic: [BR_forum] OPEN #0:
Replies: 13
Views: 13563

[BR_forum] OPEN #0:

I wasn’t talking about my app, Rather the 3 line demo I wrote. Does this sequence help? (The freeze might hurt!) Let SCR_FREEZE PRINT #0 NEWPAGE OPEN #0 … Luis I. Gomez GomezL@CollectionSoftware.com ( GomezL@CollectionSoftware.com ) 1-800-435-7257 Commercial Legal Software, Inc. http://www.Collectio...
by GomezL
Mon May 18, 2009 10:01 am
Forum: General Development
Topic: [BR_forum] OPEN #0:
Replies: 13
Views: 13563

[BR_forum] OPEN #0:

00010 OPEN #0: "SROW=1,SCOL=1,rows=30,cols=80,Picture=[IMG]mtst1.jpg,CAPTION=MAPP2 SYSTEM,MAXIMIZE",DISPLAY,OUTPUT 00020 LET MSG$(STR$(COUNT+=1)) ! PRINT FIELDS "1,70,N 10": COUNT+=1 00030 GOTO 10 I tried this program on my remote desktop, and it seems to run fairly well. The “...
by GomezL
Wed May 13, 2009 9:11 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25743

[BR_forum] BR 4.2: STR2MAT and MAT2STR

This isn’t the “Complete Function”, but here is the “Magic Line” that makes multi line CRLF work in our application. 70040 LINPUT #CSV_HANDLE:ASCI$ 70050 LET LEN_ASCI=LEN(ASCI$) !: IF ASCI$(1:1)='"' AND ASCI$(LEN_ASCI:LEN_ASCI)<>'"' THEN !: LINPUT #CSV_HANDLE: BUFF$ EOF 70080 !: LET ASCI$=...
by GomezL
Wed May 13, 2009 5:39 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25743

[BR_forum] BR 4.2: STR2MAT and MAT2STR

I can’t seem to attach the CHM, but the WB is attached to this one. Luis I. Gomez GomezL@CollectionSoftware.com ( GomezL@CollectionSoftware.com ) 1-800-435-7257 Commercial Legal Software, Inc. http://www.CollectionSoftware.com From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behal...
by GomezL
Wed May 13, 2009 5:37 am
Forum: General Development
Topic: [BR_forum] BR 4.2: STR2MAT and MAT2STR
Replies: 24
Views: 25743

[BR_forum] BR 4.2: STR2MAT and MAT2STR

Context.Wb (Delivered on the FLASH Drive) <![if !supportLists]>1. <![endif]>FNOPEN_CSV <![if !supportLists]>a. <![endif]>Open the CSV file, determined the field names and delimiter type, Dimension “CSV_DATA$” to the correct number of fields. <![if !supportLists]>2. <![endif]> FNGET_VAR$ <![if !suppo...
by GomezL
Thu May 07, 2009 3:43 am
Forum: Error Codes
Topic: [BR_forum] 4320 error
Replies: 8
Views: 17558

[BR_forum] 4320 error

RDP or Terminal Services work fairly well in a wireless environment. When the wire goes down, it just "Re-connects". Luis -----Original Message----- From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of Larry Sent: Wednesday, May 06, 2009 5:43 PM To: 'Business Rules...
by GomezL
Mon May 04, 2009 5:10 am
Forum: Advanced Concepts
Topic: [BR_forum] BR 4.2 HTTP - CLIENT
Replies: 13
Views: 27524

[BR_forum] BR 4.2 HTTP - CLIENT

I was able to install the server code, but I can’t figure out how to access it. I figured a good guess would be : http://localhost Any ideas what url I need to use to connect to the server? The program connects through this open statement: 00030 OPEN #1: "name=DBServer,http=server,recl=1000,eol...