Re: SORT to return only some multivalues?

2021-10-13 Thread Mark Hogden
Print limiting should work, but sometimes the alignment doesn’t look great. > SORT INVENTORY BY-EXP PALLET.LOCS “SPKM22” ITEM PALLETS TOTAL PALLET.Q > TYS PALLET.LOCS “SPKM22” WITH PALLET.LOCS = SPKM22 > On Oct 13, 2021, at 05:57, Joshua Camacho wrote: > >  > I would like to be able to

Re: Compilation error 1811

2021-08-10 Thread Mark Hogden
It may be a .net framework issue check for which versions are installed on both boxes, and reinstall on the problem box. Maybe I’m missing something, but if you have good bin and libs on the second machine why can’t you use copies of them on the problem box. If you can’t blow away the existing

Re: FORM QUEUE NAME and FORM QUEUE NUMBER

2018-07-11 Thread Mark Hogden
rect, the 'n' in this case is the channel number and is used >>>> with PRINT ON. >>>> >>>> These statement groups are equivalent (using the queue names from my >>>> original post): >>>> >>>> SP-ASSIGN 42=VENUS >>>>

Re: FORM QUEUE NAME and FORM QUEUE NUMBER

2018-07-05 Thread Mark Hogden
=fqname is the same as 0=fqname which equates to the default PRINT in JBC 1=fqname is used for PRINT ON 1 You can go up to 99=fqname if memory serves. > On Jul 5, 2018, at 09:24, Patrick McCann wrote: > > Hi Daniel, > > Thank you for the excellent and detailed information. It really

Re: Subversion password prompt not showing in telnet

2016-04-28 Thread Mark Hogden
You might try pressing F2 > On Apr 27, 2016, at 8:24 PM, Jim Idle wrote: > > It's very likely that subversion is using special code to display the message > and probably to read the password. > > The answer might be that you cannot do that. That telnet code is very

RE: upgrading jbase

2015-09-16 Thread Mark Hogden
If they are on support with Zumasys, there is now an installshield for 3.4.10 that will work on 64 bit versions of windows 7, 8, and 10. Otherwise the install of the jbase directories, the registration of jbase dlls, and the setting of the needed environment variables is manual, but I think if

RE: Create db and crud operation

2015-07-16 Thread Mark Hogden
there is very least explained documentation. On Tuesday, July 14, 2015 at 10:23:44 PM UTC+5:30, Mark Hogden wrote: You might start here: http://www.jes.com/pb/pbapg.pdf jBase is a Pick derivative which means that it’s unstructured. It’s a database without a schema, and without data types

RE: Create db and crud operation

2015-07-14 Thread Mark Hogden
You might start here: http://www.jes.com/pb/pbapg.pdf jBase is a Pick derivative which means that it’s unstructured. It’s a database without a schema, and without data types, so it’s up to the programmer to maintain the integrity of the data and the readability of their code.

RE: .3x vs 5.x

2015-06-22 Thread Mark Hogden
949-383-2429 d...@jbase.com www.jbase.com -Original Message- From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Mark Hogden Sent: Thursday, April 02, 2015 1:08 PM To: jbase@googlegroups.com Subject: RE: .3x vs 5.x True - more or less - you need a new shell

RE: Windows Server 2012 - who has this in production?

2015-06-02 Thread Mark Hogden
We have a few and plan on a few more. From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Kevin Powick Sent: Tuesday, June 02, 2015 6:20 AM To: jbase@googlegroups.com Subject: Re: Windows Server 2012 - who has this in production? On Tuesday, 2 June 2015 04:46:17

RE: .3x vs 5.x

2015-04-02 Thread Mark Hogden
True - more or less - you need a new shell for certain. We start in an executed environment and then exit and re-enter that after compilation. Subroutines can be more problematical; sometimes requiring a logoff and on. The auto creation of a dll version of exe's is at the root of it. Originally

RE: Will jBASE 3.10 run ok on 32-bit Windows 7

2015-02-05 Thread Mark Hogden
Yes, since Windows 7 beta; it will run on 64 bit 7 or 8 too but the install is manual. From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Neil Charrington Sent: Thursday, February 05, 2015 10:27 AM To: jbase@googlegroups.com Subject: Will jBASE 3.10 run ok on 32-bit

