9.2.0.6 , windows nt, yes or no?

Hi, search the html db to see if it is compatible with 9.2.0.6 for windows nt (32 bit) and really did not see a clear answer. yes, no...I saw there was a patch, but not for the window nt side.
Thanks for any help!
Patrick
ps: Way to go at Openworld! You (demoground) did a EXCELLENT job showing html db..

Patrick,
It´s platform independent - I´m running it on Win2K 9.2.0.4 so you shouldn´t have any problems.
(It´s actually OK on 9.2.0.3 or better.
Greg

Similar Messages

  • Pop up window with yes & no push buttons

    hi
    i want to display a pop up window with yes & no push buttons
    can anyone help for this

    Hi,
    call function POPUP_TO_CONFIRM
    exporting
    TITLEBAR = pop_up' (for pop-up header)
    TEXT_QUESTION = 'do you want to save data'
    TEXT_BUTTON_1 = 'Yes'
    ICON_BUTTON_1 = ' '
    TEXT_BUTTON_2 = 'No'
    ICON_BUTTON_2 = ' '
    DEFAULT_BUTTON = '1'
    DISPLAY_CANCEL_BUTTON = ' '
    USERDEFINED_F1_HELP = ' '
    START_COLUMN = 25
    START_ROW = 6
    POPUP_TYPE = ' '
    IV_QUICKINFO_BUTTON_1 = ' '
    IV_QUICKINFO_BUTTON_2 = ' '
    importing
    ANSWER = ANS
    OR.
    Use POPUP_TO_DECIDE.
    call function 'POPUP_TO_DECIDE'
           exporting
                defaultoption  = '1'
                textline1      = text1
                textline2      = ' '
                textline3      = text-202
                text_option1   = 'YES'
                text_option2   = 'NO'
                titel          = text-114
                start_column   = 15
                start_row      = 6
                cancel_display = ' '
           importing
                answer         = zanswer.
    hope this helps.
    plz take a look on this function modules also:
    POPUP_TO_CONFIRM_LOSS_OF_DATA Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.
    POPUP_TO_CONFIRM_STEP Create a dialog box in which you make a question whether the user wishes to perform the step.
    POPUP_TO_CONFIRM_WITH_MESSAGE Create a dialog box in which you inform the user about a specific decision point during an action.
    POPUP_TO_CONFIRM_WITH_VALUE Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.
    POPUP_TO_DECIDE Provide user with several choices as radio buttons
    POPUP_TO_DECIDE_WITH_MESSAGE Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.
    POPUP_TO_DISPLAY_TEXT Create a dialog box in which you display a two line message
    thanx,
    dhanashri.
    Edited by: Dhanashri Pawar on Aug 19, 2008 2:20 PM
    Edited by: Dhanashri Pawar on Aug 19, 2008 2:25 PM
    Edited by: Dhanashri Pawar on Aug 19, 2008 2:26 PM

  • I have a PC running Windows XP (yes an antique) with CS3 Photoshop and InDesign and lightroom 2 (yes all antiques). I have acquired a PC running Windows 7 with no programs. I also have a MacBook pro  with full CS5 suite. The programs were already loaded w

    I have a PC running Windows XP (yes an antique) with CS3 Photoshop and InDesign and lightroom 2 (yes all antiques). I have acquired a PC running Windows 7 with no programs. I also have a MacBook pro  with full CS5 suite. The programs were already loaded with I got it as a gift. Question 1. If I find serial numbers used to download programs to the old PC, can those CS3 programs be put on the newer PC. Question 2. I really want to put CS5 suite on PC machines. Is that possible? Especially since my MacBook is showing some hard drive problems.

    You should be able to get the CS3 programs installed and running on the new pc since CS3 is spec-ed for Windows 7 Service Pack 1.  Downloading the programs does not require a serial number.  You can find them here:  Download CS3 products  but you will need the serial number to activate the programs.  You might be able to find that thru your Adobe account online.
    You will not be able to install the CS5 Mac version on a PC and you won't be able to trade it to a PC version either due to it being an older version.  Trades are allowed only for the latest version (CS6)

  • Confirmation Window with YES & NO buttons

    Hello guys,
    I have created on hyperlink into region source of a page which redirect user with maintaining the session something like this :-
    Click Me
    and this works very much perfect, now my question is when user clicks on the link than he/she should be prompted by a confirmation window only by clicking YES button on that same window user will go to the specified link otherwise not???
    how to implement the same confirmation window??? does apex handles those stuffs or I need to implement something else for that???
    thxs
    regards,
    Kumar

    Kumar,
    I assume that you want user to click "Click Me" link and get prompted for Yes or No. If yes, he/she will be re-directed to a link.
    You can add this Javascript to call confirm function -
    <script language="JavaScript" type="text/javascript">
    <!--
    function confirm_response()
      var answer = confirm ("Would you like close this record?")
      if (answer) {
           window.location = "http://www.google.com/"
      else {
            // do something else
    //-->
    </script>and on you region's Click Me link, you just simply call above Javascript -
    a href='javascript:confirm_response();'

  • Dual Boot with Windows 7 (Yes, I'm sorry)

    I've just installed Arch Linux and have gotten my desktop environment working, and now I'm looking to be able to go back into my Windows 7 install, but this doesn't work.
    I've done several edits of my menu.lst in the grub bootloader in hopes of finding a solution by trial-and-error, and the closest I've come is a "file not found" error when I booted to the partition windows is installed on.
    I have also scoured the forums and wiki for a fix, to no avail.
    My windows install is on /dev/sda2.
    Here is my menu.lst:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # (0) Arch Linux
    title Arch Linux
    root (hd0,6)
    kernel /vmlinuz26 root=/dev/sda5 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,6)
    kernel /vmlinuz26 root=/dev/sda5 ro
    initrd /kernel26-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,1)
    chainloader +1
    I read about there being a separate partition that windows 7 creates when booting, but I do not have this partition, nor have I ever, I am positive.
    Given this menu.lst, I get a "file not found" error (but not with a number).
    Can this be repaired?
    Last edited by JasonSage (2010-06-14 16:55:24)

    Did you try booting from sda1 or are you assuming you know what will happen?
    When you installed Ubuntu, did the installer see one or two Windows partitions?
    Why would I try sda1?
    Ubuntu showed one windows partition.
    I just noticed that you did not have the makeactive directive in your config. Add that and see if that helps.
    I did try this in my trial-and-error adventure earlier, it did not work.
    One thing that you can try is to boot the win7 install dvd, fixmbr, and then reinstall grub to mbr. That have worked for me a couple of times when I've had similar trouble. (with vista tho, not win7)
    Indeed, this was the very first step I took. I inserted my Windows 7 dvd, but it would only install windows. I think this is because my Windows 7 copy is an upgrade. There was no way for me to restore my MBR.
    Fortunately, I have a 98 SE disc laying around from when I had to rewrite my MBR with XP, so I figured I'd give it a try. I popped it in, got to the prompt, and typed fdisk /mbr.
    Now wouldn't you know it, I restarted the machine and, lo and behold, I get a single grub error this time: "error: file not found" and it gives me a grub> rescue prompt. Only these two lines.
    After much thought, I inserted my Arch Linux netinstall disc and tried to reinstall grub, but I had no network connection at that point. Instead of completely reinstalling Arch Linux, I went straight to grub and used the setup (hd0) command in the grub prompt to rewrite the MBR on that hard disk.
    Restarted, I now have all the options, but windows still gives me the "error: file not found" report.
    Now what?

  • Defragment​ation on ssd in windows 7 yes or no

    When i have installed a Samsung 850 evos ssd 500 gb, do i then have to make any changes in windows 7 home premium 64 bit, to ensure the best performance from the ssd? I have read a couple of different oppinions about the subject defragmentation, but what is your opinion about that, when using a installed ssd? Should it be on or off, and also are there any other changes that perhaps should be made?
    Best regards to everyone
    This question was solved.
    View Solution.

    hpenvy1 wrote:
    When i have installed a Samsung 850 evos ssd 500 gb, do i then have to make any changes in windows 7 home premium 64 bit, to ensure the best performance from the ssd? I have read a couple of different oppinions about the subject defragmentation, but what is your opinion about that, when using a installed ssd? Should it be on or off, and also are there any other changes that perhaps should be made?
    Best regards to everyone
    Defragging of an SSD should never take place. If im not mistaken samsung also delivers software suited to ensure that the SSD runs at optimal performance with user input. If defragging is schedualed on your win7 machine and the SSD is your main drive, namely where your OS resides you should turn it off. I do beleive win7 is smart enough to realise that an SSD is installed but im not sure, as for win8.1 this is done automatically.
    Pavilion 17-e188sd Notebook PC
    AMD E1-2500 Radeon 8200
    Samsung SSD EVO 840
    Corsair DDR3 8192 MB RAM
    QC 802.11bgn/BT/Win 8.1 64 bit

  • OK, dumb P6N question about Windows 98 - yes you heard that right :)

    "NVIDIA nForce Series boards DO NOT support Windows® 98/ME"
    The above is a direct quote from the P6N Platinum's home page.  Believe it or not, I would like to have a dual boot operation goin on for my kids box (haven't built it yet), involving 98 & XP.  That's the currenbt setup on their ancient and slowly dying Dell.  Does the above quote mean that you can't install/properly run 98 on a 650i board, or just that they don't "support" it, ala Microsoft?  If its the latter, I'll just buy another MSI P6N SLI-FI for my kids box, and dual boot.  If not, I'll be forced to back up a couple generations 'cause I want 2 native IDE ports, and no JMicron garbage (ala P965), probably a 945 chipset.
    TIA!!

    Edge1,
    To allow Win98 to boot up normally I had to boot into Safe Mode and run msconfig. Clicked the Advanced button and checked to box to force compatibility mode for the hard drives. (There is probably a command line option for the setup program that will force this during install --- would make the install a lot smoother...) This allows Win98 to boot normally, but there are a lot of warnings for unsupported hardware in the Device Manager.
    I think you could probably get a PCI video card to work, not sure about a PCI-E card. Not to mention the fact that you'd probably have to install a Win98 sound card and network card (if needed). It's running in standard VGA 640x480 16 color mode on my PCI-E NVidia 6800GS card. Trying to get the older hardware to work decently with XP could be problematic too.
    For just running general Win98 apps it would probably work. Oh, and it shuts down so fast... I barely lifted my finger from clicking the mouse and the computer was off. If only Vista and XP would shut down that fast.
    I have tried DOSBox and it seems to support most DOS games pretty well if you have a fairly fast system (2.0GHz+). If you have older Win98 DirectX games, those may or may not work correctly in XP.
    If it were me, I'd try all the Win98 games in XP and see what works and what doesn't; use DOSBox for any DOS games. Another option, (if the new computer is fast enough, has enough memory and the games aren't too DirectX intensive) would be to install Win98 in a Virtual Machine (like Microsoft's free Virtual PC 2007) and trying them that way.

  • Can someone help me install Boot Camp drivers to Windows 8?

    Hey guys, I just installed windows 8 32 bit developer preview on my mac via boot camp. im not very familiar with exactly how boot camp drivers work, so i need a little help. First i will tell you what i have done.
    1. installed win 8.
    2. tried to run the boot camp 3.3.exe in windows 8. I used the troubleshoot compatibility option but an error camp up saying boot camp was already installed.
    3. then i rebooted holding the option key so to boot up in osx. i then extracted the bootcamp 3.3 files to a flash drive.
    4. after booting back to windows, i tried doing the compatitbility settings again with each individual file within the bootcamp 3.3 files. an error popped up saying something like "check to see if your hardware needs 32 bit or 64 bit version of this software." (i dont remember the exact wording)
    i did some googling but i figured that i could get professional help from you guys.
    I am going to classes all day so please be patient, because i wont be able to check this until later this afternoon.
    help is very much appreciated. thanks in advance.
    kpasa.

    you need boot camp 3.0.x first before later versions can be installed;
    Or,
    I don't know what currently Boot Camp Assistant in 10.6.8 will also do a download of drivers.
    But other than change Properites and try setting "use Windows 7 mode" and such, I think you are left high and dry with whatever is in 8.
    And I use 8 on two of three systems. I left my Mac Pro @ Windows 7 for now but I much prefer Windows 8, yes.
    I would not have chosen or gone with any 32-bit version. As long as you have 3GB RAM or more, forget it. Use 64-bit.
    I have not seen or rather read any "success" stories with 8 and Apple drivers though.

  • The properties window does not open properly for bookmarks.

    When I go to Bookmarks > Bookmark This Page, the window that opens should have the information filled in, correct? Because mine is always blank. The bookmark does get made if I click Done, even with everything looking blank. Also, when I right-click on a bookmark & select Properties, the Properties window that opens only shows the blue bar at the top, nothing else. I can't expand the window. It's been doing this since the previous version that I had. Also, keep in mind that I'm a computer technician, so I know what I'm doing.

    Hi,
    does it happen for all tables or it's related to specific set of tables (or just one table)?
    PS. Did some more research: The error message from the logfile seems to be unrelated to the recalcitrant properties window. Yes, those errors are not related to problem.
    properties dialog won't appear if there are some errors during initialization of dialog and its related to table that cause the problem. You should be able to open dialog for another table.
    It'll be great if you can find out after what changes dialog for some tables doesn't appear.
    Thanks,
    Philip

  • URL iView doesn't open link in new window

    Hi All,
    I'm have an URL iView that I want to display in the portal content area but whenever the user clicks on a hyperlink on that iView launch a new window for the link.
    I've tried using the 'Open iView links in new window' without any success. Is this supposed to work or this property is for another purpose...? Can someone point me to a solution.
    Thanks

    Hi Detlev,
    I checked what you said. I've already looked at that page but didn't saw that important disclaimer. My problem was that I didn't had a captured area-URL iView but a full page-URL iView as it says:
    +These properties are relevant in the following instances only:
    §         The iView content is displayed in its source format. The rendering type must be defined as Keep Source Formatting. See Defining the Look and Feel of the iView Content.
    §         The iView content displays a captured area, and not the entire Web page. See Selecting the Capture Area.+
    I only had to change the 'Open iView links in new window' to Yes after capturing a part of my page and it started working.
    Thanks for sharing

  • Can I have 2 different itunes accounts on one computer ueing windows?

    can I have 2 different itunes accounts on one computer ueing windows?

    Yes. Create a new Windows user account.
    (75355)

  • Problems with Ipod and Windows Media Player PLEASE HELP

    Ok i am not sure if this is the correct forum or not but i am having a problem. I have a Windows computer (Yes a windows computer please dont everyone yell at me) and i have a new ipod 30 gig video. Ok well when i put itunes on it changes all my music on my computer gets changed to AAC format and i cannot play music in windows media player. Ok well that is not my big issue. I make videos for church using windows movie maker and i cannot import music because nothing windows can recognize Itunes format which is AAC. well is there anyway so i can use itunes and still use WIndows Media Player and Windows Movie Maker... Any info will be greatly appreciated. THANKS ALL

    I believe Quicktime Pro (which is available for Windoze) is capable of opening any WMP files and then you just export it as iPod format. That is how I get video onto the iPod. The Music and Videos all can be placed onto your iPod through iTunes.
    So, if you are creating videos in your program, and want them on your iPod, then that is how you can do it.
    Videos on your iPod have nothing to do with the formatting of your music. But, as the earlier post stated, change your prefs in iTunes to import as MP3. But, your videos HAVE to be in MP4 or M4V format to work on the iPod.
    Good luck... and I'm a j3susfreak too

  • When a website launches a new window to enter information, Firefox no longer automatically closes the window when you click the submit button. Why?

    For example, when I create a message in my autoresponder service and want to attach an image a new window opens up so I can enter the details of the image (url, position, alt text). When I click the Save button, the information is captured but the window remains open and I have to manually close it.
    Firefox used to close the window automatically.

    YES!! Thank you jscher2000! You sir are a legend. Thanks for this, changed the newtaburl in about:config, totally worked. Nope, never saw it happening! Speedy machine this one :P Yep, that change completely sorted the issue, just opened about 741 new tabs through the shortcut on my mouse just to celebrate. Thanks guys who helped, no thanks those who didn't.

  • Pop-up windows no longer working!  HELP

    Hello,
    When I click on a button inside my shopping cart software that would normally bring up a Popup window so that I can select Options or Related products is no longer working.
    I tired rebooting, reseting Safari, clear cache, history and all that but nothing works.
    So I installed Firefox fully expecting this to solve the problem, but dang, no popup windows. Yes, I disable the block popup windows feature on both browsers, but no luck.
    My iMac is only a couple months old and the popups windows where working fine last week and I have not installed any new software that I can think of.
    I can use my PC with Interner Explorer an the popup window selection works fine.
    Any ideas?
    Thanks,
    Mike
    San Diego,CA

    Thanks. I will give this a try and let you know.
    I also tried the other iMac we have here and it has the same problem, however my PC with IE works fine. Very strange. It almost seems like there was a software update recently that broke something.
    Just to be clear....I am trying to click on a button inside the "control panel" of my shopping cart software (www.quikstore.com) When you click on this button, a new mini window should pop up so that I can select an option like Small, medium or Large, as an example. This popup worked fine last week.
    Thanks,
    Mike

  • IPhone 4 not connecting to any computer, Mac OS or Windows, or iTunes after ios 7 update

    Hello Apple community,
      I desparately need help connecting my iphone 4 to iTunes so I can restore my previous iPhone4 backup that is on my windows laptop computer.  It used to connect perfectly to my windows 7 laptop with iTunes, but after ios 7 (and subsequently 7.1) update, it no longer connects to windows, iTunes (yes latest version), nor shows in Windows device manager.  (yes, I tried repairing, updating, and re-installing apple usb driver + iTunes.  Win7 is totally up to date too)
    How did it all start?
    1. The phone completely went dead after trying the ios 7 update (with full battery charge). Previously, the iphone 4 worked PERFECT on ios 6.  So, I went to apple store, and they connected it to their laptop at the Genius Bar and performed a fresh ios 7 install.  So, I had a fresh working ios 7 phone WITHOUT all my previous data.
    2.   No problem?  I'll just go home and use the iTunes backup file on my win7 computer to restore all my files.  However, this iphone4 won't connect to my laptop or any other computer at all.
    Current Status:
    A) iPhone4 battery only charges if phone is completely off and plugged into the Wall-electrical-outlet charger.
    B) no usb data connection regardless of computer type (Mac or Windows PC) and different usb cables were tried.
    C) When plugged into my iHome alarm-clock and music player, the iPhone4 can be controlled by the iHome's menu buttons (play, rewind, fast forward, time sync, plays the iphone4 music through the iHome speaker, etc).  Also, the iPhone4 does not charge as before because the phone is still powered ON.
    D) An iPhone repair technician confirmed the phone battery and female-charge-docking connector work fine because he swapped those parts for new ones and phone still had the same problem.
    The only thing that changed on this iPhone 4 was the ios 7 update.  How can so much go wrong by just updating to ios 7 and do any of you apple gurus have any idea how else to fix this problem?

    I am having the same problem. I can not seem to find any fix. I have tried everything my computer said to do. I am out of options right now. any help?

Maybe you are looking for

  • Depot Scenario

    Dear Gurus, I am trying to map Depot scenario, the following documents are created while goods receipt (MIGO) Stock Account Debit GR/IR Account Credit And at the time of invoice Verification the entries are as follows Vendor Account Credit GR/IR Acco

  • Does the 7th generation iPod nano have a built in speaker?

    does the 7th generation iPod nano have a built in speaker?  i have looked through the site and i have not found any results on this and i was just curious if anyone else knows the answer here.

  • In sales order sold to party is non editable mode

    Dear Experts , I am facing one issue regarding customer code in sales order,my issue is As we are creating sales order with reference to service order ,when it comes to sales order the sold to party is in  non editable field,as we want to give the op

  • Digital Blow-in metrics, what's available?

    I was trying to dig up some documentation on this, and couldn't find any. Are there any analytics metrics recorded/used for digital blow-in purposes, or are we left with just entering our own tracking into the html? Cheers

  • "change output" feature in output type configuration

    Hi   I am trying to find a way of automatically triggering repeat output on change of delivery date in order.    In output type configuration-general data there is a are for change output the F1 helps reada like this "..........The routine in the pro