Links - basic question

Flash newbie quesiton - please bear with.
A simple Flash intro, with 3 text buttons appearing toward
the end of the movie that should allow navigation to other pages in
the site.
I'm not sure where to place the actionscript for the
buttons... do I select the layer that contains each button, then
click the keyframe where the button first appears (buttons do not
appear until frame 250). I've also read that a separate layer for
actionscript should be created, and all scripts placed there.
Here is the basic script I'm using:
enter_btn.addEventListener(MouseEvent.CLICK,
enterbuttonClickHandler);
function enterbuttonClickHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("
http://www.danceartscentreatl.com/main.htm"));
}

JillTW,
> Flash newbie quesiton - please bear with.
This is the place for it. :)
> A simple Flash intro, with 3 text buttons appearing
toward
> the end of the movie that should allow navigation to
other
> pages in the site.
I'm with ya.
> I'm not sure where to place the actionscript for the
buttons...
Think of the timeline in terms of a grid. In this analogy,
frames are
your vertical columns and layers are your horizontal rows.
Your buttons
appear on frame 250, so imagine a column going up and down in
frame 250.
Your ActionScript needs to appear along this column
somewhere. It doesn't
matter what "row" (layer) its in, so long as the code the
buttons appear in
the same "column".
If you put your code in frame 1, for example, Flash will
look for a
button with the instance name enter_btn in that "column," but
won't find it.
Conversely, if your buttons appeared in frame 1, and ended in
frame 100,
then stopped ... and your code appeared in frame 250, it
still wouldn't find
the button reference.
> I've also read that a separate layer for actionscript
should be
> created, and all scripts placed there.
Technically speaking, it makes no difference which layers
hold your code
... but from a practical standpoint, it makes a lot of sense
to put all your
code in a dedicated layer named "scripts", or "actions", or
some other name
that fits. That way you'll quickly be able to find it,
instead of having to
hunt and peck.
> Here is the basic script I'm using:
>
> enter_btn.addEventListener(MouseEvent.CLICK,
enterbuttonClickHandler);
> function enterbuttonClickHandler(event:MouseEvent):void
> navigateToURL(new
> URLRequest("
http://www.danceartscentreatl.com/main.htm"));
> }
That covers a button symbol currently on the Stage or
pasteboard whose
instance name is enter_btn. Note: instance names must be
unique per
*intance* of a symbol. You can create a single button symbol,
with whatever
Library name makes sense, and then drag numerous copies of it
to the Stage.
To speak to each instance separately, each instance needs its
own instance
name (assigned in the Property inspector).
> enter_btn.addEventListener(MouseEvent.CLICK,
buttonClickHandler);
> function buttonClickHandler(event:MouseEvent):void {
> navigateToURL(new URLRequest("
http://www.danceartscentreatl.com"));
> }
This second event handler, assuming it also exists on frame
250 with
your other buttons, will fail because it's also being
assigned to enter_btn.
That might have been a typo, I realize, but just to be clear,
make sure each
button has its own instance name.
David Stiller
Adobe Community Expert
Dev blog,
http://www.quip.net/blog/
"Luck is the residue of good design."

Similar Messages

  • Basic Question on Copy and Delta link which one to use when?

    Hi
    Its basic question
    My understanding about copy and Delta link is
    Copy doesnot ahve direct relationship with source object (but it acts as a sibling) any changes done to spurce object does not affect target object.
    Where as Delta link will have a parent child relation ship between source object bacially its a copy of source and inherits id properties. in case if i change source object does this affect target object, we can delete, add content to delta link target object.
    let's say if i want to use standard quickpoll iView do i need to use copy or delta link similarly for other iviews, worksets, roles which one will be better.
    Regards,
    Murali

    Murali,
    Yes, your understanding is right.
    Case 1 : Copy
    A- Object
    B- Copy of A
    Both of them are independent.Any changes in A are not dependent on B and vice versa.
    Case 2 : Delta Link
    A - Object
    B - Copy of A (via Delta link)
    Any changes to A are reflected in B, as A is a parent and B a child.
    But B would be an independent entity.Any changes to B would not effect A.
    When you use either of them, depends on your need. When you are working with standard iviews or roles or workset, you can do a copy of the original, because in most cases we would not make changes to the standard roles or worksets or iviews. There by eliminating the process of making a delta copy.
    But, if you are dealing with the roles that you have created and want to make a copy of it, you can use a delta link, because, even if you want to add more iviews and worksets to that role, they would get reflected when you make a delta copy.
    Hope that helps.
    Consider rewarding points for handy posts!
    Cheers,
    Sandeep Tudumu
    Edited by: Sandeep Tudumu on May 6, 2008 2:10 AM

  • Basic question: linked or unlinked text?

    Hi
    We are currently trialling InCopy for book publishing and are interested in the best way to set up the InDesign files.
    Our designers usually have all the text in a document linked; this might include body text, headings, breakout boxes, captions, etc.
    If we export this to InCopy and an editor makes changes, obviously the text reflows and everything goes out the window. For example, body text might move into a caption box, etc.
    Is it generally preferred to set up InDesign files with all the elements unlinked, to avoid this problem in InCopy? Or are there other workarounds?
    Told you it was a basic question!
    Cheers
    Steve

    First of all, for your own benefit, use the right terminology.
    The term you're looking for is threading.
    That out of the way, the biggest benefit of InCopy is that the editor can see the layout and what effect any edits are having. So, to answer your question, it depends on how you want to handle it. Without really seeing the files, it's hard to say.
    Bob

  • Basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005 and there is no Microsoft office or Excel driver installed in Production

    Hi all,
    I got one basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005. I wanted to know How this package works in production where there is no Microsoft office or Excel driver installed. To check that there is excel driver installed
    or not, I followed steps: Start-->Administrative Tools--> Data Sources(ODBC)-->Drivers and I found only 2 drivers one is SQL Server and another one is SQL Server Native Client 11.0.
    Windows edition is Windows Server 2008 R2 Enterprise, Service Pack-1 and System type is 64-bit Operating System.
    We are running this package from SQL Server Agent and using 32-bit (\\Machine_Name\d$\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTExec.exe /FILE "\\Machine_Name\d$\ Folder_Name\EtL.dtsx" /CONFIGFILE "\\Machine_Name\d$\Folder_Name\Config.dtsConfig"
    /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E) to run this package. I opened the package and tried to find out what connection we have used and found that we have used "Excel Connection Manager" and ConnectionString=Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=F:\Fares.xls;Extended Properties="EXCEL 8.0;HDR=YES"; and source is ‘Excel Source’
    I discussed with my DBA and He said that SSIS is having inbuilt Excel driver but I am not convinced.
    Could anyone please clear my confusion/doubt?
    I have gone through various links but my doubt is still not clear.
    Quick Reference:
    SSIS in 32- and 64-bits
    http://toddmcdermid.blogspot.com.au/2009/10/quick-reference-ssis-in-32-and-64-bits.html
    Why do I get "product level is insufficient..." error when I run my SSIS package?
    http://blogs.msdn.com/b/michen/archive/2006/11/11/ssis-product-level-is-insufficient.aspx
    How to run SSIS Packages using 32-bit drivers on 64-bit machine
    http://help.pragmaticworks.com/dtsxchange/scr/FAQ%20-%20How%20to%20run%20SSIS%20Packages%20using%2032bit%20drivers%20on%2064bit%20machine.htm
    Troubleshooting OLE DB Provider Microsoft.ACE.OLEDB.12.0 is not registered Error when importing data from an Excel 2007 file to SQL Server 2008
    http://www.mytechmantra.com/LearnSQLServer/Troubleshoot_OLE_DB_Provider_Error_P1.html
    How Can I Get a List of the ODBC Drivers that are Installed on a Computer?
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/07/07/how-can-i-get-a-list-of-the-odbc-drivers-that-are-installed-on-a-computer.aspx
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi S Kumar Dubey,
    In SSIS, the Excel Source and Excel Destination natively use the Microsoft Jet 4.0 OLE DB Provider which is installed by SQL Server. The Microsoft Jet 4.0 OLE DB Provider deals with .xls files created by Excel 97-2003. To deal with .xlsx files created by
    Excel 2007, we need the Microsoft ACE OLEDB Provider. SQL Server doesn’t install the Microsoft ACE OLEDB Provider, to get it we can install the
    2007 Office System Driver: Data Connectivity Components or
    Microsoft Access Database Engine 2010 Redistributable or Microsoft Office suit.
    The drivers listed in the ODBC Data Source Administrator are ODBC drivers not OLEDB drivers, therefore, the Excel Source/Destination in SSIS won’t use the ODBC driver for Excel listed in it by default. On a 64-bit Windows platform, there are two versions
    of ODBC Data Source Administrator. The 64-bit ODBC Data Source Administrator is C:\Windows\System32\odbcad32.exe, while the 32-bit one is C:\Windows\SysWOW64\odbcad32.exe. The original 32-bit and 64-bit ODBC drivers are installed by the Windows operating system.
    By default, there are multiple 32-bit ODBC drivers and fewer 64-bit ODBC drivers installed on a 64-bit platform. To get more ODBC drivers, we can install the 2007 Office System Driver: Data Connectivity Components or Microsoft Access Database Engine 2010 Redistributable.
    Besides, please note that 2007 Office System Driver: Data Connectivity Components only install 32-bit ODBC and OLEDB drivers because it only has 32-bit version, but the Microsoft Access Database Engine 2010 Redistributable has both 32- bit version and 64-bit
    version.
    If you have any questions, please feel free to ask.
    Regards,
    Mike Yin
    TechNet Community Support

  • Basic questions with respect to ABAP WebDynpro Application

    Hi All,
    I have two basic questions with respect to an ABAP WebDynpro application :
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Thanks & Regards,
    Sushanth Hulkod

    Sushanth Hulkod wrote:
    > a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    >
    > b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    Answer - By providing direct link of the WD application created in SE80, creating iView for webdynpro abap application in the portal environment and  NWBC environment
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Answer - Yes it can be developed in ECC. Webdynpro ABAP is introduced in NW 2004s (SAP NetWeaver 7.0 or ECC 6.0)
    Thanks,
    Chandra

  • Basic Questions About Editing Audio

    I am new to Final Cut Express and can get around fine just had a few basic questions to do more things with it.
    -First, how can I detach the audio from the video file for a specific clip?
    -Second, is there a way to adjust the volume in specific spots of clips like in iMovie?
    That should be all for now...Thank you very much

    RC
    Shift-L toggles clip linking on or off.
    You use keyframes to adjust audio volume.
    First, enable keyframes by clicking the zig zag button at the bottom left of the timeline. You should see red lines appear in the audio clips of the timeline.
    Next, select the Pen tool and enter keyframes onto the red lines, dots appear.
    The dots can be dragged up or down forward or backward to fine tune.
    Al

  • Basic questions. Accessing documents

    Hello,
    I have few very basic questions. I don't see an obvious way to access documents from within any CS6 app. Is this something that should be possible, or do files have to be uploaded/downloaded from the browser interface? I downloaded and installed trial versions of the Master Collection. When CS6 became available, it seemed to know I was a member because it no longer prompts me to "continue trial." However, several apps show as not installed in the download manager accessable from within CC.
    Also, what does the subscription include as far as website publishing. Five sites is what the literature says. Is this five trial sites. I have a site I setup as a test. It's accessable through xxxx.businesscatalyst.com, but when I click "push to live" I am promoted to choose a monthly plan. I really don't need the service, but just curious what level is included.
    Also, also, while I can access the creative cloud and it shows 20gb and all apps, my account shows nothing about being a Creative Cloud member.
    Sorry for these basic questions.
    -Hugh

    Hi David,
    Getting a lot of email time with you. Thank you for being helpful. I have one Adobe ID. Answers to your questions below:
    For accessing documents within the CS6 apps, you could go through cloud storage if you wanted to transfer between locations or computers but saving your work to the computers HD is the same as past versions.
    OK, I must be dense. I don't see an obvious way to transfer. Don't need a full tutorial, just point me to a menu item or window tab or anyplace. I'll figure it out from there.
    I haven't tested using the Master Collection myself but I would be curious if you launch one of the products which show as not installed within the Adobe Application Manager window does it show as being a trial still? Does just launching make any difference?
    No, the apps launch without the 30-day trial notice. Everything seems to be working normally except for not showing as installed through the CC site.
    I did install the Master Collection trial Thursday night expecting the launch of CC to be delayed or on California time (East Coast here). Launched a few apps before discovering access (actually a little before midnight--good job). It seems the apps I launched before the service went live are the apps that display as not installed. But not 100-percent sure.
    For the website question, I was wondering if it might be because you weren't signed in to Muse with your Adobe ID, it should be the same one as Creative Cloud.
    I was promoted to login at the Business Catalyst site from the "manage" link in CC (same with typekit--every time I access)--same (and only) Adobe ID I have. I was also logged in through Muse. I'm sure of that.
    Did you receive an email saying that your subscription service was activated? Are you logged into the Creative Cloud website with the same Adobe ID? It almost sounds like you are not signed in or the subscription is not activated?
    Other than a few phone calls and online chats with folks at Adobe, this forum is the only (semi) official notification I've recieved. When I called the Customer Service number, the rep told me it would automatically convert (which it seems to have done since I can access and download). But the rep (nore online chat sessions) ask for my Adobe ID.
    I checked my spam folder, etc., to make sure nothing was missed from Adobe. Nothing received. As an FYI, I did get the auto notice telling me I was charged for the monthly Design Premium 5.5 subscription on May 10 (just like clockwork).
    Also try clearing your browser cache, closing and reopening the browser, oddly enough I've heard that can make a difference in some cases.
    I'll try that. Also read elsewhere that uninstalling and reinstalling has helped with other issues. Also read about deleting config files to cause CS6 to reset. Haven't tried it. Would like to know my subsciption status first.
    OK, so another basic question, How do I activate my subscription. Call customer service again? Some place on the website? Friends at Adobe ;-)
    Thanks much.
    -Hugh
    BTW, I'm very happy with CS6 so far. Being super productive since Friday night. Not getting much sleep, but having a lot of fun learning/developing some pretty cool stuff.

  • Basic Questions About CSM

    Hi,
    We have a CSM installed in a 6513 chassis working as our load balancer for web servers. I have a few basic questions:
    1. The current default configuration of probes on our switch indicates 2 minutes interval, 3 consecutive errors before marking real server failure and 5 minutes between probes of failed server. This setting results in 10-12 minute switch over delay in case one server fails.
    In one of the Cisco papers I read that the default for these parameters in CSM is 8 seconds, 2 retries and 5 seconds, respectively.
    My question is what is the default settings for probe parameters and is there any recommendation for a optimal settings? (I am going to use 1min, 3, 15seconds resulting 0.5 to 1.5 minutes delay and want to make sure there is no concerns with that)
    2. Does the sticky timeout affect the switch over delay time? My understanding is that sticky timeour applies to the normal condition when all legs are up and in case of a failure, the traffic will switch over regardless of an existing active sticky session. Is this correct?
    3. What is the exact definition of a "connection" in a load balancer? Is there any way to estimate or predict the number of connections for a specific traffic load (e.g. number of connection per user)?
    Thanks for your response,
    Ali

    There is an ASK THE EXPERT session currently, if you have more questions, please join us there.
    Regarding your current questions :
    1/ The default for an icmp probe is 120sec, 3 retries and 300sec for failed.
    You can use whatever values you think is necessary for your environment.
    However, you need to remember that a probe generates traffic and each probe require process CPU time to send and receive.
    With a lot of servers you probably want to avoid low frequency values.
    I think your suggested value of 1 minute is ok.
    2/ the sitcky timeout does not affect failover.
    However, you should be aware that if a server goes dowm, the CSM will send NEW connections to the other servers. But active connection will stay with this server even if down. To change this behavior use the 'failaction purge' command.
    3/ A connection is a flow. It is defined by a SRC IP, DST IP, protocol, SRC PORT, DST PORT.
    Within a connection you can send 2 bytes or 2 Gig.
    So, it is difficult to link the 2 values.
    ie: when you load a webpage, if you are using http 1.0 you open 1 connection for every object (text, gif, banner, ...) but with http 1.1 you can download all the same objects in a single connection.
    Hope this helps.
    Gilles.

  • Basic Questions related EHPs for SEM

    Hi Guys,
    I've some basic questions related to EHPs: -
    1. If we don't mean to implement any of the new functionalities does it make any sense to implement EHP? In other words do EHPs also have some general improments other than the functionalities which can be specifically activated?
    2. If we just activate a functionality and don't implement/ use it can there be any negative impact?
    3. In case of a pure technical upgrade from SEM 4.0 to SEM 6.0 which EHP would be recommended?
    4. Is there a quick way to find all relevant notes in EHPn which are related to corrections for EHPn-1?
    Thanks in advance,
    -SSC

    HI,
    If you see some of my older posts I have had many issues with certain features of the EHP2 functionality but that doesn't mean I would recommned against it.
    BCS 6 EHPs 3 & 4  (BCS 6.03 / 6.04) - enhancement packs worth implementing?
    BCS 6 EHP 2 (BCS 6.02) - activation of enhancement pack
    My recommendation is to implement the EHPs but not necesarrily activate the functions (in SFW5) unless you need them - this means that you will only have to test once after EHP implementation and will have the ability to activate the other features as and when required (although testing is required after activation of course) whereas it might be difficult to persuade your client/basis team to implement EHP4 later if you don't do it now.
    In the features of EHP2 (activate FIN_ACC_GROUP_CLOSE) it states that there is a general performance improvement - although I have yet to experience it! From OSS note 1171344 "The functionality which is available in EHP2 consists of...
    ... Performance improvements of status management, reporting and initial start-up of consolidation workbench and monitor.
    Since activating FIN_ACC_GROUP_CLOSE I have had many OSS notes requiring application but i discovered that when the technical team implemented the EHPs (before i joined this client) they somehow forgot the latest SP (support packs) and didn't upgrade to the current level - so make sure that you get the right SPs too (see the links in Greg's link above) to avoid the many OSS notes.
    As for your question - "is there a list of OSS notes to specific to EHP upgrades? - the answer is most definietly "NO" - I already asked OSS in desperation!
    however, you can see the OSS notes that i have applied listed in the above link ( BCS 6 EHP 2 (BCS 6.02) - activation of enhancement pack )

  • Basic questions about connection sharing and radio mode

    I just got TC and have a couple of basic questions.
    At home I have a D-Link ADSL modem/router (no wifi) plugged into the wall, and would like TC to provide wifi. I've connected the WAN port to some LAN port of the router and everything works fine. The intented usage of the setup is wifi-only. Would you recommend TC to do DHCP/NAT? Or is Bridge mode better? In the latter case I don't fully understand who's routing the wifi network (though it actually works).
    Second question is about radio mode. My wife has an iBook G4 that is not capable of talking 801.11n, so I selected the n mode compatible with b/g. In that mode my black MacBook will still be able to talk 801.11n with TC? The iBook has very low usage, it is fine that computer uses 801.11g for TC, but I'd like the MacBook to go full-speed. (If that's not possible I'd ponder purchasing an 801.11n adaptor of some sort for the iBook.)

    Would you recommend TC to do DHCP/NAT? Or is Bridge mode better?
    It doesn't matter.
    In the latter case I don't fully understand who's routing the wifi network (though it actually works).
    The D-Link modem/router.
    In that mode my black MacBook will still be able to talk 801.11n with TC?
    Yes. It will only suffer lower bandwidth if the iBook G4 is actively connected.

  • Basic questions in SRM for Workflows+need material

    Hi All,
    I have developed Workflows in SAP R3.I am very new to SRM. I have following questions -
    1. What is the use of BADI when we implement Workflow? My understanding till now is to provide all approvers to the
       Shooping Cart.That means for workflows without approval we dont need to BADI to implement.
    2. Is there any other concepts more i have to know? Like in R3 Event will be triggered with help of change doc, status mang., LIS exceptions and all through SWEC tx. is it same in R3?
       Sorry to ask very basic questions.
       Can anyone provide me step to step guide to configure SRM workflows and Cookbook for SRM?
       My Email id is [email protected]
       It will be very helpful for me.
       Thanks in advance.
       Ashwani

    Hi,
    1.All the n step workflows(where approvers are determined dynamically) in SRM can be implemented only using the BADI "BBP_WFL_APPROV_BADI".the main purpose of this BADI is to fetch the Approvers/agents for the workflow.In addition to the  n step WF,you also have no approval, 1 step and 2 step approval workflow in which the agent assignment can be done directly(no BADI reqd) and this is applicable for all types of business objects i.e. Shopping cart,Bid etc.For more details refer the foll link;
    http://help.sap.com/saphelp_srm40/helpdata/en/17/40a86c773d6c41801d78af1a34b90f/content.htm
    2.Work flow concepts are same as in R/3.So techincally you can create your custom workflows in the same way.
    Do let me know if you need any further help.
    BR,
    Disha.
    Pls reward points for useful answers.

  • VERY Basic Questions about Oracle eBusiness - what "languages" are used?

    Please forgive the very basic nature of this post- (I have been in systems (IT) for over 20 years, so I do have lots of systems experience, but no exposure to this particular software.)
    So here are the basic questions - I assume that much of the data base logic is written in PL/SQL, but what other tools / languages are the applications written in?
    (Oracle Forms, Oracle Reports, Java, C, something else?)
    With over 20 years and experience with a number of other packages, I can learn a great deal about an application by 1. Looking at the DB structures (charts), 2. looking into DB code (Packages, triggers, procedure, functions) and 3. Seeing the screen shots.
    None of my customers have had Oracle eBusiness - that have had home grown applications or other COTS/packages.
    can anyone suggest a place where an independent person can inexpensively get some exposure?
    My sincere thanks for any answers/suggestions. 

    Hi,
    Please refer to the following links for details about the different database releases and Oracle tools.
    Oracle Timeline
    http://www.oracle.com/timeline/index.html
    http://www.oracle.com/oramag/profit/07-may/p27anniv_timeline.pdf
    Oracle Corporation - Oracle FAQ
    http://www.orafaq.com/wiki/Oracle_Corporation
    Oracle E-Business Suite consists of Application/Database/Client tiers, you can find more details in [Oracle Applications Concepts|http://www.oracle.com/technology/documentation/applications.html] manual.
    Oracle Forms
    http://en.wikipedia.org/wiki/Oracle_Forms
    Regards,
    Hussein

  • Basic questions about JRE installation

    I am using NSIS to make a installer, which insalls the JRE 1.5, JMF, Javamp3, then our own software packages.....
    Firstly I have some basic question about the general installatio/deinstallation.
    1 Why sometimes is it required to reboot computer for the installed software to take effect, e.g.
    JRE 1.5. If not, what doest NOT take effect? (Actually in many cases, it seems to work even if not reboot the computer).
    Regarding the JRE 1.5,
    I am wondering:
    1 where is the registry entry written in windows?
    2 how to make the JRE installation process silent?
    Thanks !

    Just click on this link http://mindprod.com/jgloss/registry.html.

  • What todo with those who keep on answering basic questions - Your thoughts?

    Hi Experts,
    I have been active in ABAP Development Forum and usually hit the abuse button around 50 times a day.
    And most of the cases is for posting queries which are very basic and can be searched in SCN or in any Search engine.
    Example: The specified item was not found.
    Subject : BAPI
    Question :
    >
    muralireddy manyam wrote:
    > whats the  difference between normal function module and bapi function module?
    Although this is the mistake of the poster, i can see around 5 - 10 replies for such posts in a few seconds. Most of the replies are posted with Copy + paste content from SAP documentation/ other sites, some link farms etc.
    What i feel is this type of replies only encourages other people to post such basic questions again and again.
    So i think a little amendment need to be added to the Forum guidelines prompting members not to post replies/links to basic questions which can be easily searched.
    What you people think of it? Your thoughts are welcome and i hope some moderator would be in a better position to answer this.
    Regards
    Karthik D

    Hi Karthik,
    Your BAPI example took a whack together with all it's answers and the other questions by the same lazy bones fresher.
    There is no real answer to your question, because more usable expert forums and keeping the quality up to standard is a constant thing. Each new batch of freshers brings new challenges with them, and new types of points-gaming, etc. So it is the journey which counts
    At other times some tollerance is also appropriate - for example when the person has language problems and is using a translator.
    But for the lazy bones who don't even have common sense, there is no SDN medication available. No amount of waiving the rules at them helps. The only think which can be done is to delete it on sight and try to catch them as early as possible.
    For this the folks who use the Abuse Reports button are the true heros of the forums, as it is impossible for moderators to be everywhere all the time.
    Cheers and thank again!
    Julius

  • Basic Question - adding a downloadable PDF

    Hi:
    This is a pretty basic question but after searching the
    Dreamweaver Bible I can't find the answer. I want to put a word
    document on a site. I am considering 2 options: 1) just put a
    downloadable PDF on the site or 2) import the text from the word
    doc and just put it as another page on the site. All I can figure
    out so far is to cut and pace from the word doc to a dreamweaver
    page. I'm reading about import word html command but can't find it.
    My questions are: 1) how to I include a PDF file and 2) where is
    the import word html command located.
    Thanks,
    Rex

    This file -
    http://www.irishhuntersandjumpers.com/News_files/contract.pdf
    is not there. Where did you put it? You did upload it, right?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "halfpint23" <[email protected]> wrote in
    message
    news:fol1ng$e3$[email protected]..
    > Done all the above.
    >
    > Running DW MX2004.
    > I have a pdf file created by my attorney of my
    stallion's breeding
    > contract. I
    > need to have it downloadable from a link in my website.
    The file resides
    > in a
    > folder in the Site, and is linked correctly, I think. I
    highlighted the
    > words I
    > wished to create as a link, right-click on them as
    highlighted, select
    > create
    > link, etc.
    > When I run it on the 'net, I get the dreaded 404 Page
    Not Found screen.
    >
    > I have moved the file to another folder, re-linked etc
    three times, and
    > still
    > get the same result. The Browser Preview brings it up
    flawlessly! PDF file
    > is
    > in Acrobat 7.0, file size is about 160k.
    >
    > Here is the page in question
    >
    >
    http://www.irishhuntersandjumpers.com/Ollie03.html
    >
    > I really do need to resolve this pretty soon, breeding
    season is upon us!
    >
    > Thanks in advance for any help.
    >

Maybe you are looking for

  • One Drive for Business with Office 2010

    I have some users with Office Pro 2010 that need to sync SharePoint 2013 libraries. When clicking the Sync button, the SharePoint Workspace 2010 jumps. I tried installing the OneDrive for business and it receives that it's all set but nothing happpen

  • Transferring from old hard drive to new

    My mac mini died, so I replaced with iMac. I was able to remove hard drive from mini and plug into iMac as an external drive. now I want to load iMac with my iTunes, etc. from the mini. Is there an easy way to do this?

  • Problem with Connection Object

    I have created a java application. The main function is in MainFrame.java. I have created a connection object myConnection. This I did from the GUI dialog. Later while creating application module i used this connection. While running the application,

  • Change account user photo with iphoto

    The option to select iphoto photo is not present when trying to select user ID photo. Help? Thanks

  • Letter "f" can not be extracted from PDF

    When I select the words in PDF and do copy, paste, wherever there is "f" it always shows "?" and the letter that close to "f" is also missing. This problem not only shows when I do copy-paste but also shows when other software is extracting informati