GUI_DOWNLOAD problem converting long numbers to exponents

hello i am using gui download to download to excel and it is converting my 25 digit number to an exponent on my excel.  Is there a way around this ?  Thanks.

Thanks for that tip.  I haven't tried putting the asterick in the front of it, but i think using another download FM will help.  But right now, I just went ahead and instead of using the format 'DAT' I used 'DBF' which ignores the conversions that excel does.  So it solved my problem with excel converting my values to an exponent, but the other problem that came about was the column heading was truncated at the space! So i was messing around with the parameters of trunc_spaces = ' ', but still it didn't help.
So basically i just shorten my column headings. =)

Similar Messages

  • Problem converting long AVI to MOV

    I am trying to convert one hour AVI file into a MOV format using Quicktime
    PRO on a PC.If I try and convert a short AVI video of less than 5 minutes I
    can can convert it and change the settings of both Video and Audio to suit
    my specification.If however I try and convert a longer AVI say one hour I
    can only set the video characteristics but NO audio at all.The audio
    settings area is greyed out and not changeable.
    My question is this.Is it possible to convert a long AVI video (say 1 hour)
    to a MOV format in Quicktime PRO on a PC and still be able to set the audio
    to the required specification?
    Thanks Stu
    P.S im using QT Pro 7.3

    If the audio settings in the export dialog can't be adjusted then the audio codec used in the file isn't supported by QuickTime Pro export.
    MPEG-1 is playback only.
    MPEG Streamclip (free) can convert your AVI with MPEG-1 audio.
    http://perian.org can also help QuickTime Pro with some codecs used in AVI's.

  • Problem in converting Long Raw to Varchar2

    Hi
    I need to analyze the contents of a 'Long Raw ' field to proceed further. In an attempt to do that, using the following code, I could not see the data in a readable format.Kindly Help...
    create or replace procedure lr2vc1 (lv_id number) is
    c1 long raw;
    note_varchar2 varchar2(32000);
    begin
    select value into c1 from Test_table where id=lv_id; /*value is the Long Raw field*/
    note_varchar2 := utl_raw.cast_to_varchar2(c1);
    insert into lr2vc (prid,lrvalue) values (lv_id, note_varchar2);
    commit;
    --dbms_output.put_line(c1);
    end;
    Thanks
    Sandeep

    Whats wrong with the answer given here?:
    <br>
    Problem while converting Long Raw data to Varchar2

  • My graphical display of converted hexadecimal numbers changes with every run!

    Dear all,
    I've created a Vi that can select and convert hexadecimal numbers from a string array. These hexadecimal numbers contain acceleration data (units g).
    My string array (from line 68+) places every 10 rows a 1 line of hexadecimal number with a length of 300. I've managed to convert this into 1D array DBL.
    My current problem is, when I run my for loop my graphical representation of the acceleration data changes overtime!
    Can anybody help me solve this problem?
    Thanks in advance
    Attachments:
    Hexidecimal Numbers - BIN File GENEA 22-08-12.vi ‏46 KB
    T01Waist_right thigh_011628_2012-02-08 11-15-35.zip ‏750 KB

    I found a little dead time and decided to have a little fun cleaning up.  Notice that I removed the FOR loops on the left side.  The biggest thing was that I used the Read Text File configured to read lines (it gives me an array of the lines in the file), got rid of the first 68 lines, and then passed that array into the FOR loop.  Your code there was next to impossible to figure out, even with the comment.  I have no clue where you came up with trying to update every 25ms.  It shouldn't take your processing that long.  Instead, just index out the lines inside of the loop.
    There's still a bunch of cleaning up to do, but it's quitting time for me.  I'll try to get on sometime this weekend of you have more questions.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Hexidecimal Numbers - BIN File GENEA.vi ‏23 KB

  • System.read.in(); -problems when inputting numbers

    Very wet behind the ears when it comes to java and having problems in inputting numbers. My course requires me to write a program that converts degrees c to degrees f. An addition is to have the user input the value of degrees c. When I input a value, say 0, then instead of c being that value it is 49 instead (maybe ASCII?). I sense that the problem is the System.in.read(); bit. I've preceded it with (int) and also tried (char) but to no avail. The other problem is how to get the program to accept a double figure or treble figure input (i.e 20 degrees c). My program is below. Any advice would be greatly appreciated.
    //This program is designed to convert degrees Celsius into degrees Fahrenheit
    class Ctof
         public static void main(String[]args)
         throws java.io.IOException
              //identify variables
              int c;
              double f; //double is needed as calculation involves fractions
              System.out.println("Please input a value of degrees Celsius then press [Enter]");
              c=(int)System.in.read();
              f=(c/(5.0/9.0))+32;
              System.out.println(c + " degrees Celsius"); //prints value of c
              System.out.println("This is " + f + " degrees Fahrenheit"); //prints value of f
    }

    I think this should work...
    import java.io.*;
    class Ctof
    static BufferedReader b;
    public static void main(String[]args)
    throws java.io.IOException
    //identify variables
    int c;
    double f; //double is needed as calculation involves fractions
    b = new BufferedReader(new InputStreamReader(System.in));
    System.out.println("Please input a value of degrees Celsius then press [Enter]");
    c = Integer.parseInt(b.readLine());
    f=(c/(5.0/9.0))+32;
    System.out.println(c + " degrees Celsius"); //prints value of c
    System.out.println("This is " + f + " degrees Fahrenheit"); //prints value of f
    } I've added a BufferedReader to read data from the input stream (System.in). This then gets converted to an int. System.in.read() is only really for reading bytes.
    Andrew

  • How can I convert a Numbers '08 spreadsheet to Numbers 3.0 without purchasing Numbers '09?

    I have a spreadsheet that I created in '08 when I purchased my first Macbook Pro.  I'm a truck driver and through the forum, individuals help me create a spreadsheet that I use for calculating pay.  My previous MB is down and out.  Just had barely enough energy on my battery that won't hold a charge to power up and save the spreadsheet to a thumb drive to move over onto my NEW MB.  Numbers will not open it stating the spreadsheet is to old.  Is there any way I can get the old spreadsheet saved to a newer version of numbers without purchasing Numbers '09.  I just bought a NEW MB YESTERDAY!!!  Now I have to fork out more money for an app that I have, but, don't have...  I didn't have issues of this sort with Microsoft, thus I would have not even considered an issue like this with Apple...  SMH

    El Capitone wrote:
    Thx Jerrold for responding...  I purchased it from Best Buy...  I contacted Apple Support and they said to "purchase" iWorks 09...  Researched some more after I posted my question, and found that individuals are having problems even with purchasing iWorks 09 and saving the old files to 09 to convert to Numbers 3..
    El,
    I've not heard of this problem. This is what Wayne just did fort you, and I've done it for others. It is important to run Software Update immediately after installing iWork '09 from disk, even before launching the program because Mavericks won't run it without the updates. If I were you, I'd get iWork '09 even if I had to buy it because it's the more capable version of the app.
    Jerry

  • PROBLEM converting word98 to PDF

    Hello,
    I'm having a problem converting word documents into PDF.
    I have a word doc that includes some photos that won't
    transmit in email without distoring the text and images.
    So I wanted to make it a PDF so its all "fixed" and stationary.
    My OS is Panther 3.9
    But my Microsoft Word 98 program I use works from Classic (9) system
    For whatever reason my Acrobat (OS X3.9) isn't working (worry bout that later) but my Preview works.
    I just downloaded a free "Text to PDF" convert program for Mac
    it converts the text (but alters it) and won't do the pics AT ALL
    plus it has a bunch of random coding poping up in it.
    Does someone have the answer to this problem?
    Any recommendations on some freeware program downloads?
    Thanks - coldgooseman

    I appreciate all of your help.
    *TO ROAM:*
    +*For the document, if you click on Print (Command + P), then choose Save as PDF, does that work?*+
    When I go to Print in Micrsoft Word 98 there isn't anything that suggest it cann do that. The winnndoww comes up and there's a tab named "Print" with the ffollowing options I can scroll down & choose:
    Document
    Document Prperties
    Commentsss
    Stylessss
    Autotext EEEntries
    Key Assignments
    That’s it, there's nothing anywhere in Microsoft Word 98 that I can find that will allow me to Save as PDF. Besides Print, the options if I go to "Save As" are only:
    Document Template
    Text Only
    Text Only With Line Breaks
    MS-DOS TEXT
    MS-DOS TEXT With Line Breaks
    RICH TEXT FORMAT
    UNICODE TEXT
    STATIONARY
    SPELLER CUSTOM DICTIONARY
    SPELLER EXLUSIVE DICTIONARY
    HTML Document
    WORD 4.0
    WORD 5.0
    WORD 5.1
    WORD 6.0 /95
    *TO ALLAN JONES:*
    +*consider upgrading to Office X or 2004 so you can do everything in OSX. I've had no trouble making PDFs from OSX Word docs.*+
    Yeah I don't have money for that one right now. But I thought surely there was a quick free download I could get somewhere that would do the job.
    +*A no-cost option is to save the Word Doc as an rtf file and see if all attributes are preserved. Then open it with TextEdit in OSX and see if it still looks right. If it does, print from TextEdit selecting the "Save as PDF" option.*+
    I'll see if I can do that.
    +*It's probably worth your while to see if you can get Acrobat working (if it's the OSX version).*+
    I swear I had a Acrobat 6 but all I find is Acrobat 3. (I've never had reason to use it until now. I always Just use Preview to look at stuff.
    *TO CORNELIUS:*
    +*1. How long is this Word document and how many pictures?*+
    14 pages
    +*2. Does it have a .doc extension at the end of the file name?*+
    I just tried that as you suggested and it WAS a little better. That is, the image started off with the right fonts and space right but as it went on it got more and more off.
    AND it still didn't show any images (just blank spaces between text bodies.)
    +*3. Is this a formal or business type communication, or personal email?*+
    Its formal (an official report on a trip which is why I need the photos to be viewable.)
    +*4. Are you sending it as an email attachment?*+
    YES
    +*5. What email are you using e.g. webmail like Hotmail, Apple Mail etc.?*+
    Hotmail
    +*6. Are you booted in OS X and working in the Classic environment, or booted and working in OS 9?*+
    I'm working in OSX3.9 and the Classic Version opens up in it for Microsoft Word 98

  • RightFax and PDF result in 'Problem Converting Fax Body or Cover Sheet'

    Hi All:
    We are trying to send out faxes of invoices and reports to our customers.  We have RightFax software and have used it for a long time.  We are converting our reports to PDF and send them to RightFax.  I am getting 'Problem Converting Fax Body or Cover Sheet'.  I can create a PDF from a word document and it will send it, but files output from SSRS errors.  What is different between the two.
    PhilPHuhn

    Hi All,
    We use RightFax and to get around the problem of
    Problem Converting Fax Body or Cover Sheet we were told to
    open up the PDF you want to send and click print
    Select the RightFax printer and hit print.
    It will now open up the RightFax window with the PDF attached and you just add in the telephon number and other details
    as you would send your fax.
    regards
    Anthony

  • Convert long to varchar2

    Hi there,
    I am looking for a convertion, long to varchar2, in a sql statement.
    If I run the following query :
    select data_default from user_tab_columns
    It works fine in sql developper but when I execute it in my PHP code it returns:
    Notice: Undefined index: DATA_DEFAULT in /opt/lampp/htdocs/datamodel/index.php on line 64
    This issue is due in the case where the columns has null.
    So I try with the NVL function:
    select nvl(data_default, 'null') from user_tab_columns
    ORA-00932: inconsistent datatypes: expected LONG got CHAR
    I found on internet some people are using the substr function but it did not working for me.
    select substr(data_default, 1, 2000) from user_tab_columns
    ORA-00932: inconsistent datatypes: expected NUMBER got LONG
    Any one has an idea ?
    Regards !

    See this thread as well you can get an exaple user function
    ORA-00932: inconsistent datatypes
    G.

  • App to convert long voice memos to text

    Is anyone aware of an app (on Mac or iPhone) that can convert long (over a couple minutes) dictation to text? Dragon Dictation for iPhone works great, but it only handles recordings up to 30 seconds. It seems like there would at least be some Mac app that could convert longer .m4a voice memo files....?

    Sync them in iTunes via the phone Music pane. You'll find this at the bottom of the page:
    They will go into your music library and a voice memos playlist will be created.

  • Problems converting a pdf file to a word document using ExportPDF

    I am having problems converting a pdf file to a word document (.docx) using ExportPDF. It is spends ages trying to upload the PDF file, but fails to do so. Should I just cancel my subscription?

    I suspect that you are asking for help with CreatePDF. If so, you should post in
    http://forums.adobe.com/community/createpdf
    This is the Reader forum...

  • I have sent my iPod back for servicing because it is cracked, with some dispute with Apple I have managed to get a brand new iPod Touch. Just wondering if anyone has had this problem how long did it take from "Replacement Product Pending" to get bck to UK

    I have sent my iPod back for servicing because it is cracked, with some dispute with Apple I have managed to get a brand new iPod Touch. Just wondering if anyone has had this problem how long did it take from "Replacement Product Pending" to get back to the UK

    Not really. Is say "pending"
    pend·ing 
    /ˈpendiNG/
    Adjective 
    Awaiting decision or settlement.
    Preposition
    Until (something) happens or takes place: "they were released on bail pending an appeal".
    Synonyms
    adjective. 
    pendent - undecided - unsettled - outstanding - pendant
    preposition. 
    during - until - till - to

  • Application Express 3.1 + BI-Publisher + problem with formating numbers

    Hello together!
    I use the Oracle BI Publisher Template Builder for Word (10.1.3.4) to generate RTF-Templates. I upload these templates in Oracle Apex (Advanced support-->BI-Publisher/OC4J as print service).
    It works well, but I have a problem with formating numbers.
    In Template Builder I define following number formats, for example: #.##0 for numbers like 1.454.234 and #.##0,00 for numbers like 54,80
    In Template-Builder Preview it looks well.
    But whatever I do, in use with Oracle Apex dots and comma are allready interchances in the printout.
    That means,
    1.454.234 become 1,454,234 in PDF-Report
    54,80 become 54.80 in PDF-Report
    Other than that, the layout is exactly the same like in Template Builder defined.
    What's wrong?
    Do I have to change any country parameter?
    Juliane

    I also had the same problem. I tried with normal formating of 99g99g999d99 instead of ##,##,##0.00 and it has resulted correct way.

  • Problem with page numbering in Acrobat XI Pro

    Hello community,
    I got a problem with page numbering with certain documents in Acrobat XI Pro.
    The next error comes up:
    Translated in English:
    There is an error occured when getting up of page-content.
    This is occured with certain pdf-documents (i cannot uploading this file).
    Is someone have similar problem, or has someone hev a sollution for this?
    Greetings,
    Bart

    This usually means the file is corrupt, probably because it was not created
    using a standard application like Adobe Acrobat.

  • Whenever i try to sync apps, tones, music etc, it says me to authorize my computer. But i had already authorized it and had even signed into my account. Can you please help me? I am facing this problems since long. please.

    Hey there.
    Please help me.
    Whenever i try to sync apps, tones, music etc, it says me to authorize my computer. But i had already authorized it and had even signed into my account. Can you please help me? I am facing this problems since long. please.
    It goes like this.
    Whenever i connect my iPhone5, it starts to sync. later when it reaches the 4th stage of 'Tranferring Purchases' it stops and says me to Authorize my computer.
    But i had already authorized it and even signed my apple id.
    Moreover, i have only authorized 1 out of my 5 computers.
    Please help me.
    I have been facing this from long.
    Thank You.

    Hi Rameez,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help if iTunes is asking you to authorize your computer repeatedly:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Best,
    Jeremy

Maybe you are looking for

  • HP officejet pro L7555 low ink

    Is there a way to "override" the low ink warning for the cyan, magenta, or yellow cartridges so that I can still print using black ink only?

  • Using OpenCV FileStorage in LabVIEW

    I'd like to use the OpenCV's FileStorage function in the LabVIEW. Mainly because I want to transfer a c++ project to a LabVIEW project. But in this case, i can't load the xml file.  i tested it in a consolo project, it seems to work. here is the code

  • Getting error for opening shopping cart after deleting user fron org struct

    Hi Experts I am getting dump user attribute not maintained after deleting user assignment from org structure. what can i do to retain old status. or atleas wants to avoid getting this dump ..while displaying this SC. pl provide any solution Regards N

  • Bug report:  1.6.0u10 and 11 silent uninstalls

    Unlike 1.6.0 u7 and before, u10 and now u11 have a complete inability to unload any portion of java currently in use during a silent uninstall. This includes the quickstart service (jqs.exe), which is loaded when windows starts even before a user log

  • Unable to find the customer message.

    Hi Gurus, I m facing a problem where I can create the customer message through steps. Help-->Create Support Message and then enter the message in the same.I had configured the Service Desk Management System in the ECC6 System.I can view the calls or