RE: Apparent COPY Limitation

2014-07-28 Thread Mark Hogden
If this is SERVER 2003 or above or windows 7 or above then ROBOCOPY would be my choice. http://technet.microsoft.com/en-us/magazine/ee851678.aspx There's also a richcopy(which I have not tried) that is multi-threaded and supports command line options. From: jbase@googlegroups.com

RE: jb 3.4.10 on Win7

2014-03-28 Thread Mark Hogden
Yes but at least one of the posts(from 2010) say that reducing the memory to 1gb for the install solved the problem. From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Daniel Klein Sent: Friday, March 28, 2014 4:19 AM To: jbase@googlegroups.com Subject: Re: jb 3.4.10 on

RE: jbase 3.x on windows 7

2014-03-14 Thread Mark Hogden
Yes it runs fine on that platform, we have it installed that way on tons of clients, and that’s what we use in-house. From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of David Grenfell Sent: Friday, March 14, 2014 10:03 AM To: jbase@googlegroups.com Subject:

Re: Summing transactions - JBASE 5.1

2014-03-13 Thread Mark Hogden
Without seeing the entire dicts for both files, it's hard to say for sure, but on the face of it it sounds like the query should be on the TRANS file with translates back to the ACCOUNT file. On Mar 12, 2014, at 5:56 PM, thomas.r.houli...@gmail.com wrote: On Sunday, March 9, 2014

RE: JCL Question. How do I suppress the 'Records selected' message after a SELECT OR PQ-SELECT?

2014-02-28 Thread Mark Hogden
Change the P to PH From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of wsw Sent: Friday, February 28, 2014 8:48 AM To: jbase@googlegroups.com Subject: JCL Question. How do I suppress the 'Records selected' message after a SELECT OR PQ-SELECT? For example: 0020

Re: moving my jbase v3.10 to new computer

2014-01-30 Thread Mark Hogden
The installshield for 3.4 will not work on 64 bit machines, but jbase itself functions(albeit unsupported) just fine. You have to make all the registry entries and environment variable settings yourself, and as noted you either need to request a new license if you are on support, or use the

RE: Weird message on Jbase 3.x on Win 7 32 bit

2013-10-08 Thread Mark Hogden
All the time, generally on exit, but not always. -Original Message- From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Richard Kann Sent: Tuesday, October 08, 2013 12:54 PM To: jbase@googlegroups.com Subject: Weird message on Jbase 3.x on Win 7 32 bit Hi All: We

RE: win 7/64 or win 8/64

2013-08-18 Thread Mark Hogden
I agree with T that a VM is the easy way to go but jBase runs fine as a 32 bit app on 64 bit versions of Windows 7, 8, Server 2008 and 2012. It's a manual process that involves updating multiple registry keys. (We have it scripted but it's tailored to our application). Assuming that the

RE: Recuiters

2013-06-10 Thread Mark Hogden
No. From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Rick Weiser Sent: Monday, June 10, 2013 2:01 PM To: jbase@googlegroups.com Subject: Recuiters Guys, I have been delaying adding a recruiter membership to this forum. So, I want to put it to a vote. Please

RE: jBASE migration 3.4 to 5.2 - How difficult?

2013-02-04 Thread Mark Hogden
A substitution code can replace nulls with 0 or you could add zero to the field. Only works if you don't consider cpu cycles an endangered species. 008 S;*;0 Mark From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Daniel Klein Sent: Monday, February 04, 2013 2:33 PM

RE: Licensing information of jBASE

2012-11-02 Thread Mark Hogden
Try jlicensinginfo From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Vignesh Gautam Sent: Friday, November 02, 2012 5:12 AM To: jbase@googlegroups.com Subject: Re: Licensing information of jBASE Thanks for replying. I tried the command prior actually. There is no

RE: Transactions

2012-05-04 Thread Mark Hogden
Not what you asked but... We use transaction boundaries for some updates with varying degrees of success, and we turn transaction logging off on files that contain next numbers. We also keep a pool of returned numbers in a second parameter in each next number record, and the next number routine

RE: Transactions

2012-05-04 Thread Mark Hogden
a file from transaction rollback?? Simon Verona Original message Subject: RE: Transactions From: Mark Hogden m...@proman.com To: jbase@googlegroups.com CC: Not what you asked but... We use transaction boundaries for some updates with varying degrees of success

RE: possible bug in version 4.1

2012-04-27 Thread Mark Hogden
If it's anything like 5.x then the I-type version will probably work. In our experience I-TYPES are much more likely to work as expected in 5.X SUM(fieldname8)+fieldname2 From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Kevin Powick Sent: Friday, April 27, 2012

RE: Conversion of NULL value in an array

2012-03-13 Thread Mark Hogden
NAMC = DCOUNT(ARRAY.TEST,@FM) FOR N = NAMC TO 1 STEP -1 IF ARRAY.TESTN = THEN DEL ARRAY.TESTN NEXT N Or CHANGE @FM:@FM TO @FM IN ARRAY.TEST and then check for first and last null values. From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Durairaj

RE: jBASE 3.4 on Redhat -- Getting the decimal value of a control char?

2011-10-25 Thread Mark Hogden
SEQ(BADCHAR) or SEQS(BADCHAR) http://www.jbase.com/r5/knowledgebase/manuals/3.0/30manpages/man/jbc2_SEQS.h tm -Original Message- From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of wsw Sent: Tuesday, October 25, 2011 11:30 AM To: jBASE Subject: jBASE 3.4 on Redhat

RE: RE: Getting back to a true jBASE forum

2011-08-24 Thread Mark Hogden
If I had bothered to read this all the way to the bottom I would have wasted more time than I spent all last year filtering T24 crap(jimi will no doubt attribute this to my antipodean education and not the length of the post), and if I added in the time spent lurking in CDP well... As the poster

RE: jbase problems show-items-locks

2011-08-16 Thread Mark Hogden
Just to add that hammering the lock table (for example doing thousands of file opens in a short period of time) under 5.2.x on Windows 'seems' to cause locking to lose its way, regardless of file type. -Original Message- From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On

RE: DCOUNT in DICT, Which Correlative?

2011-07-21 Thread Mark Hogden
If you are planning on migrating to 5.2.X, you would be well served by converting all your correlatives to I-TYPES. -Original Message- From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of inavran Sent: Thursday, July 21, 2011 1:34 AM To: jBASE Subject: Re: DCOUNT in

RE: Dynamic array of file pointers?

2011-05-27 Thread Mark Hogden
JIMI beat me too this, but that's what we do. We keep a list of opened files in a dynamic array and a dimensioned array for the file variables, both in COMMON. A routine locates the file name in that array and returns the number of the file, or opens the file and then returns the number. The files

RE: Pre-processor crash

2011-03-02 Thread Mark Hogden
Bad includes have hung the compiler for as far back as I can remember, so at least since lunchtime. -Original Message- From: jbase@googlegroups.com [mailto:jbase@googlegroups.com] On Behalf Of Tuber Sent: Wednesday, March 02, 2011 10:41 AM To: jBASE Subject: Pre-processor crash I

Re: CAN'T PRINT AFTER CHANGING PC

2010-09-01 Thread Mark Hogden
I would guess permissions. From a command prompt (C:) on the server. Dir |(pipe) lp -d \\COMPUTERNAME\PRINTERSHARENAME On Aug 31, 2010, at 6:05 PM, BA fishte...@gmail.com wrote: UPGRADED PC TO WINDOWS 7. PROMAN IS WORKING BUT USER'S PRINTER, THOUGH CHANGED IN JSHELL TO THE NEW

RE: Using Perforce SCM with jBASE

2010-08-02 Thread Mark Hogden
We use the command line tools in a jBASE trigger to automate the checking out process and in a program (thanks Tom) that reviews all the changes others have made and does the appropriate compilations and ancillary updates required on the local copies. For all reviews of code changes, submittals

RE: SELECT USING DICTIONARY FROM OTHER TABLE

2010-07-16 Thread Mark Hogden
Your subject line almost answered the question. SELECT FILE1 {SELECTION CRITERIA}{fields} USING DICT FILE2 -Original Message- From: jbase@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of jlogdup Sent: Friday, July 16, 2010 6:56 AM To: jBASE Subject: SELECT USING DICTIONARY

RE: jBase License Server Error

2010-07-07 Thread Mark Hogden
We have seen this error numerous times over the years and have not been able to pinpoint it, but we are pretty sure it's some sort of software/service conflict, similar to the known problem with Exchange. One work around which we have employed at several sites is to install the license server on

