+ Reply to Thread
Page 1 of 28 1 2 3 4 5 11 ... LastLast
Results 1 to 10 of 274

Thread: Enable OA

  1. #1

    Default Enable OA

    There already is an Enable for DOS on the Vintage Board and I'm not going to repeat all that I've written there. But the title is misleading in that the last and greatest version of Enable is called Enable OA [Office Automation] and it's such a powerful tool that integrates well with all Window apps via its
    Code:
    .exec_dos
    command. For example I use OA's intense database module to take a bunch of reports emailed from all around the country, and paste them into a couple of sized OA memo windows. The script lets me key or mouse a place, author, and date and pops open [again via the
    Code:
    .exec_dos
    command] a full HTML field report in Mozilla Composer [for emailing with the NVU credit logo] and then pops it open again in Nvu from which it will later read the finished file back into the database table, stripping out the blockquote sections and giving it a unique dated name etc. and remembering where on the disk the new file is stored. These HTML file[s]will later be nested into a personal thank you letter to our ministry supporters. No two letters are the same as OA "remembers" what the supporter has or has not previously received.

    Also in Enable OA I can point and shoot at any of the stored HTML files and OA will open it in the external HTML editor [either Mozilla or Nvu].

    Enable OA has a powerful Spreadsheet Module, Word Processor and other goodies. We are working on supplying a CD to all who wish to experience the Power of Enable OA and Its Current Revival. /OAfurf
    Last edited by OAfurf; July 2nd, 2006 at 01:08 PM. Reason: See if can attach the EnableOA ikon.

  2. #2

    Smile Finally!

    Glad to see some info on Enable OA finally making its way to the web!

    I used Enable through its many versions for many years writing apps for a major candy manufacturer. When I left (5 years ago) at least a dozen major systems were driven by Enable and I think many are still in use there.

    I still use Enable. The DBMS and especially the dot command procedural language runs circles around other systems to this day.

    Question for anyone still using OA: The last cut I have is 59.9. What was the final cut released, and is there a source for that version?

    I look forward to seeing others out there still using this (very capable) dinosaur join this discussion!

    Will Scott

  3. #3

    Default The OA Cabal

    Bravo Will and welcome to the OA Cabal. There are three or four of us [one, Alan is in England using OA but he's generally silent] who have been a working group and one of us is signed on as midMichigan and has a post on the Enable for DOS section of this forum. He runs a major Michigan hardware supply business with OA. If you pump Enable for DOS into the Search engine above, it's worth going to [but only once as this thread supercedes that one] to click on the Thogscave link that midMichigan has supplied there and sign onto thogs. Mind you Thogs is no substitute for this fine forum but it puts you in the OA email loop. Thogs is owned by Peter, one of the OA Cabal who graciously supplied us access to his site.

    The thogs loop will enable you to receive OA files and routines that are sometimes sent around. In fact I see this forum has an attachment icon so I'll try to attach the nifty wee OA routine huhcolor.wpf I just developed last night. A sort of fun thing with the OA .color command. Then there's also the Cabal doghouse and I must put your name in the doghouse and attach the file here as a zipped file [it has a wpf and a mnu file]. That will come later.

    My last cut is 61.6 and I just sent a thogsalert to ask if this is the final cut [I think it is] and another Cabbalist -- Carl -- has burned all the OA diskettes onto a CD and tested that OA can be installed from this CD, so we must get you that.

    Here is what I sent to the thogscave regarding the attached huhcolor.wpf

    Stumbled on a wee undocumented capability in the database display screen. One can color any of the lines any available color combo using the .color command in a bottom line Where prompt in such wise as you can have each line looking a different color. But only for as long as the where prompt stays open... sort of a way to look and see what such and such a combo color looks like.

    To commemorate this discovery I attach a WP inport file. It's self-executing, loading itself as the report form and making it easy to input digits and see your various color combos. Want to copy a certain combo, huhcolor.wpf will optionally write it to the OA clipboard for you.

    Hee Haw! RoundUp time at the OA Cabal.
    OK, I tried uploading the WPF file but it doesn't have the acceptable filename extension for attachments. So since I had to make it into a zip file, I attached two files that run together for a point and shoot exercise for midMichigan. Now I see the zip file is attached. The 3 files are all WPF files but don't run the Sietper.WPF, it's an OA .perform file that will run when you load the 2ietsema.wpf file. But go with the HUHcolor.WPF first. Enjoy!

    /OAfurf
    Attached Files

  4. #4

    Default You're Included in the Cabal Doghouse

    Okay Will, I added you into the OA Cabal Doghouse. Unzip these 5 or 6 small files into a folder that is your current directory [or will become such for this purpose] and open CABAL.WPF in your word processor and lessee what happens. /OAfurf
    Attached Files

  5. Smile Just added another 200 lines of Procedural Language this weekend.

    I've been using OA for the pst 20 years and have many thousands for lines of Procedural Language running DBF applications. It's been very dependable and stable. I occasionaly (every 2-3 months) have to reindex during the day if an index gets blown. I'm not sure why that happens, but it could be due to having about 50ish indexs open with 15 diffeent DBF open (several with 1/2 million records each ) while having 15-20 users logged in accessing, adding, and updating records. Has anyone been able to re-index DBFs while others ahve the DBFs open?? I have to boot everyone out to run a macro that re-indexes everything.

    Last month we lost a key manager (good friend and great husband/father). This leads to questions by my dad (65 years old) and our creditors about contingency plans for issues related to ourselfs if we should have an issue arrise that prevents us from keeping our daily juggle. I've listed this forum and the Thogs as a contact should that ever be needed (Lord willing it isn't needed).

    It would be very interesting if it would be known to what extent OA is still used and maintained. I think there are a lot of users that have no ideas that they are using OA in an app that has been a regular stand-by for years (they probably wouldn't know what OA is anyway).

    Everyone have a GREAT 4th!! Shoot something in the air or light a sparkler with your kids and enjoy!!

  6. #6

    Default Whew! All those indexes [indices]????

    MidMich: I'm amazed it's only every few months. Indexes are prone to corruption in mulituser environments especially if records are being accessed by one user while another is adding new records [which auto updates indexes]. Why not use a daily reindex routine when first coming online for the day? It's no guarantee against corruption. Have you got all your table locking mechanisms in place?

    Just had a peek at the Lan Installation booklet [dark green, I think it might have been later updated] and it's quite well documented on how the locking works. Read the part about the ADD screens. Do your users make use of the ADD/EDIT forms or are they mostly inputting from the report form? /oafurf
    Last edited by OAfurf; July 2nd, 2006 at 05:10 PM.

  7. Question Indexes

    All records are added in a report form format. I read a master DBF with a field called "switch", while this is "2" I wait 1/2 second and re-read. When It's a "1" I change it to a "2", update the master DBF record and proceed with the adding and updating of 10-12 DBF and when finished recording an invoice I change the master DBF record switch field back to "1" and update it. It holds up eveyone while someone is adding or updating records. I tried the .Autolock with little success. It seemed that everyone just stood there waiting for that file to unlock.

    You mention do an index during the day!!?? How can that be done if 10 others have the DBF's open?? The only way I've been able to index is close all users out of all DBF's, then reindex everything (this can take 10-15 minutes and isn't good on a Saturday morning!!).

    Like I mentioned, it has only happened randomly and about once every 3-4 months and usually when we're not busy. That puzzles me because I would expect it more during very high traffic times.

  8. Smile Where in Michigan??

    I was told someone asked where in Michigan MidMichigan11 might be. West Central part of the state between the cities of Grand Rapids, Holland, and Grand Haven. Still a little rural here so we can continue farming, although most of our operation is slowly moving north of the Grand Rapids area.

    Have a Great Dy!!

  9. #9

    Default

    You mention do an index during the day!!?? How can that be done if 10 others have the DBF's open?? The only way I've been able to index is close all users out of all DBF's, then reindex everything (this can take 10-15 minutes and isn't good on a Saturday morning!!).
    I meant to begin each day before users come online, with a routine to reindex all indexes.

    Are you the only one with access to this switch field or does everyone see it and update it? Okay I gather you are using this in place of the non-working locking mechanism [which is odd, on all the years I was on the OA BBS, I don't recall anyone complaining that the .Autolock, etc. doesn't work]. Have you experimented with say, a set of dummy databases with just a couple fields in each to see if the lock doesn't work with a minimal configuration? You have a hefty configuration.

    BTW, I was notified by the system that you had posted here. You can choose that if you wish via the Thread Subscription on your Edit screen.
    /OAfurf

  10. #10

    Default Integration Without Compromise

    Integration Without Compromise was the Enable slogan from the start. One has to hand it to those programmers at The Software Group [later Enable Software]. I have customized an application on OA using an OA Spreadsheet to enter receivables, link to a database table via a OA custom menu, and generate an HTML thank-you acknowledgement, writing it out and popping it open in an external HTML editor using OA's .exec_dos command. Neat. /OAfurf

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts