Recs for Beans to replace sound and OLE functionality removed in 9i ?

Does anyone have any recommendations (and even sample code) for replacing the sound and OLE functionality removed in Forms 9i.
The application is for a simple media storage function (store and play images, sound, video, compound documents, etc.) in the database. It works great in 6i fat-client...

Hi,
Go to transaction PHAP_CATALOG
You will see all the Category groups / Category / Templates tree in the left pane
Now double click on your Category Group ( Second level in the tree )
> Go to tab "enhancements"
> Find your implementation in the list "Available" on right pane
( if it's not in this list , you should check oohap_basic and oohap_Category steps again )
> Move it to left side pane
> Save
and I recommend u to leave and run transaction PHAP_CATALOG again.
Now your enhancement is included in your template.
> Now double click on  category
> Go to "columns" tab
> Fill the column "value determination" for the field you wish to use

Similar Messages

  • Sometimes phone numbers that are on emails and websites show up for a second or two and then are removed. This doens't happen with the same email or website when I use Internet Explorer

    On some emails and websites phone numbers appear for a second or two and then disappear. If I reload the email or website, the number again appears for a second or two and then disappears. This doesn't happen when I open that same email or website in Internet Explorer.

    Do you have Skype installed, I have seen similar reports about Skype causing this. Skype include a "number highlighting" option, and it may be malfunctioning and hiding the numbers instead of highlighting them. If you have Skype, try turning this feature off - http://blog.calcoastwebdesign.com/2008/11/how-to-disable-number-highlighting.html
    If that does not help, try the procedure in the [[troubleshooting extensions and themes]] article, this is likely to be caused by an extension/theme issue.

  • Looking for Scripts that Replaces Text and Master Pages

    I have just found the Script Library panel in FM 10. (Always used InDesign before.)
    I'm up to replace a text string and two master pages in 100+ documents. Tried to google for some nice solutions to make this automatically but cannot find any scripts/macros to FM at all.
    Do you have som tip where to find such script/macro?

    100 is a small enough number that no time may be saved writing a script (assuming none exist for the purpose).
    I'd be tempted to ...
    Create a sourcing file that has the new MPs needed (and safe versions of MPs "Left" and "Right")
    Create a new Book file.
    Add to it all 100 of the files needing update (this is the only tedious part).
    Use Find/Replace from the Book menu to fix the text string.
    Select all book component files:
    File > Import > Formats
    Import from Document [MPsourcefilename.fm]
    [Deselect All]
    [*] Page Layouts
    [Import]

  • Looking for Scripts that Replaces Text and Master Pages (Batch Missing Files and PDFs)

    I have just found the Script Library panel in FM 10. (Always used InDesign before.)
    I'm up to replace a text string and two master pages in 100+ documents. Tried to google for some nice solutions to make this automatically but cannot find any scripts/macros to FM at all.
    Do you have som tip where to find such scripts/macros?
    To facilitate my work I also look for a batch script that automatically updates the image pathes in each framemaker file (image folder has been renamed).
    And at a last FrameMaker -> PDF Batch converter.

    100 is a small enough number that no time may be saved writing a script (assuming none exist for the purpose).
    I'd be tempted to ...
    Create a sourcing file that has the new MPs needed (and safe versions of MPs "Left" and "Right")
    Create a new Book file.
    Add to it all 100 of the files needing update (this is the only tedious part).
    Use Find/Replace from the Book menu to fix the text string.
    Select all book component files:
    File > Import > Formats
    Import from Document [MPsourcefilename.fm]
    [Deselect All]
    [*] Page Layouts
    [Import]

  • Issues with sound and scroll function on touchpad on my Satellite A500/026

    Hi
    I have just brought a new A500/026 laptop and when I play music from my ipod I get a small pop static sound on regular intervals during the song... this happens on all my music. I accidentally scroll horizontally across my touhpad and my screen minimises or maximises. I try to locate how I did it but can never seem to get it back to its normal state. There is obviously some kind of function here, can anyone help me with what this is? I have installed the x64 bit version of windows 7.
    Thanks
    Eddie

    Hi
    The touchpad settings are placed in control panel -> mouse
    There you will find the additional tab which would allows you to access the touchpad properties.
    As far as I know the touchpad properties contains a lot of different options which allows you to configure the scroll function, to enable and to assign different actions to the touchpad corners, etc
    Check it!

  • HT201303 I want to know if I can be reimbursed for a game I purchased and have it removed.

    I let my daughter play a game on my phone.  She handed me the phone and told me she needed my password for something for the game.  I entered it not knowing it was to purchase something for $99.95 for Top Girl.  I found out when I was checking my emails yesterday.  Can I get reimbursed and have it taken off my phone?

    There probably is, but it requires that you be able to use punctuation and write in sentences so that we can understand exactly what you want.
    You can block others from using your Apple ID by changing your password.  There is no way to erase what was already downloaded on to someone else's device, for obvious reasons,

  • Sound and Vibration pallet is only for ...

    Hi,
             I installed Labview on my system and I saw Sound and vibration Pallet. Now, I am working with 4610 accelerometer through USB 6008 and analyzing the Voltage levels in labview. I have a doubt that the sound and vibration pallet is only for when using NI sound and vibration kit or can I use those options in this project.

    in a loop - capture a waveform (4096 points for example) from your accelerometer - analyze it, and then output a serial command with the adjustment based on your analysis. 
    repeat the loop until some measurement is met - the serial device is stable, for example. 
    Preston
    Preston Johnson
    Principal Sales Engineer
    Condition Monitoring Systems
    Vibration Analyst III - www.vibinst.org, www.mobiusinstitute.com
    National Instruments
    [email protected]
    www.ni.com/mcm
    www.ni.com/soundandvibration
    www.ni.com/biganalogdata
    512-683-5444

  • Replace quotient and Remainder with Scale by power 2

    I want to replace quotient and Remainder function with Scale by power 2 to reduce resource usage on FPGA.
    Here is my problem, I want to achive the same result, but no sure if the code will allow me to input the value I need, i also am not sure what that value should be?
    Attachments:
    quotientProblem.png ‏37 KB

    Florian.Ludwig wrote:
    The problem is I don't know what's expensive in RT.
    The OP is asking about FPGA, not RT.
    RT is fine with the Quotient & Remainder.  It'll take a few clock cycles of your processor, but that is nothing in the rates for an RT system.
    An FPGA is a different beast since you need to look at how much of your FPGA hardware you are using up.  Bit shifting (which is what the power of 2 actually does) is dirt cheap in an FPGA.  But divisions are really expensive to do.  But since you are dealing with powers of 10, you are kind of stuck.  Hardware (FPGA in this case) works best when dealing with binary (ie powers of 2).
    So what device is this one?  How fast do you need these outputs?  It might make sense to pass some of the data up to the RT system and then the RT can pass the results back down to the FPGA for actual output.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Sound and TV setup

    Im setting up my home media machine and I plan for the sound to come out of the TV (as well as the picture).
    What types of connection do I need for the audio and visual to come out of the TV?
    My TV has VGA/HDMI and all of the other inputs a hd tv has.
    Many thanks.

    I would use the HDMI.  Your picture won't need to go through an analog stage and it transports the audio as well.
    On my HP Pavillion DV4 I had to fight with gstream to get the audio to go where I wanted it to go.  I ended up using PulseAudio, Jack and the Xine backend for Phonon.
    The sound and audio on a 1080p display is amazing.

  • Installer build wants Sound and Vibration Distribution but my vi dont need any

    My vi contains some ordinary serial inputs, and an ordinary DAQ to read some 4-20mA, refer attached.
    So I save a new project and build a exe with the vi, no problem, refer project files attached.
    Then I start to build the installer by clicking on the below libraries to install. I think I click the right library right?
    But lo! NI say i need Sound and Vibration Distribution, now where did that come from? My vi doesn't have sound and vibrations functions...
    I click no, Labview don't build the installer.
    I click yes, Labview kept on asking me where is the Sound and vibration library. 
    I bought a NI Developer suite, that expensive stuff costing around US$4000+. My software vendor told me I dont have the license for Sound and Vibration Distribution.
    So what should I do? Did I click some wrong settings during installer build? Is there someway to bypass this problem? Advance thanks!
    Solved!
    Go to Solution.
    Attachments:
    all-instrumentasst 4aug.vi ‏177 KB
    gmail.vi ‏16 KB
    project config.zip ‏5 KB

    pallen a écrit:
    So if I understand the KB correctly; What may have happened with the OP is that a newer version of Max (or another dependency of DAQmx) was installed along with the Sound and Vibration Suite.   So that now the "source" of those dependencies is indicated as residing within that Suite even though the software itself was not licensed/activated on that machine. 
    Something like that?  
    Hi,
    Yes, but as the note said,you can solve this problem depending on the LV version you use. In LabVIEW versions 8.6 and later, the Installer Source Location field is not editable.
    In order to update this property, you must uninstall the associated
    software and reinstall with the installers in the desired location as Christan said.
    For previous version, you have to copy the
    entire contents of the Device Driver
    CDs to your hard drive. Then next time you build your installer, change
    the Installer Source Location in the Advanced Installers dialog box to the location where you copied the contents of the Device Driver CD.
    Regards, 
    Steve M.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Vidéo-t'chats de l'été : présentations techniques et ingénieurs pour répondre à vos questions

  • Sound and Vibration - Order Cuts

    Hi all,
    I've started using the S&V Toolkit to perform order analysis on some data to perform correlation to a CAE model. I am using the Order Analysis VI's to plot spectral diagrams of my data which so far look good. 
    One of the items that I would like correlate with the CAE software is the frequency content for each order. The CAE software outputs 'Order Cuts' - I have attached an image showing the output of the CAE software that we use and what I would like to extract from the Labview results. What is the best or suggested method to be able to extract this from the spectral diagram? 
    Thanks in advance! 
    Attachments:
    order-cut-example.JPG ‏139 KB

    Unfortunately, there is no way for you to install Sound and Vibration 7 to LabVIEW2009 via the SV7 installer. For LabVIEW2009, Sound and Vibration 2009 is the right version. But if you do want to try SV7, you can try to do this:
    1. Install SV7 and select 8.6 supports from the feature tree, you need to have LabVIEW 8.6 in your system for this.
    2. When the installation completes, copy all folder and files under \National Instruments\LabVIEW 8.6 into \National Instruments\LabVIEW 2009.
    3. Mass compile vi.lib\addons.
    4. Launch your LabVIEW and have a try.

  • Report: Create report for invoice details, shipping details and partner fn.

    hi,
    i want to know the table used for Invoice Details, Shipping Details and Partner Function in SD.
    thanks in advance.

    Hi Chandrasekar,
    Welcome to SDN.
    Please check this link for SD tables.
    http://www.sapgenie.com/abap/tables_sd.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Dsp module with sound and vibration

    Is possible to be employed with Sound and Vibration at the DSP module??
    Thank you

    Sorry,
    it's not possible to use Sound and Vibration functions with DSP. But here you can find a list of all the function you can use in DSP enviroment:
    http://www.ni.com/pdf/products/us/2005_5416_821_101_D.pdf
    Clara
    AE Manager
    NI Italy

  • My mac mini only shows a steady power light and fan noise when powered up. No video or sound and no commumication with wired keyboard or optical mouse. Tried replacing internal battery and resetting PMU/SMC but nothing seemed to happen. Any suggestions?

    My mac mini only shows a steady power light and fan noise when powered up. No video or sound and no commumication with wired keyboard or optical mouse. Tried replacing internal battery and resetting PMU/SMC but nothing seemed to happen.  Any suggestions? Many thanks! Richard

    You've already done the two things I would have suggested.
    If your Mini has an internal battery then I assume it's a G4. That means you've gotten a lot of good years of service from it, and it's old enough that it's certainly not covered by AppleCare anymore, and it's probably not worth spending money trying to repair it.
    You should be able to tear it apart using instructions from ifixit.com to get the hard drive out, and then put the hard drive into a nice USB or FireWire enclosure (I like the ones from Other World Computing, macsales.com) so you can transfer your data to a replacement Mac.
    I hope someone has another suggestion for you.

  • Need sound and webcam drivers for Satellite A660-156

    hi all,
    my hard disk was physically damaged and replaced by new one. All data and setting were copied.
    But I found that no sound and webcam drivers are installed. I successfully had found them and installed, but still no changes. See sound icon with 'no sound' indication, click on it to fix the problem, but no problems have been found.
    Offered to see additional info or close the window. On Toshiba website found two sound drivers, but it doesn't help.
    Any idea how to fix that problem?
    Thnx in advance!

    Hmm I think you shoud ochekc if you have installed all the drivers in the right order:
    Here is the one which i found in one thread:
    1 Windows 7 64bit
    2 QFE KB974332
    3 QFE KB974431
    4 QFE KB974571
    5 QFE KB975467
    6 QFE KB975806
    7 QFE KB978258
    8 QFE KB977620
    9 QFE KB975777
    10 QFE KB972270
    11 QFE KB977609
    12 QFE KB979099
    13 QFE KB978251
    14 QFE KB971468
    15 QFE KB975560
    16 QFE KB977074
    17 QFE KB978207
    18 QFE KB978506
    19 QFE KB978262
    20 QFE KB976422-x64
    21 Registry Patch for System Restore V1.00.00
    22 PlayReady PC Runtime 1.3
    23 TOSHIBA Bulletin Board 1.6.07.0
    24 TOSHIBA ReelTime 1.6.06.0
    25 Intel Chipset SW Installation Utility 9.1.1.1024
    26 Intel Management Engine Interface V6.00.40.1215
    27 NVIDIA Display Driver 189.58
    28 Intel Turbo Boost Technology Driver 1.1.1.1007
    29 Intel Rapid Storage Technology Driver 9.5.7.1002
    30 TOSHIBA Supervisor Password Utility 1.63.0.9C
    31 TOSHIBA HW Setup Utility 1.63.0.22C
    32 TOSHIBA Flash Cards support utility 1.63.0.6C
    33 TOSHIBA Value Added Package 1.3.4_64
    34 Realtek Audio Driver 6.0.1.6069
    35 NVIDIA HD Audio Driver 1.0.9.1
    36 Broadcom Wireless LAN Driver V5.60.48.35_DrvOnly
    37 Synaptics Touch Pad Driver V15.0.8.1
    38 TOSHIBA HDD Protection 2.2.0.4
    39 Bluetooth Stack for Windows by Toshiba v7.10.10(T)
    40 Realtek LAN Driver V7.013.0112.2010
    41 Jmicron Card Reader V1.00.44.01
    42 ENE CIR Driver (if available) V3.2
    43 YUAN DVB-T/ATSC Tuner Driver (if available) 2.3.3.31
    44 TOSHIBA Sleep Utility 1.4.1.1
    45 TOSHIBA eco Utility 1.2.11.64
    46 Intel Proset 13.1.1.0.1.s64
    47 TOSHIBA HDD/SSD Alert 3.1.64.6
    48 TOSHIBA Service Station 2.1.40
    49 HDMI Control Manager 2.0.0.5.64
    50 TOSHIBA Remote Control Manager 3.0.1.0
    51 TOSHIBA PC Health Monitor 1.6.0.64
    52 TOSHIBA Fingerprint Utility 1.0.2.27
    53 ConfigFree 8.0.29
    54 TOSHIBA Web Camera Application V1.1.1.15
    55 TOSHIBA Face Recognition 3.1.3
    56 TOSHIBA Network Device ID Registry Setting Tool 3.0.32.4-7
    58 PatchFiles PCIIDEREG-1.1
    59 PatchFiles TosVolRegulator_x64_1.1

Maybe you are looking for

  • How to connect to a yamaha PSR-E423 music keyboard

    How do I download songs from my mac to a Yamaha PSR-E423 music keyboard. I have in stalled the drivers but now what?

  • Wrong amount in MIGO

    Dear Expert We are facing a problem in GR , GR amount is wrong, we have th po which has got  price 339.83 against which GR has occured and order quantity 10000, partial MIGO has been done , in one of the GR of quanity 350.900 the amount is coming  ou

  • Last Refersh date in Webi Report

    Hi All, I'm getting different last refresh date and time on the webi report(using drill down report). I am getting the right date on the main report,  wrong date showing on the sub report report. Could anyone advise me ASAP? Regards,

  • How to stop receiving e-mails from the Adobe Forums?

    After the recent upgrade to the Adobe Forums you may notice that you are receiving additional e-mail messages from the Adobe Forums. To turn off e-mail notifications please complete the following steps: Go to https://forums.adobe.com/welcome Click on

  • Photoshop not opening photos through Lightroom

    I'm using Photoshop CC on OSX 10.10.2, everything is updated. My problem is when I'm using Lightroom CC and use "edit in Photoshop CC", photoshop opens up but the photo doesn't. I can open the photo through Photoshops menu but that won't return me to