Thank you Jan. Did what you said and found my answer. I have a form that is 
counting down the rows of data as the user inputs search terms. I inserted
PROPERTY Meter1 VALUE .vRows, just below where the rows are counted in my EEP. 
Worked perfect and is very slick.


One other thing. When I exit out of my application, I get a blip on the screen. 
Does not effect how the program runs, but is annoying. I know I set something 
that is causing the problem. Probably in the application designer. I am using 
the following shortcut:
In my desktop shortcut I have: C:\RBTI\RBG95_32\RBG95_32.exe ARRUN.RMD

I am using the following command:
--ARRUN.RMD COMMAND TO START PROGRAM WITH SHORTCUT
--PCHECK.RMD IS THE PASSWORD ROUNTINE
RUN PCHECK.RMD
RUNRBA AR_95.RBA
RETURN

What did I do? And better yet, how do I fix it?
 
Zeb Zbranek
Zbranek Firm, P.C.
1937 Trinity Street
Liberty, Texas 77575-2050
Telephone: 936-336-6454
Facsimile:  936-336-6039
 
 
The information contained in this message from Zbranek Firm, P.C. and any 
attachments are confidential and intended only for the named recipients. If you 
have received this message in error, you are prohibited from copying, 
distributing or using the information. Please contact the sender immediately by 
reply e-mail and delete the original message. 
On Thursday, June 12, 2014 10:50 AM, jan johansen <[email protected]> 
wrote:
 


Zeb,
 
I can only respond to your meter question.
It can be done. Mostly controlled by PROPERTY commands.
 
Let me know.
 
Jan

-----Original Message-----
>From: Zeb Zbranek <[email protected]>
>To: [email protected] (RBASE-L Mailing List)
>Date: Thu, 12 Jun 2014 08:20:42 -0700 (PDT)
>Subject: [RBASE-L] - RE: R:Chart-Plugin not creating JPG file for report
>
>
>Thank you for 
your help. It turned out that entering the license code and rebooting the 
computer cured the problem. However, while I can now generate the JPG file 
and insert in reports, it is the simple version. I cannot get an exploding 
pie chart to save in the RBC file. While this is not critical, it would be 
nice. Can I generate exploding pie charts without manually saving the JPG 
first?
> 
>Another strange 
thing occurred when I can created the ROSK keyboard and numeric pad. They 
both work with Windows 7, but the numberic pad does not work with Windows 8, 
the keyboard popup again. What is the difference? What do I need to do? Can 
the keyboard be made larger? It is too small on a 23" touch screen to 
be useful.
> 
>Finally, I 
would like to use the meter in form design. I have a dynamic form where, as 
search terms are entered, the row count decreases. It would be slick to have 
a meter go from red to green as the number of rows decreased. Is this 
possible? If so, how? I cannot figure out what drives the meter. Is there 
something better?
> 
> 
> 
> 
>Zeb Zbranek
>Zbranek Firm, P.C.
>1937 Trinity Street
>Liberty, Texas 77575-2050
>Telephone: 936-336-6454
>Facsimile:  936-336-6039
> 
> 
>The information contained in this 
message from Zbranek Firm, P.C. and any attachments are confidential and 
intended only for the named recipients. If you have received this message in 
error, you are prohibited from copying, distributing or using the 
information. Please contact the sender immediately by reply e-mail and 
delete the original message.
>On Tuesday, June 10, 2014 1:32 PM, Juan 
Otazú <[email protected]> wrote:
>
>
> 
>This commands works fine for a 
dynamic RMC file:
> 
>SET VAR vcliente = 
(LJS(cliente,3)) FROM distribuidor WHERE ruc_empresa=.vruc_empresa 
>SET VAR vfilename = 
('iqr_'+.vcliente+'.rbc')
> 
>      
PLUGINS rcharts FILENAME &vfilename       
+
>              
|save_to_jpg \temp\iqr_report.jpg +
>              
|image_width 
344                  
+
>              
|image_height 444
>      SET 
VAR vimage = '\temp\Iqr_Report.jpg'
> 
>Maybe need the path for the jpg 
file?
> 
>Juan Otazú
> 
> 
>From:[email protected] [mailto:[email protected]] On Behalf Of Bruce A. Chitiea
>Sent: martes, 10 de junio de 2014 02:05 p.m.
>To: RBASE-L Mailing List
>Subject: [RBASE-L] - RE: R:Chart-Plugin not creating 
JPG file for report
> 
>CLS
>PRINT GraphAC +
> 
>Shouldn’t that be 
“PRINT GraphAC.jpg”?
> 
>From:[email protected] [mailto:[email protected]] On 
Behalf Of Zeb Zbranek
>Sent: Tuesday, June 10, 2014 7:46 AM
>To: RBASE-L Mailing List
>Subject: [RBASE-L] - R:Chart-Plugin not creating JPG 
file for report
> 
>I have the following command file and 
it is not creating a JPG. When I created the JPG in R:Chart, it works 
beautifully in the report. I even ran the command file, with the manually 
created JPG file and it worked. I have reviewed the RRBYW18 program and the 
charts in that do not print either. I have reviewed all the bulletins and 
tried everything I can to no avail. It worked once, but I was never able to 
get it to repeat. What am I doing wrong?
> 
>PLUGIN RCharts.RBL +     
       (I have tried it with RBL and without, to no 
avail)
>FILENAME GraphAC.RBC +
>|SAVE_TO_JPG GraphAC.jpg +
>|IMAGE_WIDTH 1129 +
>|IMAGE_HEIGHT 810
>SET VAR vImage = 
'GraphAC.jpg'
>-- Print Report
>CLS
>PRINT GraphAC +
>OPTION SCREEN|WINDOW_STATE MAXIMIZED 
+
>|ZOOM_TYPE PERCENTAGE +
>|ZOOMPERCENT 98 +
>|PREVIEW_CAPTION Running R:BASE Your 
Way!
>SET ERROR MESSAGE 2077 OFF
>--DELETE GraphAC.jpg
>SET ERROR MESSAGE 2077 ON
>RETURN
> 
> 
>Zeb Zbranek
>Zbranek Firm, P.C.
>1937 Trinity Street
>Liberty, Texas 77575-2050
>Telephone: 936-336-6454 
>Facsimile:  936-336-6039 
> 
> 
>The information contained in this 
message from Zbranek Firm, P.C. and any attachments are confidential and 
intended only for the named recipients. If you have received this message in 
error, you are prohibited from copying, distributing or using the 
information. Please contact the sender immediately by reply e-mail and 
delete the original message.
> 

Reply via email to