Smartform faxing problem - No delivery to FAX

Hi gurus,
I'm sending a smartform by fax in a company that has never used smartforms before (using ECC6). The output goes to sost but upon releasing it it fails with the error messages "No delivery to FAX" and "Document Conversion failed". On checking with our basis team it appears that the format of the file sent is not right and fails at the point of sending. Existing sapscripts and standard output types are faxed correctly. Both emailed and printed versions of the output are working correctly.
The smartform is called from a custom output type on the purchase order. I've checked OSS and apart from an older note nothing seems to exist there. This is the code I am using to send it. I have been searching for a solution to this without any success for some time. What am I doing wrong here?
If this is a fax output
  IF nast-nacha = 2.
    ls_cont_par-device       = 'TELEFAX'.
    ls_cont_par-no_dialog    = 'X'.
    ls_cont_par-getotf       = 'X'.
    ls_cont_par-no_open      = ' '.
    ls_cont_par-no_close     = ' '.
    ls_cont_par-langu        = 'E'.
    ls_cont_par-preview      = ' '.
    ls_options-tdtitle       = gv_con_subject.
    ls_options-tdteleland    = nast-tland.
    ls_options-tdtelenum     = nast-telfx.
    ls_options-tdtelenume    = nast-telfx.
    ls_options-tdschedule    = 'IMM'.
    ls_options-tdsenddate    = sy-datum.
    ls_options-tdsendtime    = sy-timlo.
    ls_options-faxformat     = 'PDF'.
    ls_options-tdnoprev      = 'X'.
  Call the smartform output
    CALL FUNCTION lv_function_call
      EXPORTING
        control_parameters = ls_cont_par
        output_options     = ls_options
        user_settings      = ''
        i_language         = sy-langu
        i_values           = gs_values
      IMPORTING
        job_output_info    = ls_job
      TABLES
        it_po_items        = gt_po_items
      EXCEPTIONS
        formatting_error   = 1
        internal_error     = 2
        send_error         = 3
        user_canceled      = 4
        OTHERS             = 5.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
      WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    lt_otf_data[] = ls_job-otfdata[].
    ls_faxoptions-tdotftype  = 'ASC'.
    ls_faxoptions-faxformat  = 'ASC'.
    ls_faxoptions-tddevice   = 'TELEFAX'.
    ls_faxoptions-tdteleland = nast-tland.
    ls_faxoptions-tdtelenum  = nast-telfx.
    ls_faxoptions-tdsenddate = sy-datum.
    ls_faxoptions-tdsendtime = sy-uzeit.
    ls_faxoptions-tdcover    = ' '.
    ls_faxoptions-tdtitle    = nast-objky.
    ls_faxoptions-tdcopies   = 1.
    ls_faxoptions-tdnewid    = 'X'.
    ls_faxoptions-tddataset  = 'ZP01 PO Output'.
    ls_faxoptions-tdsuffix1  = 'FAX'.
    ls_faxoptions-tdsuffix2  = sy-uname.
    ls_faxoptions-tdimmed    = 'X'.
    ls_faxoptions-tdlifetime = 8.
    ls_faxoptions-tdcover    = 'ZP01'.
    ls_faxoptions-tdcovtitle = 'ZP01'.
    ls_faxoptions-tdfaxuser  = sy-uname.
    CALL FUNCTION 'CONVERT_OTF_AND_FAX'
      EXPORTING
        faxoptions   = ls_faxoptions
        user         = ls_faxoptions-tdfaxuser
      IMPORTING
        fax_ok       = ok
        office_objid = off_obj
        msgno        = msgno
        msgid        = msgid
        msgv1        = msgv1
        msgv2        = msgv2
        msgv3        = msgv3
        msgv4        = msgv4
      TABLES
        otf          = lt_otf_data.
    IF ok = 'X'.
      MESSAGE s459(td) WITH off_obj-objno. "fax request was succ. created AS
    ELSE.l
      MESSAGE ID msgid TYPE 'E' NUMBER msgno
      WITH msgv1 msgv2 msgv3 msgv4
      RAISING send_error.
    ENDIF.
ENDIF.

