<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>jBASE Google Group</title>
  <link>http://groups.google.com/group/jBASE</link>
  <description>Groups discussions that revolve around the jBASE Multivalue environment and the TEMENOS T24 banking application.</description>
  <language>en</language>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/f40d231bb5dbce7b?show_docid=f40d231bb5dbce7b</link>
  <description>
  At this point, you might want to post a full &#39;jdiag.out&#39; file (jdiag -vL). &lt;br&gt; &lt;p&gt;I&#39;m thinking that the problem is with SYSTEM(14). What compiler is &lt;br&gt; being used on this system? &lt;br&gt; &lt;p&gt;Try this... &lt;br&gt; &lt;p&gt;cnt = 0 &lt;br&gt; LOOP UNTIL SYSTEM(14) DO &lt;br&gt; CRT cnt &lt;br&gt; cnt++ &lt;br&gt; SLEEP(1) &lt;br&gt; REPEAT &lt;br&gt; &lt;p&gt;Run this program and then press any key to put something in the input
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/f40d231bb5dbce7b?show_docid=f40d231bb5dbce7b</guid>
  <author>
  danielklei...@gmail.com
  (Daniel Klein)
  </author>
  <pubDate>Sat, 04 Jul 2009 02:09:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/042a71616b6c7fc6?show_docid=042a71616b6c7fc6</link>
  <description>
  I&#39;ll correct the graphics line, but that is not what is causing the &lt;br&gt; issue though. The openseqs is correct as it does create the file. It &lt;br&gt; just has 0 bytes though and nothing is coming into the input prompt. It &lt;br&gt; has a count of zero for numchars. I also tried writing out what got &lt;br&gt; input and it is blank. It seems I should get the hello and other lines
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/042a71616b6c7fc6?show_docid=042a71616b6c7fc6</guid>
  <author>
  h...@comp-ware.net
  (Richard Kann)
  </author>
  <pubDate>Sat, 04 Jul 2009 01:09:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/cd9e8642cfc1aff3?show_docid=cd9e8642cfc1aff3</link>
  <description>
  I see 2 distinct problems, one is obvious, the other is going to take &lt;br&gt; some debugging on your part. &lt;br&gt; &lt;p&gt;The &#39;obvious&#39; one is the &#39;HELLO&#39; code. If you&#39;ve read the DOSPrinter &lt;br&gt; documentation says that the embedded string must be of the form: &lt;br&gt; &lt;p&gt;&amp;lt;esc&amp;gt;&amp;quot;graphic&amp;quot; &lt;br&gt; &lt;p&gt;so you need to change line 7 to: &lt;br&gt; &lt;p&gt;004 PRINT CHAR(27):DQUOTE(&#39;C:\SIGNATURES \836-1.BMP&#39;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/cd9e8642cfc1aff3?show_docid=cd9e8642cfc1aff3</guid>
  <author>
  danielklei...@gmail.com
  (Daniel Klein)
  </author>
  <pubDate>Sat, 04 Jul 2009 00:29:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/017dd0e7a94aa727?show_docid=017dd0e7a94aa727</link>
  <description>
  Running into an issue. I set it up as you said tweaking the program to &lt;br&gt; match my system. When I send a job to the new printer it does run the &lt;br&gt; jspool program but nothing is being passed. i know this because I have &lt;br&gt; jspool writing out the numchars value to a file and it comes up with &lt;br&gt; zero each time. What would cause the spooled data to not pass to the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/017dd0e7a94aa727?show_docid=017dd0e7a94aa727</guid>
  <author>
  h...@comp-ware.net
  (Richard Kann)
  </author>
  <pubDate>Fri, 03 Jul 2009 18:15:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: T24: Commands</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/0ddb7663979785e2/6fb9319c170bec3e?show_docid=6fb9319c170bec3e</link>
  <description>
  To do this from source code would be rather more difficult than you &lt;br&gt; expect. For instance I doubt that you could reliably do this with static &lt;br&gt; analysis and flow analysis between subroutines in jBC is essentially a &lt;br&gt; global analysis for which you need source code for everything, or at &lt;br&gt; least a reliable description of the interface. As a somewhat contrived
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/0ddb7663979785e2/6fb9319c170bec3e?show_docid=6fb9319c170bec3e</guid>
  <author>
  j...@temporal-wave.com
  (Jim Idle)
  </author>
  <pubDate>Fri, 03 Jul 2009 15:35:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: T24: Commands</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/0ddb7663979785e2/1ff646b611f0d279?show_docid=1ff646b611f0d279</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;I know that there are commands like truss, tusc. I tried them and they &lt;br&gt; work well, but did&#39;t manage to apply them on a jBase commands. I &lt;br&gt; really don&#39;t know how to do that. &lt;br&gt; Anyway, I want to parse routines&#39; code and when i meet T24 routines &lt;br&gt; like EB.ROUND.AMOUNT(), CDD(), F.WRITE/READ() ... to be able to get
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/0ddb7663979785e2/1ff646b611f0d279?show_docid=1ff646b611f0d279</guid>
  <author>
  igormi...@gmail.com
  (Igor Micev)
  </author>
  <pubDate>Fri, 03 Jul 2009 11:48:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/831215b31d65218a?show_docid=831215b31d65218a</link>
  <description>
  Actually, it&#39;s DOSPrinter that allows you to embed graphics in the &lt;br&gt; document. If you read the documentation from that link, it tells you &lt;br&gt; how to do this. In a nutshell, there are a few options but the way I &lt;br&gt; do it is to place: &lt;br&gt; &lt;p&gt;&amp;lt;esc&amp;gt;&amp;quot;graphic_name&amp;quot; &lt;br&gt; &lt;p&gt;in the document at the place you want the graphic to be. Note that
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/831215b31d65218a?show_docid=831215b31d65218a</guid>
  <author>
  danielklei...@gmail.com
  (Daniel Klein)
  </author>
  <pubDate>Fri, 03 Jul 2009 03:07:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/56dfbd6d17184167?show_docid=56dfbd6d17184167</link>
  <description>
  I will try it. What I found is if I log onto the windows account jbase &lt;br&gt; runs on it works. If I go on a different account it does not. But I did &lt;br&gt; not try the specif printer approach. &lt;br&gt; &lt;p&gt;I am assuming in order to use this I need to put the entire invoice in a &lt;br&gt; text file, write it out somewhere in windows and then print and delete
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/56dfbd6d17184167?show_docid=56dfbd6d17184167</guid>
  <author>
  h...@comp-ware.net
  (Richard Kann)
  </author>
  <pubDate>Fri, 03 Jul 2009 00:55:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/1e9480b36b90e500?show_docid=1e9480b36b90e500</link>
  <description>
  I think you need to specify the destination printer. Here is an &lt;br&gt; example of what works for me: &lt;br&gt; &lt;p&gt;cmd = &amp;quot;C:\Software\DOSPrinter\DOSPri nter.exe /SEL&#39;Canon_i850&#39; c:\temp\file.txt&amp;quot; &lt;br&gt; EXECUTE CHAR(255):&#39;k&#39;:cmd &lt;br&gt; &lt;p&gt;Where &#39;Canon_i850&#39; is the name of the printer; on my system it is the &lt;br&gt; network shared name.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/1e9480b36b90e500?show_docid=1e9480b36b90e500</guid>
  <author>
  danielklei...@gmail.com
  (Daniel Klein)
  </author>
  <pubDate>Thu, 02 Jul 2009 22:30:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/fdc6612416868225?show_docid=fdc6612416868225</link>
  <description>
  Thanks. One question though. It works in command prompt in windows, but &lt;br&gt; when I put it in a program it locks up and will not print. This is the &lt;br&gt; code line. Any ideas: &lt;br&gt; &lt;p&gt;EXECUTE CHAR(255):&#39;k&#39;:&#39;*C:\TEMP\DOSPRI NTER C:\TEMP\SAMPLE2.PRN*&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/fdc6612416868225?show_docid=fdc6612416868225</guid>
  <author>
  h...@comp-ware.net
  (Richard Kann)
  </author>
  <pubDate>Thu, 02 Jul 2009 21:38:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/c70358723c1f0a12?show_docid=c70358723c1f0a12</link>
  <description>
  I use DOSPrinter for all of my printing needs. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.geocities.com/DOSPrint/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;It is especially handy when you have a GDI printer. &lt;br&gt; &lt;p&gt;And it is easy enough to integrate with the jBASE spooler. &lt;br&gt; &lt;p&gt;Dan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/c70358723c1f0a12?show_docid=c70358723c1f0a12</guid>
  <author>
  danielklei...@gmail.com
  (Daniel Klein)
  </author>
  <pubDate>Thu, 02 Jul 2009 13:12:44 UT
