Conditional Frustration!

Hi. I'm quite new to Apex, and have repeatedly re-visted the forum to find answers, but I am so furstrated with Apex at the moment, I felt I had to post this.
The problem I am having is nothing clever, and it isn't part of my final application. I have published the URL of a demo application to a group of users. Whilst they are looking at it, I thought I would develop it some more, but wanted to hide this work from the others. I know there are proper ways to release an application (which will go live on another server), but this really is just a proof of concept at the moment.
What I thought I would do, is work on a form on a new tab, and hide the tab using conditional processing.
I have chosen the condition "item=value".
In expression 1, I have put &USER. (including the full stop).
In expression 2, I have put 123456 (my network login - I am using the mod_ntlm to parse my network login ok). I've tried with and without quotes.
However, when I run the application, the TAB is not displayed. Now, here is the frustrating bit....if I remove the conditional display, and change the tab label to be &USER. it displays itself as 123456. So why doesn't the conditional processing work?
I've got a feeling it will be something laughably simple, so please be gentle with me - it's my first post!!
Thanks to anyone who takes the time to help!

Hi Jes. Thanks for the reply. I've been playing around with &APP_USER. and &USER. I am happy that &USER. does provide the necessary value - access to the application is by network authentication; when using the mod_ntlm apache add-on, I get back the actual network login into the &USER variable.
I think the solution to my own problem, is not to use item=value, but instead to code the condition as a SQL_Expression, and put
&USER. = 123456
This does work.
I'm finding little aspects of APEX, like this, very frustrating. It's a brilliant tool, but just a few niggles that turn really really rapid developments into a bit of a slog at times.
Again, thanks for taking the time to reply, and hopefully I can move on to the next stumbling block!