RE: Properly displaying the data provided by a T dictionary

2010-01-12 Thread Mark Hogden
Translates in jBase 3.X dicts always(?) convert system delimiters to spaces. The only way I know to get around this is by using a B correlative. We use a generic routine that either does a LOWER() on the target data or simply passes it back as is depending on our needs. -Original

RE: PROBLEM PRINTING IN CANON D460-490

2009-12-23 Thread Mark Hogden
Search the list for help with Winprinters aka GDI printers. jBase prints directly to the printer and this type of printer cannot print without the correct driver. -Original Message- From: jbase@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of jlogdup Sent: Wednesday,

RE: Creating file list

2009-12-01 Thread Mark Hogden
RTFM http://www.jbase.com/r5/knowledgebase/howto/general/windows/dirdoes.htm From: Iker Salbidegoitia [mailto:iker.salbidegoi...@gmail.com] Sent: Monday, November 30, 2009 11:17 PM To: jbase@googlegroups.com Subject: Re: Creating file list Hi, Dir command in Windows from jbase

RE: jBase baisc: problem passing matrix as argument

2009-08-16 Thread Mark Hogden
Try SUBROUTINE TEST.MATRX.PASS(MAT A.MAT,X,Y) -Original Message- From: jBASE@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of Igor Micev Sent: Saturday, August 15, 2009 6:26 PM To: jBASE Subject: jBase baisc: problem passing matrix as argument Hi all This is my test

RE: Print Jobs List

2009-08-13 Thread Mark Hogden
SP-JOBS allows this already Action Code / Options (P#; PT#; A acctname ; Q queuename; S status) : Use Q queuename at the prompt From: jBASE@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of Sharath HG Sent: Thursday, August 13, 2009 6:10 AM To: jBASE@googlegroups.com

RE: Reading Item From A List?

2009-06-03 Thread Mark Hogden
I suspect you are putting the cow pie before the cow. Even if what I suspect you are trying to do worked, you would only see a bunch of numbers with nothing to tie them to the record key. From the command prompt enter the statement yourself and then SAVE-LIST XYZZY Then EDIT-LIST XYZZY to see

RE: Create Dict

2009-05-12 Thread Mark Hogden
REC1[-11,11] But as the subject is Create DICT item I suspect you are looking to extract a sortable internal date. Can you clarify ? -Original Message- From: jBASE@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of chloe Sent: Monday, May 11, 2009 9:12 PM To: jBASE Subject:

RE: jBASE 4.1.5.17 on Windows Server 2008 (64-bit)

2009-04-18 Thread Mark Hogden
As far as I know, support for 64 bit installs is not due till jBase 5.X which is due in 20XX Be great to know if you find a way to get to run. -Original Message- From: jBASE@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of Thiot Sent: Saturday, April 18, 2009 12:58 PM

RE: How in the world do I print my source code.

2009-03-17 Thread Mark Hogden
One way LIST-ITEM filename programname HEADING List of 'F' - 'I' Rundate 'T' Page 'PL' LPTR (F -Original Message- From: jBASE@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of ww Sent: Tuesday, March 17, 2009 1:46 PM To: jBASE Subject: How in the world do I print my

RE: Today's Date in SELECT

2009-02-05 Thread Mark Hogden
TODAY 001 S 002 0 003 004 005 006 007 D2/ 008 A;D 009 R 010 8 If you use an MD then best to stick in there so it can be used with any file. -Original Message- From: jBASE@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf Of ww Sent: Thursday, February 05, 2009 1:08 PM To:

RE: Dictionary Conversion String

2008-12-08 Thread Mark Hogden
It takes the data in the id of the current file and uses it to retrieve the contents of field(amc) 4 in the SH file record with the same Item ID (I.E. Both files are keyed the same) the output will be a comma separated integer. E.g. 10,000 -Original Message- From: jBASE@googlegroups.com

RE: jbase 3.4x, printers

2008-12-08 Thread Mark Hogden
Somewhere out there is PLP; a skeleton of vb code that will give you the basics of what's need to print to GDI printers using the printer.object in vb.5 or later. It's been years since I've looked at it and we have our own version (tied to our stuff) but IIRC it can be made to work simply