Hi,
if you check via the debugger, are the parameters lt_otf_data and ls_job-otfdata[ ] filled with valid OTF data before the call to function 'CONVERT_OTF_AND_FAX'?
regards,
Aidan

Similar Messages

  • Fax Problem on HP laserjet 200 color MFP M276nw

    HP Laser Jet 200 color MFP M276nw
    fax problem
    I continue to get fax confirmation pages even though the message is "no fax detected" and "0" page. I get several of these a day with no accompanying fax  on my HP200 Color MFP
    Has anyone had this problem?

    Hi @ColtraneII, 
    I understand you are getting fax confirmation pages printing serveral times a day with the message "no fax detected".
    I can help you with this issue today.
    Check these settings for the fax:
    Go to the wrench icon/fax setup menu/advanced setup/private receive/turn it off.
    Go to the wrench icon/service /fax service/error correction/turn it off.
    Go to the wrench icon/fax setup /advanced setup/fax speed/change it to medium.
    Go to wrench icon/service menu/fax service/clear saved faxes.
    If you are still having issues, then follow this document for checking the connections and settings for the fax.
    Cannot Send or Receive Faxes.
    Sorry for all the questions, but it will help to resolve this issue quicker.
    What were the results of the fax test?
    Are you able to send or receive faxes?
    What type of connection do you have? (Analogue, DSL, Cable Modem)
    Are you using the 2 wire fax cable?
    Do you have distinctive ring set up on the line?
    Is there any voice mail set up?
    Do you have a answering machine? (Where is it connected to?)
    Where is the fax cable connected to? (modem, wall jack)
    Is there a phone also connected the printer?
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • HP Officejet Fax problem

    I recently brought a HP Officejet Pro 8500 (910n) and cannot use it to fax. The printer's FAX troubleshooting told me the following. That I had two lines (4 wire) system in my house. To be able to fax I needed a 4 wire to 2 wire adapter or connection cable. The printer comes with a standard 2 wire (two center wires only) plug.
    Has anyone ever had this problem before? Has anyone ever heard of a 2 wire to 4 wire adapter or cable?
    The troubleshooter also had the United States listed as one of the countries having this problem.

    HI,
    Disconnect all cables and connect directly to a different wall outlet and try again.
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Can anyone help; re: Faxing problems with my 6200 all in one

    Our HP office jet 6210 which we use only for faxing and minor printing intermittenly goes crazy with blinking red and amber lights
    when a fax is being received or when we are sending one.  When the fax fails and we stop the blinking lights, it self tests then turns off.  Sometimes when it does this we get an error message printed that says "Power Failure."  The party being faxed gets 1/2 a fax or 1 page out of 5.  I'll unplug it from the electric and plug it back in and then it will work fine for a day or two.  We have tried faxing from the glass when we have problems and that seems to work when self-feed faing doesn't.  We have not installed any drivers as this is not plugged into a computer but stands alone with it's own designated phone line.
    Any ideas???  The machine is 5 years old and has never given us any trouble until now.  Is it time to upgrade?
    Thanks so very much!!!!
    Joanne

    I have a new photosmart plus printer B209a CD035A and I have never been able to set up the fax, I get a message saying that the phone line is not connected to the modem, the phone is connected to my modem or I would not have an internet connection, perhaps I am not understanding it, I have the printer set up wireless now but it was wired before and I still could not set it up, I purchased it in April this year along with my new desktop Elite HPE-150f model AY603AA,  using windows7 64 bit, now I have a problem with the alignment, all the fonts are cut off down each side which makes it hard to read instructions, can someone give me some help with this. The alignment problem has only just started this past 2 weeks. thanks

  • HP Officejet 6500 709n network scanner & fax problems

    I have a HP p7-1298cb desktop computer that came with Windows 7 and I installed the HP 6500 709n to it successfully. Have a home network with several computers and they all use the printer. The printer was connected to the network with and RJ45 cable. I reciently upgraded my HP desktop to Windows 8 and only that computer has problems with scanning and faxing to this computer. I reinstalled the software (OJ_AIO_6500_E709_Full_Win_WW_140_408)  several times HP desktop using wireless connectivity, wired connectivity and USB connection. Only the USB connection works with all of the printer functions, both wireless and wired only can print. The errors I get with the network connection are the following:
    The scan cannot be performed because another program or computer is using the networked HP image device. Try again later. (from HP Solution Center)
    Scan communication problems detected. You may experience limited functionality when scanning from your printer to your PC.
    If you are using firewall software, verify TCP port 9500 is unblocked from your PC to your printer at 172.17.1.36.
    If you are using firewall software, verify TCP port 9290 is unblocked from your PC to your printer at 172.17.1.36.
    To fix the issue(s) try to power your printer off and on. (This message is from the installation)
    I have added those ports to my firewall and it doesn't have any effect, I also turned off the firewall on the HP desktop and it also has no effect.
    I have searched this discussion board and have found similar issues without a resolution.

    Hi Moondoggytoo,
    It looks like you need to do a full scrub of the printer software and re-install it.  An issue like this can happen following an upgrade to Windows 8 when a printer was already installed.  I have enclosed steps needed to take that will clear out programs that are no longer needed.  This should allow for a clean start with a new install.  Let me know how it goes.  
    Good Luck!
    These steps should only be used on a Windows 8 computer.
    Try using the scrubber built into the Download. 
    From a download:
    1. Run disk cleanup on your computer
    2. Download and run the software and drivers below.  Select Windows 8 32 or 64 bit, click Next and select the Full Feature Software.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?product=3795406&lc=en&cc=us&dlc=en&lang=en&cc=us
    3. Once the download is done extracting, cancel the download.
    4. Press the Windows key and then the “R” key.
    5. This will bring up the Run window.
    6. Type %temp% in the run field
    7. Look for, and open the folder starting with 7z (Example: 7zS2356)
    8. Open folder Util
    9. Open folder CCC
    10. Run the Uninstall_L4.bat
    11. When the uninstall has completed restart the computer
    12. Run Disk cleanup from Accessories\ System Tools
    13. Download and install the latest version of Adobe flash player
    http://www.adobe.com/support/flashplayer/downloads​.html
    14. Use this tool to clean the system and registry.  Note: This utility is not HP sponsored or approved.  HP and I are not responsible for damages or loss of data caused by the utility.  This step is optional.   You can skip it if you want.
    http://download.cnet.com/Advanced-SystemCare/3000-2086_4-10407614.html?part=dl-6271865&subj=dl&tag=b...
    15. Download the full feature software and drivers.  Select Windows 8 32 or 64 bit, click Next and select the Full Feature Software.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?product=3795406&lc=en&cc=us&dlc=en&lang=en&cc=us
    16. Run the download to reinstall the printer
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input ! ___________________________________ _____
    Thank You,
    Rich
    Expert

  • Fax Problems

    Hi
    I am experiencing Fax problems in my Cisco Voice network.There are about different problems for each fax machine.
    All the fax machines are the same model.
    1. Faxes unable to send out to external lines
    Faxes call an outside line, when the remote fax connects, after a minute of negotiation, the call drops, fax says 'Communication Error'
    2. Faxes send mulitple copies of the first page
    Faxes call an outside line, when the remote fax connects, but then the fax thinks the call has failed, but has sent the first page. It then tries to resend with the first page being resent again and again.
    This has been affecting the faxes on the VG224.
    If you need to any information to find a solution please reply me back.
    Thanks
    Vino

    To allow the ports on the specified network module for Voice or WAN interface card to use the network clock for timing, you need to use the network-clock-participate command as mentioned previously.
    However, each port can be selected as the clock source with the network-clock-source command.
    This configures the appropriate interface to supply clock to other ports or network modules that you have chosen to participate in network clocking with the network-clock-participate command.
    For example, say you have configured a vwic2-2mft-e1-t1 as follows:-
    network-clock-participate wic 2
    network-clock-select 1 E1 0/2/0
    This synchronises the clocks for both port on the dual e1/t1 from 0/2/0.
    Therefore if you have a separate vwic and wic in the same router, then do not specify one or the other with network-clock-participate.
    This will essentially exclude it from synchronising the port. The port would then resort to using the clocking method stipulated under the controller, normally either line or internal.
    Hope this clarifies the situation.
    HTH
    Allan.

  • Toshiba E-Studio 250 FAX PROBLEMS

    Hi!
    I don't know if this is the place to poste my problem......
    I have a Toshiba E-Studio 250, and i have a fax problem.
    I have a fax / tel connection from (RDS&RCS - my local provider)
    Now, my problem:
    When i'am reciving a FAX - my "PHONE LED" is flashing for several seconds and nothing happens.
    When i'am sending a FAX same old story, the "PHONE LED" is flashing and nothing happens.
    If i push the "MONITOR" button, i hearing the fax tone.
    My Toshiba has a "LINE" jack so i split the cable in two - 1 cable goes to the phone and the other in the Toshiba.
    Hope you understand my english, is not that good. Thank You an Please HELP! (I'am desperate)

    Hi
    This is a forum about notebooks issues and options & accessories issues.
    So dont think if someone would be able to help you here but I found a user manual for the E-Studio 250
    http://www.toshiba-sa.net/download_operator_manuals/e160_200_250/e-STUDIO_160_200_250_Operators_Manual.pdf
    Here you can find the Toshiba Support page for Print, Copy, Fax, Scan, and eMail devices
    https://electronicimaging.toshiba-europe.com/

  • Scanner and fax problems with the Officejet 7410 AIO

    Hi
    I have Windows 7 SP1 Ultimate 64 bit and I installed the basic drivers for the network of the Officejet 7410 AIO printer and I checked that all its functions worked properly.
    Now, the functionality of the scanner and fax do not work more as in the "Devices and Printers" not appear more their relative icons. How come? How do I install them manually?
    Thanks
    Bye
    balubeto

    Hi balubeto,
    Welcome to the HP Forums!
    I see that you are having scanning, and faxing problems with your HP Officejet 7410 on Windows 7 SP1.
    I would recommend the following:
    Run the HP Print and Scan Doctor, to diagnose the issue.
    Uninstall the software. Uninstalling the Printer Software.
    Re-install the software using the HP Printer Install Wizard for Windows.
     Hope this helps, and have a great day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Faxing problems with internal modem in iBook

    I have been trying to use Apples built in faxing capabilities. I use a cable connection over wireless airport to connect to the internet. Through reading in these forums I found out that you need to be hooked up through a phone line to fax—makes sense.
    I am trying to do that now but encountering problems. Here's what's happening—can anyone help me out?
    -faxing from Microsoft Word using "fax pdf".
    -My I book G4 is connected to a phone line and connected to my wireless network via airport.
    -computer appears to send fax successfully from the application but doesn't actually fax.
    -i check it in the fax list, double click my internal modem window and it opens the job window for the modem. My job is still there, holding. When I click "resume" I hear a dial tone and it appears to try to be faxing. But suddenly a busy signal gets in the way and it puts the fax on hold. This keeps happening over and over again.
    -I realize that maybe the line I'm faxing to is busy, but I'm also wondering if it has anything to do with my modem not being set up correctly. when I go into system preferences>network>network status there is a red icon next to internal modem and it says "Internal Modem is not set up".
    My question is--how to I get my internal modem to be "set up"? In the old days I used to have my dial up info in there in TCP/IP but I don't have that service anymore. I was under the impression that you could fax just using the laptop's internal modem hooked up to a phone line and you didn't need any provider service..is this true or not?
    In the "printing and faxing" system preferences window I have my phone number in there.
    Can anyone help me figure this out? I'm not sure if I need any information in the internal modem set up panel and what that would be. Can't I just fax by simply having a phone line and a phone #?
    Thanks!
    iBook G4 PowerBook6,5   Mac OS X (10.4.3)   1.33GHZ, 256MB memory
    iBook G4 PowerBook6,5   Mac OS X (10.4.3)   1.33GHZ, 256MB memory

    ebonyhack, Welcome to the discussion area!
    Have you tried disabling the option to wait for dial tone?
    You may have to add some commas (',') to the front of your ISP's phone number to delay the dialing. A comma causes a delay of 1 second.

  • Problem with SAP Script FAX output

    Hi Friends,
    I have problem with SAP Script Fax output.
    After I issued output using the messge type, the print preview format shows me correct alignments and the right data. But when I go to List display using the menu bar functions from the print preview screen, the list is showing me the right data, but all the alignments at the main window went wrong.
    How do I rectify this problem? I need correct alignments in both form display and list display.

    Hi Sasidhar,
    Have you tried with different fax machine.
    Regards,
    Atish

  • Vic3-2FXS/DID fax problem

    I have a network in Beijing China below,
    (1) E1 Pri interface to PSTN
    (2) Vic3-2FXS/DID to fax machine
    all these modules installed on Cisco 2900, when I call my fax machine from PSTN, the fax machine answered, but fax can't start.
    I want to know is there any special consideration about the fax configuration to be worked.
    Thanks for your advice.
    Robert
    2011/2/18

    Hey Robert.
    Since you have PRI and the fxs port on the same card, in theory there is not a whole lot you need to do with regards to the fax or port configuration on the router if this is H323 or SIP.  On our initial voip gateways even on port to port calls we would invoke fax relay, but on the ISR line with the internal tdm backplane, the dsp should be dropped from the call with minimal impairment of the connection through the gateway.
    Now, this is true as long as you don't have "no local-bypass' configured under the voice-card.  Default is that this is not configured but it you do, you should change it to local-bypass.  "show voice dsp active" will show if the dsp is still in the loop on the call as well.
    Definitely check the E1 controller ("show controller e1") for slips and errors.  This will kill a fax if present.
    Looking back at your previous post though, I would not expect you to be seeing G722 on the output of the show voice call summary when the call connects between the two ports.
    Are you using MGCP?
    When the call is active between the two ports, what is the output of "show call active voice brief" and "show call active fax brief"?
    There are a few good resources for troubleshooting fax issues.  An excellent source if the CiscoPress publication "Fax, Modem and Text for IP Telephony".  If you would like some of the scaled down versions, I have posted a couple of links that would be useful.
    Bryan
    https://supportforums.cisco.com/community/netpro/collaboration-voice-video/ip-telephony/blog/2010/10/26/fax-configuration-and-troubleshooting-project
    http://www.cisco.com/en/US/docs/ios/12_3/vvf_c/voice_troubleshooting/old/vts_fax.html

  • HP Officejet Pro 8600 fax from computer will not fax more than one page without canceling job

    HP Officejet Pro 8600 MFP running on Windows 7 64 bit. I purchased this printer almost a month ago. The install was simple and straight forward with no apparent problems but when trying to fax from computer the program seems to be only able to fax one page faxes. Any multiple page faxes will show a message "spooling" for 10 to 15 seconds then it will cancel the entire fax. I have tried this in both wired and wireless modes with the same results. I have sent 30 page plus faxes from the printer without any problems, it is only the fax from computer that seems to have memory issues. Any solutions out there?

    Have you tried updating the firmware on the printer? 
    If not, here is a link to the most recent firmware:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=bi-101905-4&cc=us&dlc=en&lc=en...
    Try that and let me know if it helps to resolve your issue.
    Best of luck,
    Kyle
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Cannot make Canon PIXMA MX922 fax to work with "Windows Fax And Scan" on Windows 7, 8.1

    I have Canon PIXMA MX922 multifunction printer installed wireless on iMac OS X Mavericks. It works great but there is no fax drivers for Mac. I have Windows 7 and Windows 8.1 installed on Parallel Desktop. I am able to print and scan on these machines. I can scan using "Windows Fax and Scan" and other programs including My Image Gardens but no luck with faxing. I can send faxes using print function and chosing a Cannon MX920 series fax driver. The problem is to recieve faxes. I've connected MX922 wireless and wired with no help.
    Does anyone have the same problem? Any ideas?

    Hi Anton,
    thank you for your advice.
    In case this is going to fix itself in 25 hours I will check for the issue then. I'm gonna let you know whether the issues has disappeared.
    But it sounds to me a little bit, like you have been expecting that behaviour? Have you? Especially within a Lab it is very confusing to have test clients which appear fully functional 25 hours after the setup has been succeeded.
    I've followed your annotation and posted the log files on the Connect portal.
    Thx
    Peter

  • Receiving a fax on a shared voice/fax/answering machine configuration

    I have changed my phone service to Uverse and I no longer have a unique incoming fax number.  I share the same number with my incoming/outgoing voice and fax.  The "answering machine" is built into my service with AT&T.  I can send a fax without a problem.  During the fax setup process the report says "After answering a call, if you hear fax tones, you can receive the fax manually by either pressing the "Start" button on the printer control panel or by pressing "1 2 3" in sequence on your extension phone.  You can hang up the extension phone after the printer answers."
    I can successfully receive a fax when I press the Start button; however, if I press "1 2 3" on my phone (not wired...just a remote) the machine does not accept the fax.  Am I doing something wrong?

    Hi @TonyW63 
    Since you are doing what you were told, I don't think you are doing anything wrong, I do however think what you were told may be slightly incorrect   I think I remember these, press the 1, 2, 3, instructions applying to some of the older HP fax machines, but I do't believe it works with the newer machines.
    Now, it is possible I am incorrect, but we could try something. Do you have a corded phone? Maybe if you try the 1, 2, 3 sequence on a corded phone instead of a cordless it may work.
    Frankly, I thought if you picked up a phone call, not knowing it was a fax until the tones started, if you hung it up quick enough the fax would pick it up without you having to do anything, this I suppose only works if you have auto answer on. Based on your description, I guess you don't use the auto answer because then it would interfere with your voicemail
    Let's try the 1, 2, 3 with a corded phone and if that doesn't work I will do some further research to see what I can find.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • 7520 can send faxes but can not receive faxes

    We just installed the 7520 and everything seems to work fine except receiving faxes. 
    We can send faxes just fine, however the strange thing is when I try to call the fax number from a phone it acts like its dead, you never hear it ring or anything then it just disconnects. If I switch the phone cord to the Ext connection in the back of the device and then call the number I can hear it ringing on the calling phone and on the 7520 device.  The display lights up because there is an incoming call and shows that auto answer is on, but when it answers we never hear the normal fax type tones and it never connects.
    The phone is being supplied by Time Warner Cable and it plugs into the cable modem. We called Time Warner and they told us that the line for the fax is an analog line but I have no idea how to check that or prove that.
    I can't figure out why it will send faxes with no problem but seems like its a dead line when trying to receive a fax.
    Any thoughts?
    This question was solved.
    View Solution.

    With the printer's phone cord connected to the wall jack and the "1-Line" {nothing plugged into the 2-Ext} port, try running the Fax Test.  See Step 5.  Does everything pass?
    Make sure the Distinctive Ring option is set for All Rings unless you have a distinctive ring set up with your phone service provider.
    If you use a filter for your telephone, try using a filter for the printer.
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input ! ___________________________________ _____
    Thank You,
    Rich
    Expert

Maybe you are looking for

  • Can OS X Yosemite version 10.10.2 run AE 5.0?

    Trying to get a definite answer with this basically wanted to know if their isn't any compatibility issue with OS X Yosemite 10.10.2 running after effects 5.0 anyone know? and thanks for any information  

  • How to implement 'Quick Select' column in a query result table?

    Hi, I have a requirement in OAF to design a search page with 'Quick select' column. One of the column in the query result table should be a quick select. Once user clicks on the quick select column, we have to navigate back to the previous page with

  • Scroll Pane is causing a problem

    Hi  I am developing an application for BlackBerry Playbook in action script I am having a problem with scrollpane that is the screen below the top focused screen disappears when i scroll the top  screen. Both screens are movieclip contained in a scro

  • Exporting problem in 8.0

    In 9i we can do the following to export files specifying the file-chunk size as 100 M exp <user>/<pwd> FILE=c:\part1.dmp,c:\part2.dmp FILESIZE=100m LOG=info.log how can do a similar thing in oracle 8.0.6 ?

  • For a recent convert... whats all the fuss about automator?

    I've recently come over to the dark side, or the white side as my macbook is. What is automator? and does anyone know some basic tasks i can try? Nick