Unix executables, still

Donald A. Gardiner dagardiner at comcast.net
Thu May 15 11:31:19 PDT 2008


	Again, thanks, Dave and Jim and Michael for your prompt attention to  
my problem.
	First, let me comment on a suspicion that was mentioned early on.   
There were no PC's involved.  These were documents created by the  
version of Panorama that was current at the time, on a genuine Apple  
Macintosh.
	The three documents that I have been working with were originals, I  
believe, so they may be permanently lost as Jim suggests.  They were  
from 1997.  However, I have several more of these for 1998 and 1999  
that I would like to recover.
	I don't understand "USB thumb drive."
	Is there any way of finding out what the extensions should be for  
these OS 9 documents?
On WednesdayMay 14, 2008, at 9:08 PM, qna-request at provue.com wrote:

> Send Qna mailing list submissions to
> 	qna at provue.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://provue.com/mailman/listinfo/qna
> or, via email, send a message with subject or body 'help' to
> 	qna-request at provue.com
>
> You can reach the person managing the list at
> 	qna-owner at provue.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Qna digest..."
>
>
> Today's Topics:
>
>   1. CSV export Record delimiter (C.W. Frymire)
>   2. Re: CSV export Record delimiter (David Thompson)
>   3. spell checking problem (Craig McPherson)
>   4. Re: Web Executables (James Rea)
>   5. Re: Web Executables (Michael)
>   6. Fwd: The results of your email commands (O.Calvo)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 14 May 2008 14:33:18 -0500
> From: "C.W. Frymire" <operations at redhouserecords.com>
> Subject: CSV export Record delimiter
> To: List Provue <qna at provue.com>
> Message-ID: <C450A8AE.85654%operations at redhouserecords.com>
> Content-Type: text/plain;	charset="US-ASCII"
>
> Hi,
>
> Can anyone tell me how to force Panorama to create a csv file with  
> unix LF
> as the record delimiter rather than Mac CR? (or whatever it's using)
>
> Also, is it possible to use Text Export Templates in a procedure  
> somehow?
> Or is it possible to use the export command and specify the first  
> data in
> the procedure, also the record delimiter?
>
> What I need to do is create a csv for upload to a remote server.   
> The csv
> must have field names in the first record (but of course my field  
> names do
> not match what must be in the first record).
>
> Thanks!
>
> CW Frymire
> Vice President, Operations
> Red House Records, Inc.
> operations at redhouserecords.com
>
>
>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 14 May 2008 17:28:15 -0500
> From: David Thompson <dthmpsn1 at uiuc.edu>
> Subject: Re: CSV export Record delimiter
> To: "Panorama Questions & Answers \(Discussion\)" <qna at provue.com>
> Message-ID: <p06240800c45114859ea6@[130.126.130.116]>
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
>
>> Hi,
>>
>> Can anyone tell me how to force Panorama to create a csv file with  
>> unix LF
>> as the record delimiter rather than Mac CR? (or whatever it's using)
>>
>> Also, is it possible to use Text Export Templates in a procedure  
>> somehow?
>> Or is it possible to use the export command and specify the first  
>> data in
>> the procedure, also the record delimiter?
>>
>> What I need to do is create a csv for upload to a remote server.   
>> The csv
>> must have field names in the first record (but of course my field  
>> names do
>> not match what must be in the first record).
>
> I would use an Export command in a procedure.
>
> Export "FileName", ? 
> (info("BOF"),"TheirField1,TheirField2,TheirField3"+lf(),"")
>             +YourField1+","+YourField2+","+YourField3+lf()
>
> info("BOF") is true when the first record is being exported, so the
> field names will be exported before the first record's data but not
> for the other records. lf() is a custom function that generates a
> line feed. It's the same as chr(10).
>
> Dave
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 14 May 2008 16:18:30 -0700
> From: Craig McPherson <cdpublishing at qwestoffice.net>
> Subject: spell checking problem
> To: "Panorama Questions & Answers (Discussion)" <qna at provue.com>
> Message-ID: <4F234E02-4A92-41C0-B1BB-D5A200D9DD51 at qwestoffice.net>
> Content-Type: text/plain; charset="macintosh"
>
> I have used the following procedure many times in the past but it
> seems to be broken now and I can't figure out why.
>
> The problem is that when I get to a word that Panorama doesn't
> recognize, the procedure won't start up again when I use the key
> command to invoke it.
>
> The Handbook says:
> If the word is actually misspelled, you can correct the error. In the
> example above, geeky is probably correct,
> but is not in Panorama?s dictionary. To resume scanning for more
> spelling errors, choose Check Spelling
> again from the Edit Menu.
>
> The problem is that I am unable to 'resume scanning' once the
> unrecognized word is selected for correction.
>
> Here is the procedure:
> goform "spell check form"
> local remainingtext
>
> //Set up the main loop to visit all the records
> Loop
>
> //Open the SO
> If  info("ActiveSuperObject") = ""
>     SuperObject "SpellRestrict", "Open"
> EndIf
>
> //Spell check
> SuperObject "SpellRestrict", "Spell"
> ActiveSuperObject "GetSelectedText",remainingtext
> stoploopif remainingtext ?""
>
>  SuperObject "SpellRestrict", "Close"
>  DownRecord
>
> Until  info("Stopped")
>
> Thanks for suggestions on why it no longer works...or how to fix it...
> Craig McPherson
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://provue.com/pipermail/qna/attachments/20080514/72bb6df6/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Wed, 14 May 2008 16:30:56 -0700
> From: James Rea <jim at provue.com>
> Subject: Re: Web Executables
> To: "Panorama Questions & Answers (Discussion)" <qna at provue.com>
> Message-ID:
> 	<r02010500-1049-CDFFDE0D220D11DD93F80014513DFF5E@[192.168.1.104]>
> Content-Type: text/plain; charset=US-ASCII
>
>>  Thank you, Dave.  I did as you instructed.  I dragged three of the
>> converted icons, one by one, onto the center icon (Data Sheet Only)  
>> of
>> the Open Database wizard.  The results were the same for all three -
>> namely the spinning beach ball appeared and the "unexpectedly quit"
>> message followed.
>
> Unfortunately, this probably means that the databases are permanently
> damaged. Do you still have the originals, or only the copy on the USB
> thumb drive?
>
> Jim Rea
> President, ProVUE Development
>
> ---------------------------------------------------------------------
> ---   Celebrating 30 years of software excellence (1978-2008)     ---
> ---------------------------------------------------------------------
> ProVUE Development          (714) 841-7779
> 18685-A Main Street PMB356  http://www.provue.com/
> Huntington Beach, CA 92648  Panorama: Turn information into knowledge
> ---------------------------------------------------------------------
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 15 May 2008 10:16:37 +1000
> From: Michael <audax at wideband.net.au>
> Subject: Re: Web Executables
> To: "Panorama Questions & Answers \(Discussion\)" <qna at provue.com>
> Message-ID: <5055E39C-D396-435B-8111-EC4BD21D4C8A at wideband.net.au>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Donald
>
> As Jim suggests, your data is probably lost but, if you want to
> recover the procedures (which are sometimes more important than the
> data), drag each file icon onto an MS Word icon or open from within
> Word (making sure you select the "All documents" option), SaveAsText
> and, amidst a huge collection of garbage, you will find your
> procedures in pristine condition. I guess any text application would
> do it as well.
>
> michael
>
>
> On 15/05/2008, at 9:30 AM, James Rea wrote:
>
>>> Thank you, Dave.  I did as you instructed.  I dragged three of the
>>> converted icons, one by one, onto the center icon (Data Sheet Only)
>>> of
>>> the Open Database wizard.  The results were the same for all three -
>>> namely the spinning beach ball appeared and the "unexpectedly quit"
>>> message followed.
>>
>> Unfortunately, this probably means that the databases are permanently
>> damaged. Do you still have the originals, or only the copy on the USB
>> thumb drive?
>>
>> Jim Rea
>> President, ProVUE Development
>>
>> ---------------------------------------------------------------------
>> ---   Celebrating 30 years of software excellence (1978-2008)     ---
>> ---------------------------------------------------------------------
>> ProVUE Development          (714) 841-7779
>> 18685-A Main Street PMB356  http://www.provue.com/
>> Huntington Beach, CA 92648  Panorama: Turn information into knowledge
>> ---------------------------------------------------------------------
>> _______________________________________________
>> Qna mailing list
>> Qna at provue.com
>> http://provue.com/mailman/listinfo/qna
>
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 14 May 2008 20:08:12 -0500
> From: "O.Calvo" <ocalvo at cwpanama.net>
> Subject: Fwd: The results of your email commands
> To: "Panorama Questions & Answers (Discussion)" <qna at provue.com>
> Message-ID: <2A9B7C6E-8C95-45F7-BD2B-D1BF34689E6D at cwpanama.net>
> Content-Type: text/plain; charset="us-ascii"
>
> I don't seem able to unsubscribe, what am I doing wrong?
>
> Begin forwarded message:
>
>> From: qna-bounces at provue.com
>> Date: May 14, 2008 6:39:59 PM GMT-05:00
>> To: ocalvo at cwpanama.net
>> Subject: The results of your email commands
>>
>> The results of your email command are provided below. Attached is  
>> your
>> original message.
>>
>>
>> - Unprocessed:
>>> Mailing list removal confirmation notice for mailing list Qna
>>>
>>> We have received a request for the removal of your email address,
>>> "ocalvo at cwpanama.net" from the qna at provue.com mailing list.  To
>>> confirm that you want to be removed from this mailing list, simply
>>> reply to this message, keeping the Subject: header intact.  Or visit
>>> this web page:
>>>
>>>    http://provue.com/mailman/confirm/qna/
>>> 3c005ebe6b5ef84d0684cfdd45a1c32f6835c37e
>>>
>>>
>>> Or include the following line -- and only the following line -- in a
>>> message to qna-request at provue.com:
>>>
>>>    confirm 3c005ebe6b5ef84d0684cfdd45a1c32f6835c37e
>>>
>>> Note that simply sending a `reply' to this message should work from
>>> most mail readers, since that usually leaves the Subject: line in  
>>> the
>>> right form (additional "Re:" text in the Subject: is okay).
>>>
>>> If you do not wish to be removed from this list, please simply
>>
>> - Ignored:
>>> disregard this message.  If you think you are being maliciously
>>> removed from the list, or have any other questions, send them to
>>> qna-owner at provue.com.
>>
>>
>> - Done.
>>
>>
>> From: "O.Calvo" <ocalvo at cwpanama.net>
>> Date: May 14, 2008 6:39:30 PM GMT-05:00
>> To: qna-request at provue.com
>> Subject: Re: ****SPAM****  confirm
>> 3c005ebe6b5ef84d0684cfdd45a1c32f6835c37e
>>
>>
>>
>> On May 14, 2008, at 6:08 PM, qna-request at provue.com wrote:
>>
>>> Mailing list removal confirmation notice for mailing list Qna
>>>
>>> We have received a request for the removal of your email address,
>>> "ocalvo at cwpanama.net" from the qna at provue.com mailing list.  To
>>> confirm that you want to be removed from this mailing list, simply
>>> reply to this message, keeping the Subject: header intact.  Or visit
>>> this web page:
>>>
>>>    http://provue.com/mailman/confirm/qna/
>>> 3c005ebe6b5ef84d0684cfdd45a1c32f6835c37e
>>>
>>>
>>> Or include the following line -- and only the following line -- in a
>>> message to qna-request at provue.com:
>>>
>>>    confirm 3c005ebe6b5ef84d0684cfdd45a1c32f6835c37e
>>>
>>> Note that simply sending a `reply' to this message should work from
>>> most mail readers, since that usually leaves the Subject: line in  
>>> the
>>> right form (additional "Re:" text in the Subject: is okay).
>>>
>>> If you do not wish to be removed from this list, please simply
>>> disregard this message.  If you think you are being maliciously
>>> removed from the list, or have any other questions, send them to
>>> qna-owner at provue.com.
>>
>>
>>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://provue.com/pipermail/qna/attachments/20080514/efe5bdbd/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Qna mailing list
> Qna at provue.com
> http://provue.com/mailman/listinfo/qna
>
>
> End of Qna Digest, Vol 5, Issue 14
> **********************************

Donald



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://provue.com/pipermail/qna/attachments/20080515/47a49787/attachment-0001.html 


More information about the Qna mailing list