Please, help with text field on form

Hello,
I am creating a form.  I have a text field where the person will type a number into text field and I need it to also enter in another text field.  For example, the person enters 23 into text field 12, I also need the entry of text field 12 to show up in text field 63.  Is this possible?  I'm VERY new to this, so a step by step response would be greatly appreciated!
Thank You!!!
Debby

This requires a script as you have to first verify that the denominator is not blank or zero, or you'll get an invalid operation.
Something like this should work as the custom calculation script of your field:
var s1 = this.getField("Text2").valueAsString;
var s2 = this.getField("Text3").valueAsString;
if (s1!="" && s2!="" && Number(s2)!=0) event.value = Number(s1)/Number(s2);
else event.value = "";

Similar Messages

  • Please help with submitting a pdf form

    I've spend the last few days (literally) searching and searching - in this forum and across the web - for a SIMPLE solution to this problem and found nothing. Actually, I have found a few posts apparently trying to do the same thing I am, but with never a solution beyond "hire a programmer." Maybe  I'm missing something obvious out there, and if so please feel free to  throw tomatoes at me (along with a link I can get what I need - lol)
    At this point I'm completely stumped - furthermore, I'm not a code guru in the slightest. In my research, I did find and buy a script that was supposed to do what I needed - but it doesn't so I'm still stuck and $50 in the hole.
    Moving on, I realize this may be a rather low-tech request given the power of Adobe forms, but I have a client who wants it this way so that's the way it has to be. So, here we go...
    My client wants his website viewers to complete an employment application pdf form and click <submit>
    I have the form completely finished and ready to go
    He then wants to receive that same completed form as a PDF document as an email attachment
    He cares nothing about processing the form DATA (fields) becuase he simply wants to print the form and save it to his computer for future reference
    However...
    Most of the people viewing and completing this app are NOT computer savvy
    In fact, many viewers use public computers (such as at a library) and have no email capabilities or the ability to save the form
    So I cannot use the basic submit-by-email function (that requires a desktop email client)
    So far what I've been trying to do (with the purchased script referred to above) is direct my <submit> button to the url of the php script on the client's server. If I select "html" in the (pdf) submit dialogue box, I do in fact get the DATA from the form in an email. But that's not what I need. If I select "entire pdf document" in the submit dialogue box, I get an error w/ the script.
    In my research I've read that the form DATA can be sent to the server, then parsed back into a PDF form. This seems logical but unnecessary. Also this is an 8 page form with LOTS of data fields, some are required others are optional.
    Is there ANY WAY to have the same form a viewer is filling out and submitting simply sent as an email attachment from the server the form is hosted on???

    Yes, that's possible, and I have just the script...
    Sorry, I couldn't resist.
    I would suggest that the best approach is to set up the form to submit just the form data as an FDF file. This avoids the limitations associated with Reader-enabling the form, which is necessary for the entire filled-in form to be submitted. You mentioned that just sending the form data is logical but unnecesary, but this will be by far the most reliable method.
    Now, you just need a server-side program (script) that processes the form submission. Here's what the script would do:
    1. Accept the incoming data and check that it is a valid FDF.
    2. Attach the FDF to an email message that gets sent to your client
    The recipient of the email can launch the FDF attachment and the corresponding PDF will load and get populated with the data in the FDF. The filled-in PDF can then be viewed/printed/saved.

  • Please help. Text fields launch email for XML data

    Let me start by saying I have only been using LiveCycle for two days. I did buy a book and have exhaustuvley searched for a solution....with that said....
    After completing almost the entire form, somehow or other I managed to make all the text fields but one initiate email of xml data as soon as you try to type in them in PDF preview or reader or pro.
    I added a new text field for test and it does NOT do the same thing. I can't for the life of me figure out how to turn this off.
    Issue:
    When checking pdf preview, if I click inside a text field to type, it stops the preview and launches an email window with a blank XML file. It does the same thing if I open the file in Reader or Pro.
    Solution I am looking for:
    My form is nearly complete and i would hate to have to start all over. Basically, I do NOT want the text fields to initiate an email of the form data. I just want the user to be able to type in them as required. In my opinion this should only happen with the "email form" button.
    Thanks,
    Joe
    [email protected]

    funny, i found a workaround. after nearly 3 hours and finally posting here, in 15 minutes i found something. I still would like to know
    what caused this if anyone knows.....
    Fix:
    By selecting the text field and changing object type to "Text" then changing it back to "TextField" then save, it now works fine. Of course I had to do it on all 25 fields but way better than redoing all the custom fields i created.

  • Acrobat 11.0.06 crashes with text fields in forms

    Hi All,
    Trying to fill out a PDF form in Acrobat but it crashes whenever I click on the text fields. I also can not open my preferences panel without it crashing.
    I tried installing the patch but that didn't help.
    Any help would be much appreciated!
    Jake

    Hi Deepak,
    I downloaded another unrelated form just to check and it crashed also, so all forms are causing the same crash. It happens when I click on the text field.
    Thanks for the help!
    Jake

  • Please help with Text Manipulation

    I am trying to display text in a fixed frame in Reports 9i.
    Example:
    Assuming Fixed Display Text Area in Report = 5 lines x 100 characters
    Text field in database has capacity of 4000 characters(which is free form text entered by user and can contain tabs/carriage return etc)
    How do I read from the database text field to display only the text that would fit in the fixed frame on the report. And I need to display the remaining text in the subsequent pages of the report.
    Ideally 5 lines of text would mean 500 characters, but this can vary based on existence of tab spaces or carriage returns.

    Hi,
    You'll want to post here instead:
    Reports
    -Ron

  • Please Help with text parsing problem

    Hello,
    I have the following text in a file (cut and pasted from VI)
    12 15 03 12 15 03 81 5 80053 1 1,2,3 $23.00 1 ^M
    12 15 03 12 15 03 81 5 84550 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 84100 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 83615 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 82977 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 80061 1 1,2,3 $44.00 1 ^M
    12 15 03 12 15 03 81 5 83721 1 1,2,3 $15.00 1 ^M
    12 15 03 12 15 03 81 5 84439 1 1,2,3 $44.00 1 ^M
    12 15 03 12 15 03 81 5 84443 1 1,2,3 $40.00 1 ^M
    12 15 03 12 15 03 81 5 85025 1 1,2,3 $26.00 1 ^M
    12 15 03 12 15 03 81 5 85008 1 1,2,3 $5.00 1 ^M
    this method reads the text from a file and stores it in a ArrayList
        public ArrayList readInData(){
            File claimFile = new File(fullClaimPath);
            ArrayList returnDataAL = new ArrayList();
            if(!claimFile.exists()){
                System.out.println("Error: claim data - File Not Found");
                System.exit(1);
            try{
                BufferedReader br = new BufferedReader(new FileReader(claimFile));
                String s;
                while ((s = br.readLine()) != null){
                         System.out.println(s + " HHHH");
                        returnDataAL.add(s);
            }catch(Exception e){ System.out.println(e);}
            return returnDataAL;
        }//close loadFile()if i print the lines from above ... from the arraylist ... here is waht i get ...
    2 15 03 12 15 03 81 5 80053 1 1,2,3 $23.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84550 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84100 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 83615 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 82977 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 80061 1 1,2,3 $44.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 83721 1 1,2,3 $15.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84439 1 1,2,3 $44.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 84443 1 1,2,3 $40.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 85025 1 1,2,3 $26.00 1 HHHH
    HHHH
    12 15 03 12 15 03 81 5 85008 1 1,2,3 $5.00 1 HHHH
    HHHH
    I see the ^M on the end of the lines ... but i dont understand why im getting the blank lines
    in between each entry ... I printed "HHHH" just to help with debugging ... anyone have any ideas why i am getting the extra blank lines?
    thanks,
    jd

    maybe its a FileReader deal.. Im not sure, maybe try using InputStreams. This code works for me (it reads from data.txt), give it a try and see if it works:
    import java.io.*;
    public class Example {
         public Example() throws IOException {
              BufferedReader b = new BufferedReader(new InputStreamReader(new FileInputStream("data.txt")));
              String s = "";
              while ((s = b.readLine()) != null) {
                   System.out.println(s);
              b.close();
         public static void main(String[] args) {
              try {
                   new Example();
              catch (IOException e) {
                   e.printStackTrace();
    }

  • Please help with text boxes

    Can somebody help me wit hmy problem. I have a fom with many tables in it, some cells of the table are text boxes or at least they were when I developed it. Now I need to edit some of the cells and for some reason I cannot do it as the cell is not a text box but became (untitled<draw>) I cannot change its type back to text. Can some one advise what to do whitouh retyping text again in the new cell.
    Many thanks in advance

    You are welcome!
    I have a preference for Javascript (just get in the syntax zone) and use it for most things (except dates).
    As you know:
    this = current object
    rawValue = accesses the value of object
    From an Excel point of view FormCalc is similar and has inbuilt function like sum(), Max(), etc. Syntax is $ for current object and you don't need the rawValue. This is very handy when summing a column in a repeating table. Also FormCalc is excellent for working with time and dates. (not that you can't work around in Javascript, but it is heavier).
    Adobe have a very good reference for FormCalc at http://www.adobe.com/go/learn_lc_formCalc_82 and I would recommend that to you. I think it comes from the LC help file, but is easier to use.
    From a performance point of view, you can either have FormCalc in the calculate event of an object, which looks back at other fields (this will fire each time one of these fields changes). Alternatively you can have the FormCalc in the exit event of a field, which pushes a calculation/value forward to another object.
    Functions are handy if you have a script that you are using several times in a form. You write the script in a "script variable" and then call it in the objects events. HOWEVER, script variables are available in Javascript only.
    One last thing is that if you have a constant (like VAT), then rather than including  "* 0.21" in all of your calculations, use a global variable in the Form / Properties / Variables tab. currentVat = 0.21. Then in your calculations would be "* currentVat.value". If the VAT rate changes then you only have to change it in one location.
    In summary FormCalc is more akin to Excel; just watch the syntax.
    Good luck,
    Niall

  • Please help with creating a functional form..

    Hi world,
    I have been able to create a working and functional form using Adobe LiveCycle Designer which others can view and complete as a pdf.  I added a button to where it can be emailed to anyone.
    My question is: The email that automatically is generated currently says
    Form Returned: ProjectInquiryForm test.pdf
    The attached file is the filled-out form. Please open it to review the data.
    And of course there is a pdf attached.  Is there any way to edit this language??
    I am a technology novice so if anyone has step by step or easy instructions it would be greatly greatly appreciated!
    Thanks so much,
    Jennifer

    Thank you for your help.  I was able to create the form, and add the email button functionality, etc.  One last question, The email currently says
    Form Returned: ProjectInquiryForm test.pdf
    The attached file is the filled-out form. Please open it to review the data.
    And then has the pdf attached.  Is there any way to edit this language?
    Thanks again!
    Jennifer

  • Please help with text problem

    I am new to photoshop.  While going through one of the basic video tutorials, I came to the section where is says to add text.  I followed instructions, but can't see what I type.  My cursor looks different than the one in the video when I click into the layer with the text tool too.  I have a small square dot.  The video shows a normal text cursor, as you'd find in Illustrator.
    If I type something and click enter, it replaces the name of the layer, but is still not visible in the image.  The layer displays as a text layer.  What am I doing wrong?  Thanks.
    Chris.

    You mentioned you are new to Photoshop. When using the Type tool if, instead of clicking, you click with a tiny drag to the click you will see this symbol:
    Just delete it and try again. Good luck and welcome to Photoshop

  • Please help with text

    I have the newest software, im seriously irritated with the fill in text. Everyday I use the word shiit, minus the extra I. and it allways wants to put the words shut or shot. I dont think ive EVER even used those words. this has gone on ever since I updated months ago. Is there any way to stop it from doing this? it drives me nuts!
    Message was edited by: msonia03

    Apparently, the dictionary has sh*t-for-brains..
    Try this (it looks insane, but works).
    Settings > General > Keyboard > International Keyboards > Add New Keyboard > select Japanese Ten Key and add.
    Back out of Settings and go back to General > Keyboard > (you will now see a new choice) Edit User Dictionary > "+" > Word > type in that word > Save
    You now will be able to use that word using the English keyboard without correction. Why this hidden feature requires enabling a Japanese dictionary (and only Japanese) is a question only Apple can answer...
    Message was edited by: modular747

  • I need help with a 1 Page Form with scrollable text field (5000 limit characters) and printing

    Hello, I have no training in using Adobe Acrobat Pro or Livecycle Designer so I need major help with a 1 page form that I am attempting to create. Basically the form will be used to nominate employees for a Job Well Done Award.
    The form contains the following:
    1.) The name(s) of the employees being nominated and the date of the accomplishment.
    2.) In the middle of the page I have a section for a write up, limited to 5000 characters, this is were I am needing the most help. A couple of things, about this section: The font is set at 11 and I don't want it to change. The text field has multiple-line, scroll long text enabled. The text field is a certain size and can only hold so much text, then it starts to scroll, which I am ok with, I like that feature. The issue I am having is during printing. I would like to keep the text field scrollable but when I print I would like to be able to print everything in that field. Executing this is the problem, I have no clue how to do it. I was hoping for some setting within Acrobat Pro or LiveCycle to be available, but the more I read and research this, it appears that it may require java, xml, basically some coding. I don't know for sure.
    3.) Below the text field I have another field for the person nominating to type their name and right next to that another field for a digital signature.
    4.) And finally below those two fields I have a Submit button that is setup to start email application so the form can be emailed to the proper inbox.
    Thank you in advance.

    With an Acrobat form the only thing you can do is export the text to
    another location (like a blank field on another page) or to another file
    format. With an LCD form you can expand the text box itself, but you'll
    need to ask about that over at the LCD Scripting forum.

  • HT5824 I switched over from an iPhone to a Samsung Galaxy S3 & I haven't been able to receive any text messages from iPhones. Please help with turning my iMessage completely off..

    I switched over from an iPhone to a Samsung Galaxy S3 & I haven't been able to receive any text messages from iPhones. I have no problem sending the text messages but I'm not receivng any from iPhones at all. It has been about a week now that I'm having this problem. I've already tried fixing it myself and I also went into the sprint store, they tried everything as well. My last option was to contact Apple directly. Please help with turning my iMessage completely off so that I can receive my texts.

    If you registered your iPhone with Apple using a support profile, try going to https://supportprofile.apple.com/MySupportProfile.do and unregistering it.  Also, try changing the password associated with the Apple ID that you were using for iMessage.

  • Interactive pdf form with text fields. Chinese fonts

    Hi All
    We have designed an interactive pdf with text fields. We need the text fields to be in a Chinese font. I understand that this cant be done in Indesign (change the inputting font to Chinese) I have moved the file over to Acrobat Pro and used the text property to amend the font to Simsun but when we try it out the font is still in English. Any ideas on how to remedy the problem??
    Thank you in advance
    Paul

    Basically, you need to create a pdf form.
    Add a text field to your form.
    There you can choose which font your want the text to appear in.
    The trick is, when you export from InDesign, in the "Advanced Tab" — set "Subset fonts when percentage…" to 0%, so the whole font embeds.'
    I believe there's an option in Acrobat to embed the font as well, but I'm not recalling what it it.
    But that will ensure the font appears correctly.
    d

  • My "fn" button is stuck on only revealing mission control in Lion. With this problem none of my "f" keys will work nor can I hold "fn" and delete to delete text in opposite direction. Can someone please help with this?

    My "fn" button is stuck on only revealing mission control in Lion. With this problem none of my "f" keys will work nor can I hold "fn" and delete to delete text in opposite direction. Can someone please help with this?

    Following the fix here worked for me:
    https://discussions.apple.com/message/15680566#15680566
    except my plist file was in ~/Library instead of /Library.
    -Scott

  • Safari crashes in pages with text field

    I had the bugger of a problem with the "Your network settings have been changed by another program" bug (virus?). I solved that by doing the quick-finger return/click settings, duplicate my settings, delete Automatic, and rename my duplicate one "Automatic".
    At the same time that this problem occured, I noticed Safari crashing on any page with text fields, which is just about ANY page these days. I've also noticed Skype crashes, and while searching with Spotlight, that periodically crashes also. Firefox works fine, iChat works fine.
    These programs are only affected in my main account - I created a new user account and don't have the problems there. But I also don't have access to any of my important files and settings in the new account!
    My question is - how can I get functionality in my main account, where all my IMPORTANT files reside?
    I have done everything - repairing disk and permissions until my ears bleed, re-re-re-install and archive, virus scans (yes there are), pulling out .plists and library files, reset safari, probably did more damage than good, etc., etc., etc.
    I can't figure out what I need to do and it's seriously driving me BUGGY
    Any HELP would be greatly appreciated, (as I see a lot of mac problems in these forums but very few solutions).
    Crash Log:
    Date/Time: 2008-09-22 01:26:37.112 -0400
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [64]
    Version: 3.1.2 (4525.22)
    Build Version: 6
    Project Name: WebBrowser
    Source Version: 45252200
    PID: 289
    Thread: 4
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000002
    Code[1]: 0x00000000
    Thread 0:
    0 libSystem.B.dylib 0x90042cfc fsync + 12
    1 com.apple.Foundation 0x9283dbf0 -[NSData writeToFile:atomically:] + 112
    2 com.apple.WebKit 0x94d78f98 -[WebHistoryPrivate _saveHistoryGuts:URL:error:] + 232
    3 com.apple.WebKit 0x94d78e94 -[WebHistoryPrivate saveToURL:error:] + 62
    4 com.apple.WebKit 0x94d78e03 -[WebHistory saveToURL:error:] + 51
    5 com.apple.Safari 0x00030217 0x1000 + 193047
    6 com.apple.Foundation 0x9281006f __NSFireDelayedPerform + 403
    7 com.apple.CoreFoundation 0x9082c756 CFRunLoopRunSpecific + 3341
    8 com.apple.CoreFoundation 0x9082ba42 CFRunLoopRunInMode + 61
    9 com.apple.HIToolbox 0x92df2878 RunCurrentEventLoopInMode + 285
    10 com.apple.HIToolbox 0x92df1f82 ReceiveNextEventCommon + 385
    11 com.apple.HIToolbox 0x92df1dd9 BlockUntilNextEventMatchingListInMode + 81
    12 com.apple.AppKit 0x93277f45 _DPSNextEvent + 572
    13 com.apple.AppKit 0x93277b37 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    14 com.apple.Safari 0x00007de3 0x1000 + 28131
    15 com.apple.AppKit 0x932718c4 -[NSApplication run] + 512
    16 com.apple.AppKit 0x93265820 NSApplicationMain + 573
    17 com.apple.Safari 0x000aa2c2 0x1000 + 692930
    18 com.apple.Safari 0x000aa1e9 0x1000 + 692713
    Thread 1:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.WebCore 0x94fc2adc WebCore::ThreadCondition::wait(WebCore::Mutex&) + 24
    2 com.apple.WebCore 0x94fbda79 WebCore::IconDatabase::syncThreadMainLoop() + 243
    3 com.apple.WebCore 0x94f782fa WebCore::IconDatabase::iconDatabaseSyncThread() + 180
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90042cfc fsync + 12
    1 com.apple.Foundation 0x9283dbf0 -[NSData writeToFile:atomically:] + 112
    2 com.apple.Foundation 0x92866d5b -[NSFileManager createFileAtPath:contents:attributes:] + 80
    3 com.apple.Foundation 0x92866cab -[NSFileManager(NSURLExtras) webcreateFileAtPathWithIntermediateDirectories:contents:attributes:directoryAttribu tes:] + 56
    4 com.apple.Foundation 0x92865aea -[NSURLCache _diskCacheExecuteWrite:] + 422
    5 com.apple.Foundation 0x9285e506 -[NSURLCache _diskCacheSync] + 264
    6 com.apple.CoreFoundation 0x9082c756 CFRunLoopRunSpecific + 3341
    7 com.apple.CoreFoundation 0x9082ba42 CFRunLoopRunInMode + 61
    8 com.apple.Foundation 0x92856c76 +[NSURLCache _diskCacheSyncLoop:] + 206
    9 com.apple.Foundation 0x927fa39c forkThreadForFunction + 123
    10 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x928502fc -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.Syndication 0x9a461966 -[AsyncDB _run:] + 181
    3 com.apple.Foundation 0x927fa39c forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4 Crashed:
    0 com.apple.Foundation 0x9282d4b3 _NSRaiseError + 227
    1 com.apple.Foundation 0x928542f3 +[NSException raise:format:] + 57
    2 com.apple.Foundation 0x928e3a76 _NSFileHandleRaiseOperationException + 142
    3 com.apple.Foundation 0x9286a880 -[NSConcreteFileHandle readDataOfLength:] + 492
    4 com.apple.Foundation 0x9286b787 -[NSConcreteFileHandle readDataToEndOfFile] + 41
    5 com.apple.Foundation 0x9286aef3 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 336
    6 com.apple.Foundation 0x9286acb2 saveTimerCallback + 132
    7 com.apple.CoreFoundation 0x9082c756 CFRunLoopRunSpecific + 3341
    8 com.apple.CoreFoundation 0x9082ba42 CFRunLoopRunInMode + 61
    9 com.apple.Foundation 0x9282fa40 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    10 com.apple.Foundation 0x927fa39c forkThreadForFunction + 123
    11 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x9001a1cc select + 12
    1 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90016a7c unlink + 12
    1 com.apple.Foundation 0x9283ebfc -[NSFileManager _removeFileAtPath:handler:shouldDeleteFork:] + 2411
    2 com.apple.Foundation 0x9283e821 -[NSFileManager _removeFileAtPath:handler:shouldDeleteFork:] + 1424
    3 com.apple.Foundation 0x9283e285 -[NSFileManager removeFileAtPath:handler:] + 240
    4 com.apple.Safari 0x0004ebe5 0x1000 + 318437
    5 com.apple.Safari 0x00027cac 0x1000 + 158892
    6 com.apple.Foundation 0x927fa39c forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4 crashed with X86 Thread State (32-bit):
    eax: 0x15f22000 ebx: 0x9282d3de ecx: 0x90a5a321 edx: 0x15e4aa00
    edi: 0x15ebd1c0 esi: 0x15ebd260 ebp: 0xb019f5e8 esp: 0xb019f580
    ss: 0x0000001f efl: 0x00000246 eip: 0x9282d4b3 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x121fff com.apple.Safari 3.1.2 (4525.22) /Applications/Safari.app/Contents/MacOS/Safari
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fefff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031e000 - 0x90773fff com.apple.CoreGraphics 1.258.79 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080a000 - 0x908d2fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90912000 - 0x90a06fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a56000 - 0x90ad5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afe000 - 0x90b62fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd1000 - 0x90bd8fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdd000 - 0x90c50fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c65000 - 0x90c77fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7d000 - 0x90f23fff com.apple.CoreServices.CarbonCore 682.30 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f66000 - 0x90fcefff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91007000 - 0x91046fff com.apple.CFNetwork 129.22 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9141bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9141f000 - 0x91445fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91934fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91947000 - 0x919f9fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3f000 - 0x91a55fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5a000 - 0x91a78fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7d000 - 0x91adcfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aee000 - 0x91af2fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af4000 - 0x91b7cfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b80000 - 0x91b9bfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba0000 - 0x91ba2fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ba4000 - 0x91c82fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91c9f000 - 0x91cdefff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ce4000 - 0x91ce4fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce6000 - 0x91d74fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7b000 - 0x91d7bfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7d000 - 0x91dd6fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddf000 - 0x91e03fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e0b000 - 0x92214fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224e000 - 0x92602fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262f000 - 0x9271cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271e000 - 0x9279cfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927dd000 - 0x92a0dfff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b27000 - 0x92b3efff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b49000 - 0x92ba1fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb5000 - 0x92bb5fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb7000 - 0x92bc7fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd6000 - 0x92bdefff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be4000 - 0x92beafff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bf0000 - 0x92c81fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c95000 - 0x92c99fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9c000 - 0x92cbafff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccc000 - 0x92cd2fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd8000 - 0x92d3bfff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dca000 - 0x92dd8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ddf000 - 0x92de4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de9000 - 0x930defff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e4000 - 0x931effff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f4000 - 0x9320ffff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325f000 - 0x9325ffff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93261000 - 0x93917fff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c98000 - 0x93d13fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4c000 - 0x93e05fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e48000 - 0x93e48fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e4a000 - 0x9400bfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94051000 - 0x94092fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9409a000 - 0x940d4fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d9000 - 0x940effff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94188000 - 0x941c6fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9420a000 - 0x9421bfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94229000 - 0x94267fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94283000 - 0x94292fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94299000 - 0x942a4fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942f0000 - 0x9430afff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947b2000 - 0x948f8fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94984000 - 0x94993fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9499a000 - 0x949c3fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949c9000 - 0x949d8fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949dc000 - 0x94a01fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a0d000 - 0x94a2afff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94d56000 - 0x94e08fff com.apple.WebKit 4525.18 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e73000 - 0x94f3afff com.apple.JavaScriptCore 4525.18 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94f76000 - 0x95568fff com.apple.WebCore 4525.18.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9a45f000 - 0x9a496fff com.apple.Syndication 1.0.7 (55) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a4b2000 - 0x9a4c4fff com.apple.SyndicationUI 1.0.7 (55) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (4.170.46.9)
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST3500641AS Q, 465.76 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-K06
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: WinTV HVR-980, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: USB-PS/2 Optical Mouse, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    FireWire Device: EZQuest IDE Device, EZQuest Inc., Up to 400 Mb/sec
    FireWire Device: My Book, WD, Up to 400 Mb/sec
    FireWire Device: OneTouch, Maxtor, Up to 400 Mb/sec
    FireWire Device: > LaCie 1394 DVD-R/RW+CD drive LUN 0, LaCie Group SA, Up to 400 Mb/sec

    Well, thanks for ignoring my plea for help all! I'll mark this as "ANSWERED" even though no answers or suggestions have been offered in over 3 days. I'll figure it out by myself.
    The snarkiness in my initial post was because, as I peruse these forums for answers, I see a lot of threads that have no conclusion - either the person asking the question found an answer and never reported back to tell us what actually worked, or their Mac died completely, leaving them unable to post about it.
    I also see a lot of uninformed posts saying things like "There are absolutely NO viruses for the Mac" or "the Mac OS is impenetrable to attacks". Try to be informed before you attempt to be helpful.
    I was also quite upset that it took me 3 days trying to figure out what info was needed to access the forums here. I don't use my "Apple ID" on a daily basis, in fact, I can't recall ever using it for anything, so it was a real effort to get in here and actually ASK my question.
    I've gone from being one of Apple's biggest evangelist for over 28 years, to being a real Mac-Hater - in the span of one machine. This iMac is the worst design I've ever encountered, not only due to the fact that it's a HUGE FIRE-HAZARD but I feel like I'm staring at a cubicle partition whenever I'm using it. I could never imagine Apple sticking everybody with such a badly conceived machine. Especially after all these years of faith and hope that I've placed in the company.
    These new iMacs overheat and die with normal use. This is a KNOWN PROBLEM that Apple is sweeping under the rug. My machine's graphics processor fried, taking the screen and logic board with it. ALL HAD TO BE REPLACED. This is probably unrelated to my recent Safari crashes, but people should know that the life of their Macs are severely reduced (by DESIGN) these days.
    So, thanks for no help everybody. I'll remember not to bother next time.

Maybe you are looking for

  • Living in a VW

    Perhaps I should know this, but I don't! I am going to be living in a VW van for 2 months with my MBP. Can I charge it with the 12 volt outlet in the van??? If not, is there some way I can charge it while I'm on the road?

  • Photo will not display

    Everytime I double click on my photo either on the Events or Photos library it becomes a supersized exclamation point. Please help.

  • While opening specific Document "Not enough Memory" while rendering the Document with Large Image

    When Opening a PDF-File with a Large Image, the Adobe Reader and Acrobat will Crash while rendering with the Message Out of Memory. After some investigations this error is reproducable on Windows 2008 R2 and 2012 R2 Machines running on HP ProLiant BL

  • How to clear libary from unused elements in Captivate 4

    I have a big software presentation with some unused elements in the Libary. How can I clear the Libary from these unused elements? I didn't find this in Captivate 4. Please help me. In the last week the presentation often shut down. Perhaps it will b

  • How to design a "white" background in "black and white" ad on pink newsprint?

    Long-time Indesigner here, but I have never had this dilemma before. Am designing a "black and white" newpaper ad for a major paper that has a pink section, i.e. it prints on pink newsprint. So I know this is black ink only, hence the "black and whit