Similar Messages

  • HT201359 Hi, it's incredibly frustrating to not be able to find an agree button for new terms and condition. Where do I actually do it?????? Thanks Jitka

    Hi where do I agree on terms and condition? The file is massive while not having the agree button. Very frustrating!!!

    You can see number of charging cycles in System Profiler , under Power.
    In regards to your battery/charger issues one thing - try to switch your computer off, take the battery out, and hold power button for 5 (10, just for a sake of it seconds.
    Then put battery back in, and try to charge it/power it up. It's amazing how many issues can this solve...
    Let us know!

  • More frustration with Conditions in FM 9.0

    When going back to visit a document where changes have been tracked with conditions, I spot a stray bullet. Aha! I conclude; carelessly-applied condition. Quite right: if I select the paragraph and try to delete it, I'm warned I'm about to delete hidden conditional text.
    "And what might that be?" I wonder, so make the selection unconditional in order to see the content ... well, that's my way of seeing it. FM assures me the selection is unconditional, displays (I imagine) the previously-applied condition at the top of the conditions list, and refuses to reveal the text.
    Can someone enlighten me on how I need to think in order to display this text? I can solve the immediate problem easily enough by going to mif, or by copy-pasting into a new document with no conditions defined, but feel this sort of workaround should not be necessary.

    Niels,
    Still don't understand why making something unconditional doesn't
    immediately display it, when the show/hide setting is an aspect of
    "conditionalness", but if that's the way it is I'd better get used to
    it <vbg>
    You are correct....in a sense. When you SHOW conditional text, you can select it and make it unconditional. And it indeed DOES show; however, it was showing in the first place. So, in this sense, you are correct.
    If you conditionalize a piece of text and HIDE it, then the only thing displayed in Frame is a marker showing that there is hidden text. Is the marker conditionalized or not? I tested it, and the marker itself is UNconditionalized text. If you select it along with text before and after it, the conditional text pod shows the whole selection as unconditionalized. You can even apply the unconditional tag, and nothing changes. Now SHOW all conditional text and you will see that the previously hidden conditional text remains conditional.
    So, the point is that the marker that indicates hidden conditionalized text is itself unconditionalized. The way to display hidden conditionalized text is to display it, not try to unconditionalize its marker.
    Hope this helps,
    Van

  • Why does SQL bring back all values in a single condition quicker?

    Hi All,
    I've stumbled across an interesting yet frustrating problem with one of our Discoverer Reports. The problem unfortunately is related to performance, which can be a never-ending struggle, as we all know.
    Scenario:
    We have a report that contains multiple outer joins that retrieves information from other sub ledgers. The type of report is tabular and it has a single page item called period name. A parameter has been setup on the period name column, which allows users to specify which period they want to report on. This is a real time report transaction report.
    Problem:
    The report takes various times to run depending on the amount of periods selected via the parameters. Timings are shown below –
    All Periods                         –  2 min 22 sec     (36 Periods selected – 7 have data)
    Apr                              -  0 min 43 sec           (01 Periods)
    Apr + May                         -  1 min 06 sec      (02 Periods)
    Apr + May + Jun                         -  1 min 36 sec      (03 Periods)
    Apr + May + Jun + Jul                     -  2 min 29 sec      (04 Periods)
    Apr + May + Jun + Jul + Aug               -  3 min 15 sec      (05 Periods)
    Question:
    I’m finding it very hard to understand why the time taken to run the report for 5 periods IS NOT quicker than running the report for all periods because the condition/where clause would have been refined?
    I can confirm that the Period column is indexed. I’m not going to post the execution plans, as each are 117 rows long. I’m rather hoping some of you might have experienced something similar, and therefore able to point me in the right direction.
    Thanks,
    Lance

    Hi Rod,
    Looking at the SQL generated in Discoverer this is what I get for All Periods:
    Where ‘…….’
    AND (o227124.i227127 IN ('MAR-07','FEB-07','JAN-07','DEC-06','NOV-06','OCT-06','SEP-06','AUG-06','JUL-06','JUN-06','MAY-06','APR-06','MAR-06','FEB-06','JAN-06','DEC-05','NOV-05','OCT-05','SEP-05','AUG-05','JUL-05','JUN-05','MAY-05','APR-05','MAR-05','FEB-05','JAN-05','DEC-04','NOV-04','OCT-04','SEP-04','AUG-04','JUL-04','JUN-04','MAY-04','APR-04','MAR-04','FEB-04','JAN-04','DEC-03','NOV-03','OCT-03','SEP-03','AUG-03','JUL-03','JUN-03','MAY-03','APR-03','MAR-03','FEB-03','JAN-03','DEC-02','NOV-02','OCT-02','SEP-02','AUG-02','JUL-02','JUN-02','MAY-02','APR-02','MAR-02'))
    Statistics For All Periods
    351 recursive calls
    0 db block gets
         32301 consistent gets
    61 physical reads
    0 redo size
    500 bytes sent via SQL*Net to client
    13147 bytes received via SQL*Net from client
    1 SQL*Net roundtrips to/from client
    6 sorts (memory)
    0 sorts (disk)
    0 rows processed
    And this is what I get for 6 Periods
    AND (o227124.i227127 IN ('AUG-06','SEP-06','JUL-06','JUN-06','MAY-06','APR-06'))
    Statistics For 6 Periods
    351 recursive calls
    0 db block gets
    32301 consistent gets
    7 physical reads
    0 redo size
    509 bytes sent via SQL*Net to client
    11736 bytes received via SQL*Net from client
    1 SQL*Net roundtrips to/from client
    6 sorts (memory)
    0 sorts (disk)
    0 rows processed
    Looking at the statistics the ‘All Periods’ query should take longer than the 6 periods, however this is not the case.
    Thanks,
    Lance
    Message was edited by:
    Lance Botha

  • Column Template conditions foiled by a single quote

    I am using a generic column template and have a few pl/sql conditions to shade different rows like so:
    '#1'  like '%Total%'This worked fine until an employee's name appeared in the first column with a single quote in his last name (like O'Brien). Well apparently Apex literally takes whatever is in the field and just shoves it in between the single quotes because the single quote is terminating the string as if you were doing this in sql instead of making it a bind variable:
    'O'BRIEN' like '%Total%'Which results in this friendly message to the users:
    ORA-06550: line 1, column 65: PLS-00103: Encountered the symbol "BRIEN" when expecting one of the following: ) , * & | = - + < / > at in is mod remainder not rem => ..  <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ as between from using || multiset member SUBMULTISET_
         Error      ERR-1025 Error processing PLSQL expression. 'O'BRIEN, JOHN P ' like '%Total%' Can someone from the Apex team confirm that this is the issue? I know I could do a replace on the single quote in my sql, but can't figure out how to escape the '#1#' properly so I don't have to do a replace. I also don't really want to use the Carl Backstrom approach of having to code in a class into the sql when these templates work for 99% of what I need to do.
    Any ideas?

    Dude you rock! I tried about 6 different combos of the q function before I got frustrated and posted. I had too many quotes in mine I guess but that works perfectly.
    Thanks again!

  • Can I use conditional and advanced actions on the same button?

    I'm fairly new to Captivate, but come from a background of flash and am struggling to use Captivate to do some things I would have expected to be fairly simple and a normal requirement.
    I want to create a screen with a number of interactive objects, in this case pictures, that the learner clicks on to display a piece of text.
    On clicking the next picture the first piece of text is hidden and a second piece shown.
    There are 6 pictures/buttons that need to work this way.
    However I also want to assess whether all the buttons have been used, as we have to force the user to view the entire slide before they continue.
    I can do the hide/show of text and buttons, and I've written a conditional action to check the variables for each button. However I don't know how/when to call this action.
    I was hoping that in my advanced action for each button I could add in a call to the conditional 'check variables' action, which would nicely fulfil this requirement, however this doesn't seem to be the case.
    I have also got animation/effects on the timeline before the images are on screen meaning I don't want to go back to the start of the timeline to use a 'on enter' event.
    I'm surprised this isn't something more people need as although it may be frowned upon out in the e-learning field, disabled navigation is frankly not going away and working for any large corporation will be a must.
    If anyone can shed some light on this, or maybe suggest a better approach then I would appreciate it.
    Thanks.

    Hi Lilybiri,
    Thank you for this, I suspected that this was going to be the way I would have to progress.
    I have to ask though, at present the company I work for uses a very straight forward off the shelf WYSIWYG elearning content designer.
    One of the core template pages is a hotspot page, which works in the way I have explained at the top.
    This is also one of the standard e-learning pages I have used in all my other positions, including when building in Flash.
    It seems incredible to me that to do such a simple, commonly used, page type we will require what is a fairly involved process rather than this being one of the page types or templates.
    I am currently trying to pilot Captivate to show how much better it is to the current product, however the other designers have no programming background and I think will stuggle with the conditional actions, meaning that this is pretty much going to be a no go which I'm gutted about...
    I think I stand a chance of teaching advanced actions but anything beyond that is unlikely initially.
    RodWard, thanks for your comments, I'm finding the actions ok in Captivate, as I say above I'm just amazed that this simple and commonly used page is so convoluted to create!
    My other frustration is the lack of control of the events, not being able to specify x and y for motions etc. but I'm finding work arounds...
    Is there a way to create my own page template? Could I write all the actions and bundle that into a page to provide the other designers so with some naming conventions they could use this functionality?
    Thanks for your help.
    Matt

  • Can't view terms & conditions in app store when trying to update apps

    When trying to update my apps, I get a notification that says:
    iTunes Terms & Conditions Have Changed
    Before you can proceed you must read & accept the new Terms & Conditions
    I am given the options "Cancel" and "OK". Upon clicking "OK", however, the Terms & Conditions do not show up. Instead, I am just back at the screen that shows my available updates.
    Please note that this issue is different from other issues that say they cannot update apps because of this pop-up; their situation is that the Terms & Conditions show, and they are given an option to accept the Terms & Conditions, but upon doing so and trying to update the apps again, they are prompted with the same message. I am completely unable to view the Terms & Conditions entirely.
    This may or may not have to do with another minor issue I'd been experiencing where certain applications do not allow me to switch to or from the application. For example, whenever I receive a text notification pop-up, clicking "View" or "Reply" will simply close the window but it will remain on the window that I am currently on and will not switch to the text messaging app. This also seems to be the case when a notification occurs in the notification center and upon clicking on the notification, nothing happens. This only happens to select applications, not all of them.
    I am currently running on iOS 6.1.3 on a 16GB iPhone 5 with Verizon Wireless as my provider.

    I agree with you. I have just encountered the exact same problem and it's frustrating. It's a bug.
    Opening iTunes didn't solve the issue in my case.
    Here's a description of the problem and the solution I found:
    Problem
    1. Opened the App store
    2. Logged into my account
    3. Clicked on the download link for the app in question — was presented with the dialogue that I should accept the terms and conditions etc — and pressed OK.
    4. Nothing happens. Repeated step 3 many times but nothing happened.
    Solution
    1. Quit App store
    2. Launch App store again and repeat step 3 above.
    3. The terms and conditions will appear on the screen for you to accept and you can then proceed with your download/purchase.

  • Ok..... I am frustrated with Apple and my Ipod!  :(  Advice please.

    Hi all,
    This is a long post so bear with me. I have had an Ipod Mini since June 2005, so it's not that old, but its over a year.... I have noticed lately that the battery was not holding it's charge like it used to. Instead of the normal 8 hours(I believe it's 8? for Mini's), it lasts about 2 to 3 hours!! I always charge it for 5 hours or more until it says "charged". And then after a few hours, I get a message on my screen that says that it needs to be recharged or even worse, it will totally shut off on me. So I signed up for the battery replacement and paid the $70 charge (yes, 70!!)
    Now my concern is this. I did not do any troubleshooting prior to placing my battery replacement order, like is advised on the Apple website like charging it fully and letting it play continuous, as I already knew that it was not working well... so why bother. I decided to try it, out of curiousity and I charged it 5 hours, and its playing as I write this on shuffle and so far, its been playing non stop for 4 and half hours! All of a sudden its working well.. so it seems. The battery indicator says its about half way... (although I have read that the indicator can be misleading and inaccurate) but I was wondering this. Should I cancel my request and wait til my Ipod is totally wasted and no longer works or just keep my order.. and get a replacement? I was ready to send it in.
    I know logically it does not make sense to not send it in for a new battery as first of all, its over a year old and I have read on these forums that average lifespan of an Ipod batter is about a year and half? So I should just send it in and GET IT OVER WITH, lol as it will soon crash. Here it is in front of me, playing well, going on 5 hours now and still... it is doing well. Can anyone answer why? LOL The only thing I can think of is that when I use my ipod under normal circumstances (changing songs constantly, fast forwarding, the backlight usage, etc), it WILL use more battery power...... than just playing songs on it as I am doing now, without touching or manipulating it. Because I am really surprised that all of a sudden, its working so well.
    Has anyone had an Ipod Mini that has lasted them longer than a year and half? I feel like just cancelling my battery replacement order and waiting.......
    Any feedback? I dont even know if the order can be cancelled as I did it last Friday. I just spent a half hour with Apple, talked to a rep, finally after being on hold and being disconnected twice! and he said to just keep my order (he did not even know if the order can be cancelled! these people are clueless!) as eventually, I will need a new battery and better now than later, was his suggestion. By the way, I can't believe that most of the people there have no clue as to what they are doing! That is so frustrating... not to mention, being disconnected twice, when one is already on hold for 10 to 15 mins each time!
    ughhh... dilemna dileman. Sorry again for this long post. Anyone can offer me advice, I would be so grateful.
    Ipod Mini    

    Hi, Thanks for the reply.
    I agree.... Apple makes these claims about 18 hour playback times, but people dont realize that that is when its just playing back, as I am doing now.... but I fast forward songs and skip songs like a lunatic and it's no wonder it only lasts about 3 hours now. But I do believe that the battery is losing it's power, so maybe I will just keep the order and not cancel it. I know that in another few months, it will probably not play as good as it's supposed to. I just found a link that shows the playback times for diff. ipod models:
    http://support.apple.com/specs/ipod/iPod_mini.html
    and I found out mine is a 2nd generation Mini.... so they say 18 hour playback time. MIne now is no where near that. LOL More like 5 hours at least... and that is without using under normal conditions. So I will just keep my order for now.
    One question.... does anyone know if they will send me the same one, just with a new battery? Or a totally different Ipod Mini? and if they do send me a new Ipod mini, will it be refurbished? Anyone have an problems with a refurbished Ipod replacement so far?
    Thanks all.

  • Ios 8.1.2 install does not get past terms and conditions

    I have a new iPhone 6 Plus and have been able to get it successfully get to updating to iOS 8.1 but after that, I can never get it to get past the 8.1.1 or the 8.1.2 update terms and conditions. I agree with the first screen and then it has the pop-up second smaller question, I agree to that and then the first screen just stays locked in view. If I touch on the first agree highlighted text again it fades on and off but never changes.
    Would trying to do the update via iTunes solve this problem or is there something else I can reset on the iPhone 6 Plus itself to not have to do so?
    Please advise. There are some corrections made by Apple in 8.1.2 that I really need and my 128GB model depends upon!
    Take care,
    Robert

    Hey r-engineer,
    That definitely sounds frustrating! If you haven’t already done so, let’s try restarting/resetting your device when the Terms & Conditions are unresponsive:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT201559
    If the issue persists, let’s definitely go with your next idea to restore the device with iTunes:
    Use iTunes to restore your iOS device to factory settings - Apple Support
    http://support.apple.com/en-us/HT201252
    Thanks,
    Matt M.

  • Frustrated by Error 503--Service Unavailable Error

    I am currently being frustrated by a Error 503--Service Unavailable error. I have worked with WL 8.x for a couple of years but just set up my first WL 9.x server. I cannot find anything in the logs and am at a loss as to how to proceed. I am not sure if the problem is with my WAR file or with the server configuration. Any help would be GREATLY appreciated.

    I am having the exact same error. Any solutions yet???
    Error is:
    Error 503--Service Unavailable
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.4 503 Service Unavailable
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay may be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.

  • Usbs not working very frustrating please help

    My usbs have all stopped working for no reason just after i did my last windows update even with a roll back it still says this error in the picture very frustrating i updated bios on my motherboard and downloaded usb drives but still did not fix the issue
    please help it says unknown usb device(device descriptor failed)whn i plug hard drives in the usb has power but it wont show up on my pc also happens with my keyboard and mouse even after driver re installs please help.

    Hi,
    For this issue,please let us know the error code.
    Meanwhile, I suggest we disable and re-enable the USB controller to check the result.
    This lets the controllers recover the USB port from its unresponsive condition.
    To disable and re-enable the USB controllers, follow these steps:
    1.Press Win+X,and select Device Manager.
    2.Expand Universal Serial Bus controllers.
    Note You might have to scroll down the list to find this item.
    3.Right-click the first USB controller under Universal Serial Bus controllers, and then click Uninstall to remove it.
    4.Repeat step 3 for each USB controller that is listed under Universal Serial Bus controllers.
    5.Restart the computer. After the computer starts, Windows will automatically scan for hardware changes and reinstall all the USB controllers that you uninstalled.
    6.Check the USB device to see whether it is working.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Frustrating java.lang.NullPointerException

    Hello,
    I'm having trouble with the java.lang.NullPointerException runtime error. I'm new to java programming and hope someone may be able to help. I get the error when i attempt to delete a element from a list.
    Here are two portions of the code that i believe are contributing to the error:
    // Here i delete element 0 off the list if conditions are met.
    if (command == word1Command) {
    // write pre-action user code here
    // write post-action user code here
    if (stringWord1.getLayout() ==(Item.LAYOUT_CENTER))
    stringWord1.setLayout(Item.LAYOUT_LEFT);
    wordList.delete(0); // <---- This is when i get the error
    tPlayer1++;
    oPlayer1++;
    // Here's the code for the list which comes after the previous code segment
    public List getWordList() {
    if (wordList == null) {
    // write pre-init user code here
    wordList = new List("Ataddin", Choice.IMPLICIT);
    wordList.append(Word1, null);
    wordList.append(Word2, null);
    wordList.append(Word3, null);
    wordList.append(Word4, null);
    wordList.append(Word5, null);
    wordList.append(Word6, null);
    wordList.append(Word7, null);
    wordList.append(Word8, null);
    wordList.append(Word9, null);
    wordList.append(Word10, null);
    wordList.setCommandListener(this);
    wordList.setSelectedFlags(new boolean[] { false, false, false, false, false, false, false, false, false, false });
    // write post-init user code here
    return wordList;
    Thanks in advance and any questions just ask as i'm getting so frustrated at the mo.
    Thank you.

    darkcyelde wrote:
    ok here it goes.Im so sorry that i post this thing inside this topic because i dont know and i cant see wheres the 'New Topic' button that available.Please look again. This is inappropriate place to place a question and will only make you look foolish.
    Ok my problem is actually quiet simple.Do anyone of you know,have,or ever deal with a java program that can extract a word,then count the amount of each word in .doc documents?
    Please i really need the code as that will help me further with my plan.Im not very good at java so i really hope someone can help me..And asking for "the code" makes you look lazy. Two strikes in one post. Good show.

  • Check condition through debugger

    Dear All,
    I have a problem with a condition how can I check this condition within sapscript through debugger.
    Can I step in into this statemanet ?
    Regards
    M.M

    I hear your frustration.  Sapscript is not always a friendly tool.
    Did you go into the sapscript debugger.  Can you confirm that it is evaluating your condition as false and not that it is an issue with the text element itself?
    If you still have the constant in your program, can you check the value of it within your sapscript to see that it came over ok?
    One more suggestion, within sapscript, did you run form->check->texts to see if you can find any problems with your form.  You may get some false hits, but sometimes you locate problems you didn't realize you had.  I've seen more than a few developers spell endif wrong and they never are out of a prior if condition.  (probably not the issue, but want to try to be thorough).
    Becky

  • Can't select more than ONE conditional text tag in FrameMaker 10?

    Hi, I work with lots and lots of Conditional Text (CT) tags in FrameMaker. We moved to v10, and now I can't select more than ONE CT tag at a time---this means when I need to apply 10 CT tags to one item, I have to select the item, click one tag, click In, and then click Apply---3 clicks, 10 separate times = 30 clicks! (I used to be able to select the item, select all the CT tags I wanted applied into the In box, and then click Apply.) This is very frustrating. I've tried to click all the Ctrl, Shift, and Alt keys separately and then try and select more than one tag, but nothing works. Please help---this is going to be a nightmare for me if this can't work!
    Please help and show me that I can add more than one tag to an item at a time. Thanks so much!!!

    Unfortunately, this capabiliy wasn't carried over to the Conditional Text pod when the new interface design was created. You're stuck selecting the tags one at a time and then applying a condition. It's a bit faster if you select the conditions sequentially, then you have fewer clicks for applying subsequent tags to the same content.
    I fully agree that this sucks.
    Please fill in a bug report and a wish list item at: FrameMaker Bugs & Wish List
    You can also add/vent to the following thread (that is monitored by Adobe):
    Seeking inputs on desired features in FrameMaker

  • Wrong condition base value when an order is copied from another order

    I am copying sale order to sale order and encounter an issue with pricing .
    I have an excise condtion for which the condition basis is the price condition . I copy the order and update the pricing in the new document (  I have to do this because the pricing type in copy controls is A ) . The price is being copied and the value calcualated as per the order quantity . But the same value is not flowing as the condition base value for the excise condition type mentioned above. It is taking some different value as the base value . There is no alt base value assigned in the procedure.
    As per the settings in the procedure , the condtion value of the price should be the base value for the excise condition type and this is not happening
    Could somebody throw light as to what is going wrong ?
    Thanks in advance
    Regards
    Mahesh

    Many thanks for this.
    I can see entirely why it's designed as such, but I just find it slightly frustrating that there's no way to break the link between the order and the shipment out to the depot. Just to clarify, we're not requiring the orders to change - they will still be made and will come in - but just that the orders themselves don't specifically need to be the stock that is used for the replenishment.
    So -
    1. Min Max identifies depot needs replenishing.
    2. Central distribution does not have (enough) stock to replenish.
    3. Order is made to replenish central distributions stock.
    4. We ship whatever we've got, when we've got it, to depot to replenish.
    It's the bit where Min-Max is trying to replensih a specific depot rather than our central distribution centre that's my problem.
    I suspect that, as you say, that specific issue is not directly fixable without getting our IT contractors to do a customisation.
    I'm going to look into your Supply Date Offset suggestion now, though I'm not sure how this affects the shipping after the orders are placed. The orders themselves are approved manually after we've checked our stock position (i.e. what's in with the recycling team), but we recycle & refurb probably 60% of our maint stock so there'll always be kit turning up after the order has been made because of the long lead times.
    Thanks again.

Maybe you are looking for

  • How to fix a Firefox menu display bug?

    Clicking one of the drop down menus at the top, eg. file, tools, help, will display the entire Firefox window I have open instead of the usual options such as "Firefox help" etc. Obviously it is very small as it shrinks the entire window into that bo

  • DVCPRO 50 capture settings from SDX900

    I captured some DVCPRO50 footage that I had shot on an SDX900 set at 24pa progressive. I captured it using the anamorphic DVCPRO50 preset. Looking at the footage, some clips have an interlaced frame every 3 progressive frames, while other clips have

  • Infotype log audit S_AHR_61016380

    Hi Experts, I am using S_AHR_61016380 report to trcak infotype changes. But on execution no data is displayed. Do I have to mke some specific selections? Thankls Aryan

  • Using windows for mac

    I am new to computing. My Mac is intel based with OS 10.7.5.  I read on one of the communities that if I use boot camp to download windows 7 it would open up my mac for PC viruses. If I get windows for mac from the app store, will I be suseptible to

  • Trouble importing movie directly to external hard drive

    I have an externall hard drive that I purchased for the purpose of starting an iMovie project on it and then importing movies directly from my camera onto it (via my iMac). I have read on the discussion boards that other people are able to do this. W