Forms9i- buit-in ...not working ??

what happen is when i test it on my pc, the form is working. The button when i click does work. So when i port over from my pc to 9ias rel 2. the forms comes out. but then when i click the button it just not responding.
the question is.
1. What is wrong with the installation.
2. Is there somewhere that i did not set properly that could cause the built-in not working

Hi grant,
sorry, there was some mistyped word earlier. The system is confirmed to be the one that i'm debugging on. I add new button on it. the new button displayed. Unfortunately, the trigger is still not firing.
Just wandering, if the trigger path or library path is set anywhere in the environment setup? will it possible, if the path was wrongly set and cause the library, or built-in function not working.
The reason i ask this question is that when we run the forms, the browser will comes with form exit icons at the menu bar. If i click this exit icons, the forms does exit. Then i tested by putting in "exit_form" on the key_exit trigger. After that when i clicked the icons again, the forms does not exit. So the trigger caused it not closing the files. Until i delete the trigger then only the default exit icons will exit again.
hairol

Similar Messages

  • Forms9i Demo is not working

    1) on windows xp I have instaleed fresh copy of 9i Developer suite.
    2) then I started ocj4 instance from forms.
    3) then I installed forms 9i demo sucessfully.
    4) then I again restart the oc4j instance.
    then start demo by click sortcut created by installation is forms 9i demo.
    I got the error page not found in browser.
    From
    Chirag Patel

    Chirag,
    the launch shortcut contains teh following information
    <meta http-equiv="Refresh" content="1; URL=http://<hostname>:8888/forms90demo/demo90.html">
    Make sure that this URL is accessible on your machine. If not, try the IP address instead. If this works, change the hostname for its IP address.
    If it doesn work try and call http://<hostname>:8888. Does the OC4J welcome page show? If yes, try
    http://<hostname>:8888/forms90demo/l90servlet/admin
    This should bring up an admin page. Does this one show ?
    Fran

  • NVL function is not working is Procedural Parameter's

    Following is the Oracle Forms9i Program Unit. It's not working on Forms 9i though it's working on Forms6i. Please advise some solution, if anyone have experienced same kind of problem.
    PROCEDURE test ( as_case_id VARCHAR2) IS
    BEGIN
    INSERT INTO tab1 ( col1 )
    VALUES ( nvl(as_case_id, ' '));
    END;
    but this way it works fine
    PROCEDURE test ( as_case_id VARCHAR2) IS
    BEGIN
    INSERT INTO tab1 ( col1 )
    VALUES ( as_case_id );
    END;
    My forms9i runtime web session hangs and after sometime it becomes out oracle connection. It happens all the time.
    Thanks,

    did you check the data directly in the database for the ' '(space) or in the form. The field might not show you anything in the form if it's a space.
    Here is a simple test case:
    I have a db table with one column populated with space ' '.
    I have a form with one block with three fields based on that db table. The first field FIELD1 is for db field which holds the space, the 2nd is a db field which is length(FIELD1), and the 3rd field is a calculation field with formula nvl(length(:FIELD1),0). Then i query the block. What i see is the 1st column shows no space, the 2nd column is 1 and the 3rd column is 0. So i guess the form automaticly trim the field before displaying it in the screen.
    I am using Forms 6i.

  • Forms 9i ---- Online Help not working

    Hi !
    Suddenly on my computer forms9i's Online help is not working? when i click on Help-->online Help option it gives error message FRM-18105 : Failed to Start Help System in a alert. Day back it was working fine.
    Any idea about it???
    Regards,
    Neeraj

    Thanks Frank !
    I have change some path setting to use webutil but i am still unable to use it. I am getting same error WUC-015. due to this help is not working here i am sending u current path setting.Please tell me what is wrong with it..
    Classpath variable of windows
    ==============================
    c:\ora9i\jlib\bigraphbean.jar;c:\ora9i\jlib\LW_PfjBean.jar;c:\ora9i\jlib\bigraphbean-nls.zip;c:\neerajtyagi\webutil\lib\webutil.jar;c:\neerajtyagi\webutil\lib\jacob.jar;c:\neerajtyagi\webutil\lib\demo90.jar;c:\ora9i\forms90\java\f90all.jar
    Path variable of windows
    ==============================
    c:\ora9i\bin;c:\dev6i\bin;c:\ora9i\jdk\jre\bin\classic;c:\ora9i\jdk\jre\bin;c:\ora9i\jlib;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Oracle\jre\1.3.1\bin;c:\jdk1.3.1\bin;c:\jdk1.3.1\jre;c:\jdk1.3.1\lib;c:\jdk1.3.1\jre\bin;c:\jdk1.3.1\jre\lib;c:\Inprise\vbroker\bin;c:\Inprise\vbroker\lib;c:\Inprise\vbroker\idl;c:\Inprise\vbroker\console;C:\ORANT\bin;C:\Program Files\Oracle\jre\1.1.7\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\centrun;c:\win32\exe;c:\cms\lib;c:\cms\Resource;c:\dev6i\jdk\bin;c:\neerajtyagi\webutil\lib;c:\neerajtyagi; c:\neerajtyagi\webutil
    FORMS90_BUILDER_CLASSPATH
    ==============================
    c:\ora9i\jlib\importer.jar;c:\ora9i\jlib\debugger.jar;c:\ora9i\jlib\utj90.jar;c:\ora9i\jlib\dfc90.jar;c:\ora9i\jlib\help3.jar;c:\ora9i\jlib\help3-nls.jar;c:\ora9i\jlib\oracle_ice5.jar;c:\ora9i\jlib\ewt3.jar;c:\ora9i\jlib\share.jar;c:\ora9i\jlib\f90srv.jar;c:\ora9i\forms90\java\f90all.jar;c:\neerajtyagi\webutil\lib\weutil.jar;c:\neerajtyagi\webutil\lib\jacob.jar;c:\neerajtyagi\webutil\lib\demo90.jar
    FORMS90_CLASSPATH
    ======================
    c:\ora9i\forms90\java\importer.jar;c:\ora9i\forms90\java\debugger.jar;c:\ora9i\forms90\java\utj90.jar;c:\ora9i\jlib\ewt3.jar;c:\ora9i\jlib\share.jar;c:\ora9i\forms90\java;c:\neerajtyagi\webutil\lib\weutil.jar;c:\neerajtyagi\webutil\lib\jacob.jar
    FORMS90_JAVADIR
    ======================
    c:\ora9i\forms90\java
    orion-web.xml
    ==============
    <?xml version="1.0"?>
    <!DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN" "http://xmlns.oracle.com/ias/dtds/orion-web.dtd">
    <orion-web-app
         deployment-version="9.0.2.0.0"
         jsp-cache-directory="./persistence"
         temporary-directory="./temp"
         servlet-webdir="/servlet/"
    >
         <context-param-mapping name="configFileName">c:\ora9i/forms90/server/formsweb.cfg</context-param-mapping>
         <virtual-directory virtual-path="/html" real-path="c:\ora9i/tools/web90/html" />
         <virtual-directory virtual-path="/java" real-path="c:\ora9i/forms90/java" />
         <virtual-directory virtual-path="/jinitiator" real-path="c:\ora9i/jinit" />
         <virtual-directory virtual-path="/webutil" real-path="c:\neerajtyagi/webutil/lib" />
         <session-tracking cookies="disabled" />
    </orion-web-app>
    formsweb.cfg
    ==============
    baseHTML=c:\neerajtyagi\webutil\server\webutilbase.htm
    baseHTMLjinitiator=c:\neerajtyagi\webutil\server\webutiljini.htm
    baseHTMLjpi=c:\neerajtyagi\webutil\server\webutiljpi.htm
    baseHTMLie=baseie.htm
    HTMLdelimiter=%
    workingDirectory=
    envFile=default.env
    # The next parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x. Put IE=native if you want the
    # Forms applet to run in the browser's native JVM.
    IE=JInitiator
    form=test.fmx
    userid=
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    debug=no
    buffer=no
    debug_messages=no
    array=no
    query_only=no
    quiet=yes
    render=no
    host=
    port=
    record=
    tracegroup=
    log=
    term=
    pageTitle=Oracle9iAS Forms Services
    HTMLbodyAttrs=
    HTMLbeforeForm=
    HTMLafterForm=
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    imageBase=documetBase
    width=650
    height=500
    separateFrame=false
    splashScreen=
    background=
    lookAndFeel=Oracle
    colorScheme=teal
    logo=
    formsMessageListener=
    recordFileName=
    serverApp=default
    archive_jini=f90all_jinit.jar
    archive_ie=f90all.cab
    archive=f90all.jar,demo90.jar
    webUtilArchive=/form90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    jinit_classid=clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,9
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.9
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
    jpi_mimetype=application/x-java-applet;version=1.3
    oid_formsid=%OID_FORMSID%
    oracle_home=c:\ora9i
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    [runrep]
    forms=c:\neerajtyagi\run_rep
    separateFrame=True
    lookandfeel=Generic
    [ienative]
    IE=native
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    [debug]
    serverURL=/servlet/l90servlet/debug
    default.env
    ==============
    FORMS90_PATH=c:\ora9i\forms90;c:\neerajtyagi\webutil\forms;c:\neerajtyagi;c:\neerajtyagi\webutil\lib
    PATH=c:\ora9i\bin;c:\ora9i\jdk\jre\bin\classic
    FORMS90=c:\ora9i\forms90
    CLASSPATH=c:\ora9i\jlib\debugger.jar;c:\ora9i\jlib\ewt3.jar;c:\ora9i\jlib\share.jar;c:\ora9i\jlib\utj90.jar;c:\neerajtyagi\webutil\lib\webutil.jar;c:\neerajtyagi\webutil\lib\jacob.jar;c:\ora9i\jdk\jre\lib\rt.jar;c:\neerajtyagi\webutil\lib\demo90.jar;c:\ora9i\forms90\java\f90all.jar
    WEBUTIL_CONFIG=c:\neerajtyagi\webutil\server\webutil.cfg
    form90.conf
    ===========
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms90/java/(..*) "c:\ora9i/forms90/java/$1"
    AliasMatch ^/forms90/webutil/(..*) "c:\neerajtyagi/webutil/lib/$1"
    # Virtual path for JInitiator downloadable executable and download page
    AliasMatch ^/forms90/jinitiator/(..*) "c:\ora9i/jinit/$1"
    # Virtual path for runform.htm (used to run a form for testing purposes)
    AliasMatch ^/forms90/html/(..*) "c:\ora9i/tools/web90/html/$1"
    # Configuration for JServ (if mod_jserv.c is available and not mod_oc4j.c)
    <IfModule mod_jserv.c>
    # Only configure for JServ if mod_oc4j is NOT available:
    <IfModule !mod_oc4j.c>
    # Virtual path mapping for FormsServlet and ListenerServlet.
    # Purpose: paths to invoke the servlets should be /forms90/f90servlet
    # and /forms90/l90servlet respectively.
    # We map f90servlet to servlet.if90, and l90servlet to servlet.ifl90.
    # The apJServAction directives (below) will then remap those.
    AliasMatch ^/forms90/f90servlet(.*) "/servlet.if90"
    AliasMatch ^/forms90/l90servlet(.*) "/servlet.ifl90"
    ApJServMount /forms90/servlet /forms90
    # Let the servlets be called by file extension (e.g /servlet.if90)
    ApJServAction .if90 /forms90/servlet/f90servlet
    ApJServAction .ifl90 /forms90/servlet/l90servlet
    # Prevent access to the Forms Servlets by paths other than
    # /forms90/f90servlet and /forms90/l90servlet.
    # 1. Prevent access via the .if90 and .ifl90 file extensions:
    <LocationMatch ^.*\.if.*90>
    order deny,allow
    deny from all
    </LocationMatch>
    # 2. Stop access by class (by paths like
    # /forms90/servlet/oracle.forms.servlet.FormsServlet)
    <LocationMatch ^/forms90/servlet/oracle\.forms.*>
    order deny,allow
    deny from all
    </LocationMatch>
    </IfModule>
    </IfModule>
    # Config. for OC4J
    <IfModule mod_oc4j.c>
    Oc4jMount /forms90 OC4J_BI_Forms
    Oc4jMount /forms90/f90servlet OC4J_BI_Forms
    Oc4jMount /forms90/f90servlet/* OC4J_BI_Forms
    Oc4jMount /forms90/l90servlet OC4J_BI_Forms
    Oc4jMount /forms90/l90servlet/* OC4J_BI_Forms
    </IfModule>

  • Not work tablet UI on Prestigio 5080 PRO tablet

    I read that browser.ui.layout.tablet = "1" can fix this problem. But it not works. I can work only in pnone interface that is not good for my 8'' tablet.

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Why self-defined access sequences of free goods can not work?

    Hi gurus,
    I have maintained access sequences of free goods self-defined.but when i creat the SO it does not work!
    when i used the standard access sequences ,it is OK .
    Can anybody tell me why?
    thanks in advance

    Dear Sandy,
    Go to V/N1 transaction select your self defined access sequence then go in to the accesses and fields and check all fields are activated.
    Make sure that these fields are flowing in your sales order.
    I hope this will help you,
    Regards,
    Murali.

  • Adobe bridge raw not working with windows vista in photoshop cc, why?

    adobe bridge raw not working in photoshop cc, is there a fix?

    Your sure your using photoshop cc on windows vista?
    I was under the impression that photoshop cc would not even install on windows vista.
    What version of camera raw do you have?
    In photoshop under Help>About Plugin does it list Camera Raw and if so which version is it?
    (click on the words Camera Raw to see the version)
    Camera raw doesn't work if it's a camera raw file or some other file type such as jpeg or tif?
    What camera are the camera raw files from?
    Officially camera raw 8.3 is the latest version of camera raw that will work on windows vista.

  • Adobe Bridge CS5 in windows 7 not working?

    Adobe Bridge CS5 in windows 7 not working. I was using bridge perfectly for last 2 years. It stops working since 3 days. I tried to install updates. Showing some error to install.
    Tried to install creative cloud..again some error. Error code : 82
    Could you please advice how I can fix my adobe bridge.

    https://www.youtube.com/watch?v=xDYpTOoV81Q&feature=youtu.be
    please check this video I uploaded..this is what happens when I click adobe bridge.. just blinks and go off. bridge not working on task manager

  • ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • Partner application logoff not working

    We have a partner application registered with sso with custom login screen. The login works fine. We use the following code to logoff the partner application in logoff.jsp
    response.setHeader("Osso-Return-Url", "http://my.oracle.com" );
    response.sendError(470, "Oracle SSO");
    session.invalidate();
    but the logoff is not working properly. It is not invalidating the session and the logout http request is not going from the application server to the sso server.
    Are there any additional configurations for SSO logoff.Any help is appreciated.
    Thanks

    Hi
    The WF should also trigger if i add the Partner function in UI.If i change any Attribute the WF triggers but i dont want to change the attribute when i add the partner function.
    If i have only one event for WF that is Partner Change the WF will not trigger it for the 1st time when i save the UI. But next i come to the same saved doc and add a partner function then the Wf triggers.
    So this means that Partner change is active.
    the issue here is i need to trigger the WF on , the 1st time i save the UI, for which i wil be using Attribute Change and next time when i come back to saved doc the and add only the partner function and no changes are made to attributes the WF should again trigger.
    Thanks
    Tarmeem

  • IPhone 4 Voice Memos not working/saving

    Hi there,
    I'm having trouble with my voice memos too. Up until yesterday they were working fine and now, even though the record button works, the stop button does not and I can only pause them. Worse again is that the button to go into the menu to view all voice memos is not working so I can't play them from my iPhone and nothing new is saving to my iTunes. Please help!

    I've always had the "Include Voice Memos" option selected. I think that only pertains to syncing voice memos from iTunes to the iPhone after it has been copied to iTunes. It has to be the new OS/iTunes not communicating that new memos have been recorded. For some reason they won't sync when I want them to, and then a few syncs later they magically appear.
    By the way, I'm VERY comfortable with the iTunes and iPhone systems. I've been using iTunes for 5 years, and I've been recording class lectures with the iPhone voice memo app (and another app) for a couple years. It's not an error of not seeing that the memos were added; they don't exist in my library or music folders.
    JUST OUT OF CURIOSITY, POST WHICH FIRMWARE YOU ARE RUNNING EXACTLY!!!
    I'm on an iPhone 4, running firmware 4.0.1

  • Installed Premiere Pro CS4 but video display does not work?

    I just got my copy of CS$. After installing Premiere I found two things that seem very wrong:
    1) video display does not work, not even the little playback viewer next to improted film clips located on the project / sequence window. Audio works fine.
    2) the UI is way too slow for my big beefy system.
    My pc is a dual boot Vista-32 and XP system with 4GB of memory installed and nvidia geforce 280 graphics board with plenty of GPU power. The CS4 is installed on the Vista-32 partition. My windows XP partition on the same PC with Premiere CS2 works great and real fast.
    Any ideas how to solve this CS4 install issue?
    Ron

    I would like to thank Dan, Hunt, and Haram:
    The problem is now very clear to me. The problem only shows up with video footage imported into PP CS4 encoded with "MS Video 1" codec. So this seems to be a bug. The codec is very clearly called out and supported within various menues but video with this codec just will not play in any monitor or preview window. In addition the entire product looks horrible with respect to performance while PP CS4 trys its best to play the video. Audio will start playing after about 30 seconds. And once in awhile part of video shows up at the wrong magnification before blanking out again.
    My suggestion to the Adobe team: fix the bug and add some sample footage to the next release so new installations can test their systems with known footage.
    My PC is brand new with the following "beefy" components:
    Motherboard
    nForce 790i SLI FTW
    Features:
    3x PCI Express x16 graphics support
    PCI Express 2.0
    NVIDIA SLI-Ready (requires multiple NVIDIA GeForce GPUs)
    DDR3-2000 SLI-Ready memory w/ ERP 2.0 (requires select third party system memory)
    Overclocking tools
    NVIDIA MediaSheild w/ 9 SATA 3 Gb/sec ports
    ESA Certified
    NVIDIA DualNet and FirstPacket Ethernet technology
    Registered
    CPU: Intel Core 2 Quad Q9550
    S-Spec: SLAWQ
    Ver: E36105-001
    Product Code: BX80569Q9550
    Made in Malaysia
    Pack Date: 09/04/08
    Features:
    Freq.: 2.83 GHz
    L2 Cache: 12 MHz Cache
    FSB: 1333 MHz (MT/s)
    Core: 45nm
    Code named: Yorkfield
    Power:95W
    Socket: LGA775
    Cooling: Liquid Cooled
    NVIDIAGeForce GTX 280 SC graphics card
    Features:
    1 GB of onboard memory
    Full Microsoft DirectX 10
    NVIDIA 2-way and 3-way SLI Ready
    NVIDIA PureVideo HD technology
    NVIDIA PhysX Ready
    NVIDI CUDA technology
    PCI Express 2.0 support
    Dual-link HDCP
    OpenGL 2.1 Capaple
    Output: DVI (2 dual-link), HDTV
    Western Digital
    2 WD VelociRaptor 300 GB SATA Hard Drives configured as Raid 0
    Features:
    10,000 RPM, 3 Gb/sec transfer rate
    RAM Memory , Corsair 4 GB (2 x 2 GB) 1333 MHz DDR3
    p/n: TW3X4G1333C9DHX G
    product: CM3X2048-1333C9DHX
    Features:
    XMS3 DHX Dual-Path 'heat xchange'
    2048 x 2 MB
    1333 MHz
    Latency 9-9-9-24-2T
    1.6V ver3.2

  • Ideapad A1-07 tablet wifi-bluet​ooth does not work!

    Hello everyone. As you can see from the title on my tablet is not working wifi and bluetooth. When turning wifi tablet is reset and continues to be off and on until it forcibly turns off, and when you turn it on again, and do not touch wifi everything is normal and there are no problems with resetting. Can someone help me and give suggestion to solve this stupid problem.  I'm from Croatia and I'm bad with the English writing.

    Hi
    Welcome To Lenovo Community
    Please perform a  factory reset 
    Please ensure you have backed any important data before doing factory reset
    Hold the volume down and the power till Lenovo logo appears .
    System will boot into recover mode. Follow the instructions
    Hope This Helps
    Cheers!!!
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with Kudos!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!  This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Polygonal lasso tool not working with stylus on Surface Pro 2

    Hi guys,
    I'm new here so please bare with me if I'm posting in the wrong place or don't make immediate sense.
    Hardeware / software used: surface pro 2 and I'm running photoshop CS5.
    Problem is a fairly basic one: I am trying to make basic selections using the polygonal lasso tool (using the stylus that comes with the tablet) but it simply will not work. All I get when I touch the stylus to the screen is the circle that appears then fades. If I attach the keypad and try using that then it works no problem at all.
    Does anyone have any ideas as to whether there is a particular setting that I need to switch on or off e.g. something relating to pressure sensitivity (although not sure why this would affect this particular selection tool)?
    I've searched the web and come up with nothing so far so any help is greatly appreciated!
    Thanks for your time
    Scott

    same problem on surface pro 3 !!!!
    and i think quite significant, for lot of artists using polygonal lasso a lot (including me). How come that the stupid surface cannot work properly

  • Excite PRO 3G connection not work after Android v4.3 update

    Hello,
    I live in Italy and on last Sunday (january 26th) my Excite PRO tablet (model AT10LE-A-10H) got the Android version 4.3.201121220.35.
    After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    My sim card is ok. I used this sim card before the system update and I didn't get any problem with Android 4.2.2.
    Please help me.
    Thank you

    >After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    Go to the mobile network settings and search again for the 3G network.
    I had similar problem with my Android Smartphone and my o2 provider
    I started new search, then I chosen the O2 again and then I could solve the problem.
    In case this does not work for you, recommend you to reset the tablet back to default (factory settings)

Maybe you are looking for

  • Need suggestion in sql

    I have 8 tables of which i need to do union of all tables and do group by ..all 8 tables consists of similar columns with small changes.. My question is which is best idea 1. do union first of all 8 tables and do group by or 2. group by each individu

  • Caldavd failing to start after upgrade to Server 3.2.1

    This problem, caldavd not starting after upgrading to Server 3.2.1, is a variation on the theme of PostgresQL not starting.  It too boils down to a postgres database not having been updated properly.  Below are the steps needed to fix this problem: s

  • URGENT HELP/ADVICE/INSIGHT NEEDED RECOVERING FILES!

    Hi, all, I hope someone out there can help me understand what I have done and how to fix it! I have posted this under Tiger, but it is probably a hardware question. I have a G4 Quicksilver which I upgraded with 2 hard drives, master/slave set up. I r

  • I would like to know what is the best product to create a survey

    I would to create a survey on a Web Site of multiple choice answers and each answer has a value and the score is displayed on screen. I have managed to create a form in Google Forms and I can give each answer a value and create a total however I can'

  • PSE/PRE 9 update to 11 Every problem imaginable.

    I have had PSE/PRE 9 for some time. worked fine until a week ago the organizer would not open. So due to Adobe's ridiculously bad support, I finally purchased PSE/PRE 11 because the guy said I would get support for that. Turns out he was full of @#$%