</pubDate>
  </item>
  <item>
  <title>RE: Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/8a93dbd78ad765ea?show_docid=8a93dbd78ad765ea</link>
  <description>
  Richard - always great to see ya. &lt;br&gt; See the demos I created for PrintWizard, BASIC source code &lt;br&gt; provided: &lt;br&gt; nospamNebula-RnD.com/products/ printwizard.htm &lt;br&gt; Contact info for the vendor at bottom of that page. &lt;br&gt; We don&#39;t sell PrintWizard or get commissions, I just think it&#39;s &lt;br&gt; great software and quite frequently it&#39;s THE solution to lots of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/8a93dbd78ad765ea?show_docid=8a93dbd78ad765ea</guid>
  <author>
  e09kp5...@sneakemail.com
  (Tony G)
  </author>
  <pubDate>Thu, 02 Jul 2009 04:16:52 UT
</pubDate>
  </item>
  <item>
  <title>Printing a BMP file to a print job</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/73ebb7e387260b13?show_docid=73ebb7e387260b13</link>
  <description>
  Hi All: &lt;br&gt; I am trying to print a .bmp file (a signature capture) to a PCL inkjet &lt;br&gt; printer (Jbase version 3.4.x windows) at the bottom of an invoice. Has &lt;br&gt; anyone accomplished this before or knows how to do it? &lt;br&gt; Richard Kann &lt;br&gt; Comp-Ware Systems, Inc.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/5b38d1c6f597566e/73ebb7e387260b13?show_docid=73ebb7e387260b13</guid>
  <author>
  h...@comp-ware.net
  (Richard Kann)
  </author>
  <pubDate>Wed, 01 Jul 2009 22:40:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: T24: Commands</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/0ddb7663979785e2/e222e9043a271014?show_docid=e222e9043a271014</link>
  <description>
  Hi, &lt;br&gt; if you&#39;re under Unix you can trace system calls (including files &lt;br&gt; opening) using truss or tusc. &lt;br&gt; &lt;p&gt;VK
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/0ddb7663979785e2/e222e9043a271014?show_docid=e222e9043a271014</guid>
  <author>
  kzm...@yahoo.com
  (VK)
  </author>
  <pubDate>Wed, 01 Jul 2009 06:19:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: New jBASE ODBC driver</title>
  <link>http://groups.google.com/group/jBASE/browse_thread/thread/07538dcb77522614/ed44b2db721ded8d?show_docid=ed44b2db721ded8d</link>
  <description>
  Version 0.9 is now available for download. &lt;br&gt; &lt;p&gt;Highlights: &lt;br&gt; - Stored procedures are now fully supported by the driver. INPUT, &lt;br&gt; OUTPUT, IN/OUT, RTNVALUE parameters, adCmdStoredProc command type &lt;br&gt; functionality implemented (ADODB.Command class in C#, VBA, etc...). &lt;br&gt; Stored procedures tab in Administrator tool enhanced/redesigned.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jBASE/browse_thread/thread/07538dcb77522614/ed44b2db721ded8d?show_docid=ed44b2db721ded8d</guid>
  <author>
  ultrac...@gmail.com
  (vultar)
  </author>
  <pubDate>Wed, 01 Jul 2009 09:52:11 UT
</pubDate>
  </item>
  </channel>
</rss>
