Move character through sequence

Hi, I'm after abit of direction!
I have a character which sits in a sequence of numbers ('0' and '1') called in from a text file. The character needs to move through the '0's and get on to the other side. The program so far displays the character in amidst the grid of numbers in the DOS window but i'm not sure what I need to do next. How do I get this character 'name' to check whats next to it in order to make a move?
I just need to know what I need to do i.e. do I use an array or if statement? Do I need to specify something like North, East, South, West and get to do something like grid++ or something to check what comes next? Sorry this may sound a bit vague. I'll try and post the code if I can.
Thanks.

Hi,
I havn't got very far yet but heres the code for the 3 classes I have so far;
(Most of the maze class has already been written)
(Please excuse the comments!)
MAZE:
import java.io.*;
import java.util.*;
import EasyIO.*;
public class Maze {
* int number of rows
private int height;
* int number of columns
private int width;
* enter row for maze. NOTE start counting at 0
private int startRow;
* char 2D array to hold the representation of the maze.
* wall = '1'
* free = '0'
private char [][] grid;
* Maze constructor which gets all the data from a text file.
* File format:
* 1st line : height width startRow
* other lines : rows of maze
public Maze(String filename)
String line = "";
StringTokenizer tokenizer;
try
FileReader fr = new FileReader(filename);
BufferedReader br = new BufferedReader(fr);
line = br.readLine();
tokenizer = new StringTokenizer(line);
height = Integer.parseInt(tokenizer.nextToken());
width = Integer.parseInt(tokenizer.nextToken());
startRow = Integer.parseInt(tokenizer.nextToken());
grid = new char[height][width];
line = br.readLine();
int row = 0;
while (line != null && row < height)
for (int column = 0; column < line.length() && column < width; column++)
grid[row][column] = line.charAt(column);
row++;
line = br.readLine();
br.close();
catch (FileNotFoundException e)
System.out.println("The file "+filename+" was not found. The following error occurred: "+e);
EasyIn.pause("Press <Enter> to continue");
catch (IOException e)
System.out.println("The file "+filename+" could not be read. The following error occurred: "+e);
EasyIn.pause("Press <Enter> to continue");
catch (NumberFormatException e) {
System.out.println("Error in the first line of the file "+filename+": a number was expected.");
EasyIn.pause("Press <Enter> to continue");
public void showMaze()
for (int i=0;i<grid.length; i++)
for (int j=0; j<grid.length;j++)
System.out.print(grid[i][j]);
System.out.println();
public void getStartRobot()
grid[startRow][0]='R';
public char gridChar(int r, int c)
return grid[r][c];
ROBOT:
import EasyIO.*;
public class Robot
     //**Attributes**
private String r; //Enable user to enter name for robot
private char robot; //Take first letter of the name for robot to use in maze
     private int rowPosition; //Get position in row robot is currently in
     private int columnPosition; //Get position in column the robot is currently in
     //**Methods**
     public Robot();
     String r = new String();
System.out.println("Enter a name for your Robot:");
r = EasyIn.getString();
System.out.println("Hi " + r.toUpperCase());
EasyIn.pause("Press <Enter>");
System.out.println("You will now be known as " + r.charAt(0) + "!");
robot = r.charAt(0);
     EasyIn.pause("Press <Enter> to quit");
          getPosition();
          getNewPosition();
          //not sure about coding below?!
          Right=++
          Left = --
          if (wall=1)     //If wall =1 then turn right
                              //check if wall is 1 or 0 infront
          {                    //if 0 move forward, else turn right
               Right;
          else if (wall=0)
DRIVER:
import EasyIO.*;
// call in robot class
public class Driver
public static void main (String[]args)
System.out.println("Enter a maze name: ");
// String f ="Maze1.txt";
String f = EasyIn.getString();
System.out.println();
System.out.println("This is the maze - ");
Maze m = new Maze(f); //Code to display maze
m.showMaze();
m.getStartRobot();
System.out.println();
m.showMaze();
int r,c;
r=2;
c=1;
m.gridChar(r,c);
System.out.println("Character at grid position " + r + ", " + c + " is " + m.gridChar(r,c));
At the moment it reads in a text file which has the maze - the collection of 0 and 1. All it then does is display the maze. And then display again with an R in the first coloumn with first 0.
Its not reading anything from the Robot class at the moment? It needs to read from this text file file, follow the 0's through to the other side of the maze and out!
I really need to know What do I do next?!
Thanks

Similar Messages

  • Every movie purchase through iTunes fails to transfer to my iPhone or iPad and the message I get is this: some of the items in the itunes library, including were not copied to the ipad because you are not authorized for them on this computer... help?

    For a couple months now, every movie purchase through iTunes fails to transfer to my iPhone or iPad giving me the error: "some of the items in the iTunes library, including were not copied to the iPad because you are not authorized for them on this computer". I have read many forums about deleting, reinstalling, de-authorizing and authorizing my iMac through the iTunes store. Many suggestions don't work except to rename the movie to *.MP4 in Finder under the iTunes movie directory. I imagine this is a setting or a bug somewhere... any suggestions on how to bypass having to rename the files in Finder? My research into Google suggests this problem dates back to 2007 or so but it is now more prevalent than ever.
    Thanks.

    Try:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases

  • The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?

    The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?
    Help, please.

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Error 43 when trying to export movie to image sequence

    Hello, I'm trying to export a movie to image sequence. I did this successfully on our other xp machine but am getting an error 43 message with this one. I have searched online and on the forums and can't find a solution. Help would be appreciated.
    Thanks,
    Sharon

    Jenny, the solution for me was to save to the desktop. I can export when I save there.
    Sharon

  • My apple tv main menu no longer displays the "movies" section, just internet, computers, and settings. Does anyone know why or how to get it back up? Recently rented a movie directly through apple tv but can't see the movies section in main menu now.

    My apple tv main menu no longer displays the "movies" section, just internet, computers, and settings. Does anyone know why or how to get it to show again? Recently rented a movie directly through apple tv but can't see the "movies" section in main menu now. WiFi and home sharing are working.

    Welcome to the Apple Community.
    Check the location setting for the iTunes Store is correct.
    You might also try restarting the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router.
    If you are still having problems try a restore.

  • Applescript Quicktime export movie to image sequence

    I am having troubles with Quicktime 7.1 and Tiger using Applescript.
    Ultimately I want to export a movie as image sequence as tiff at a certain fps.
    I've downloaded the Applescript/Quicktime script collection. When I try to run the "Export to DV Stream.scpt" script, it gives me "an unknown error occurred"
    Looking at the event log, the problem with their file is on the line
    "export movie 1 to new_file as DV stream using settings preset "NTSC 44.1 kHz"
    If I truncate the options at the end to say "export movie 1 to new_file as DV stream"
    it works fine, but then I can't select presets.
    I don't want to export as DV, rather as image sequence, I thought I could just modify script to read
    export movie 1 to new_file as image sequence using settings {Format:"TIFF", fps:15}
    It compiles fine, but saves images as .png at 30 fps,
    I've studied the dictionary, but didn't get anywhere.
    Thanks in advance
    Kevin
    Dual 1 ghz G4, mac mini, 15" Powerbook, intelimac   Mac OS X (10.4.6)  

    Something definitely got hosed in QT 7.1's scriptable interface. A script I had running perfectly in 7 broke on 7.1. I basically just shuffled objects and commands around like you did until I it finally worked. :/ If you have a copy of the last version handy (perhaps on one of your other macs) then I suggest loading and using that for now.
    Edit: Oh yeah, and you can't specify settings the way you have it as a record ({Format:"TIFF", fps:15}) even though that compiles, the dictionary states that the 'using settings' parameter is a file containing settings. You would create such a settings file using another script with the 'save export settings' command (note this only saves the most recently successfully manually-attempted export settings)

  • How many thousands of Apple TV users have to scream their complaints before Apple will respond to the fury over the impossibly slow download speeds of movies bought through iTunes??????

    How many thousands of Apple TV users have to scream their complaints before Apple will respond to the fury over the impossibly slow download speeds of movies bought through iTunes?

    As jules says, your rate (currently at least) may be slow.
    If it used to be good I wonder is your ISP is slowing ('throttling') your speed after you've used so many GB of a quota each day or month - check what they think you should be getting as a download speed.
    While Apple's servers do occasionally play up, it's generally the ISP being slow not Apple.
    If you're using Google's DNS servers that has caused issues for some.
    Recommended speeds for near instant playback:
    SD         2.5Mbps
    720p      6 Mbps
    1080p    8 Mbps
    Is your speed test from somewhere like speedtest.net?
    It might be helpful to post Mbps to ensure we/you are not confusing speeds by using different units to those measured.
    AC

  • Movie Clips in sequence

    Hello everyone,
    Question, If you want to play serval movie clips in a row how
    do you set that up on the time line? Do you use one frame for each
    movie clip or do you need the same number of frams in the main
    timeline as there is in the movie clip.
    What I am trying to accomplish is to play 4 or 5 movie clips
    in sequence. want to build them individually for editing purposes
    in the future
    Thanks
    Vorean

    vorean wrote:
    > Hello everyone,
    >
    >
    > Question, If you want to play serval movie clips in a
    row how do you set that
    > up on the time line? Do you use one frame for each movie
    clip or do you need
    > the same number of frams in the main timeline as there
    is in the movie clip.
    >
    > What I am trying to accomplish is to play 4 or 5 movie
    clips in sequence. want
    > to build them individually for editing purposes in the
    future
    >
    you could have stop(); action in all these clips first frame.
    Than in the last frame of each clip
    _root.NextClipName.play();
    So the stop(): prevent them from running and last frame
    action
    kicks in next one to play, once done, another one and so
    on...
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Can you set up a key frame on a movie published through iPhoto on .Mac?

    Does anybody know if you can set up a key frame on a movie published through iPhoto on .Mac? I mean the thumbnail for the movie...

    lnbs:
    Welcome to the Apple Discussions. Not in iPhoto. I don't know if you can import the movie into iMovie and set a key frame that way. But that would include some additional encoding to get it out of iMovie and might degrade the quality.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Premiere Pro CC Crashing when Scrolling Through Sequence in Timeline - Audio Waveform Goes Blank First

    The description is in the title: Premiere Pro CC Crashing when Scrolling Through Sequence in Timeline - Audio Waveform Goes Blank First.
    Just started today, won't stop crashing now after a minute or two, and always does it when I scroll through the timeline of a sequence.  The audio waveform goes blank first.
    What is going on?
    Date/Time:  
    2014-10-22 12:16:16.078 -0400
    OS Version: 
    Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  E1BCDCD7-6284-3012-9151-FF85491060DA
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000011d74b000
    VM Regions Near 0x11d74b000:
    VM_ALLOCATE       
    000000011d748000-000000011d74b000 [   12K] rw-/rwx SM=PRV 
    --> STACK GUARD       
    000000011d74b000-000000011d74c000 [
    4K] ---/rwx SM=NUL  stack guard for thread 4
    Stack             
    000000011d74c000-000000011d7ce000 [  520K] rw-/rwx SM=COW  thread 4
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

    same problem of mine, as posted here:
    Crash when scrolling the timeline
    please find attached the crash report log, as requested.
    Process:         Adobe Premiere Pro CC 2014 [3770]
    Path:            /Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/Contents/MacOS/Adobe Premiere Pro CC 2014
    Identifier:      com.adobe.AdobePremierePro
    Version:         8.2.0 (8.2.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [225]
    Responsible:     Adobe Premiere Pro CC 2014 [3770]
    User ID:         501
    Date/Time:       2014-12-22 16:33:25.725 +0100
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  DC744912-A135-A02B-C2D3-75C4CA421CDD
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000011a46a000
    VM Regions Near 0x11a46a000:
        VM_ALLOCATE            000000011a461000-000000011a46a000 [   36K] rw-/rwx SM=PRV
    -->
        VM_ALLOCATE            000000011a46d000-000000011a46e000 [    4K] rw-/rwx SM=PRV
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000011a46a000
    VM Regions Near 0x11a46a000:
    VM_ALLOCATE 000000011a461000-000000011a46a000 [   36K] rw-/rwx SM=PRV
    -->
    VM_ALLOCATE 000000011a46d000-000000011a46e000 [    4K] rw-/rwx SM=PRV
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.HandlerTimeline.framework 0x000000010c2b31f4 HandlerTimeline::TimelineMediaIconManager::DrawAudioWaveform(UIF::DC&, ASL::ParamRect<int> const&, ASL::ParamColor<RGBColor>, unsigned int, unsigned int, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>, bool, std::vector<bool, std::allocator<bool> > const&) + 1620
    1   com.adobe.HandlerTimeline.framework 0x000000010c1dc4f5 HandlerTimeline::AudioTrackContentView::DrawWaveform(UIF::DC&, ASL::ParamRect<int> const&, ASL::ParamRect<int> const&, ASL::InterfaceRef<BE::ITrackItem, BE::ITrackItem>, unsigned int, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>) + 2661
    2   com.adobe.HandlerTimeline.framework 0x000000010c1dafb3 HandlerTimeline::AudioTrackContentView::DrawTrackItemWaveform(ASL::InterfaceRef<BE::ITrac kItem, BE::ITrackItem>, dvamediatypes::TickTime const&, int, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>) + 2131
    3   com.adobe.HandlerTimeline.framework 0x000000010c2b447d HandlerTimeline::TimelineMediaIconManager::HandleWaveformNotification(int) + 429
    4   com.adobe.HandlerTimeline.framework 0x000000010c2b53b0 HandlerTimeline::AsyncRequestNotifier::ListenToMessage(ASL::Message const&) + 176
    5   com.adobe.ASLMessaging.framework 0x0000000100e1fb97 ASL::Broadcaster::BroadcastMessageInner(ASL::Broadcaster::ListenerRecord const&, ASL::Message const&) + 39
    6   com.adobe.Frontend.framework   0x000000010006b039 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0 <int>) + 41
    7   com.adobe.ASLMessaging.framework 0x0000000100e1f71f ASL::Broadcaster::BroadcastMessage(ASL::Message const&) + 1695
    8   com.adobe.ASLMessaging.framework 0x0000000100e25e9a ASL::StationUtils::BroadcastMessage(dvacore::utility::ImmutableString const&, ASL::Message const&) + 42
    9   com.adobe.dvacore.framework   0x00000001003c763c boost::function0<void>::operator()() const + 28
    10  com.adobe.dvacore.framework   0x00000001003c8f4c dvacore::threads::(anonymous namespace)::FunctionQueue::ExecuteOneFunction(boost::shared_ptr<dvacore::threads::(anonym ous namespace)::FunctionQueue>, bool) + 124
    11  com.adobe.dvacore.framework   0x00000001003c9a4c boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<bool, bool (*)(boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue>, bool), boost::_bi::list2<boost::_bi::value<boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue> >, boost::_bi::value<bool> > >, void>::invoke(boost::detail::function::function_buffer&) + 60
    12  com.adobe.dvacore.framework   0x00000001003c763c boost::function0<void>::operator()() const + 28
    13  com.adobe.dvacore.framework   0x00000001003c9b02 dvacore::threads::(anonymous namespace)::RunLoopAdaptor::Execute(__CFRunLoopTimer*, void*) + 18
    14  com.apple.CoreFoundation 0x00007fff8b7ae3e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    15  com.apple.CoreFoundation 0x00007fff8b7adf1f __CFRunLoopDoTimer + 1151
    16  com.apple.CoreFoundation 0x00007fff8b81f5aa __CFRunLoopDoTimers + 298
    17  com.apple.CoreFoundation 0x00007fff8b7696a5 __CFRunLoopRun + 1525
    18  com.apple.CoreFoundation 0x00007fff8b768e75 CFRunLoopRunSpecific + 309
    19 com.apple.HIToolbox 0x00007fff93049a0d RunCurrentEventLoopInMode + 226
    20 com.apple.HIToolbox 0x00007fff93049685 ReceiveNextEventCommon + 173
    21  com.apple.HIToolbox 0x00007fff930495bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    22 com.apple.AppKit 0x00007fff8e47924e _DPSNextEvent + 1434
    23 com.apple.AppKit 0x00007fff8e47889b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    24 com.apple.AppKit 0x00007fff8e46c99c -[NSApplication run] + 553
    25  com.adobe.Frontend.framework   0x00000001000d302d FE::MacApplication::RunSelf() + 45
    26  com.adobe.Frontend.framework   0x0000000100047e98 FE::Application::Run(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 4328
    27  com.adobe.Frontend.framework   0x00000001000d4944 FE::AppMain(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int, void*) + 276
    28  com.adobe.Frontend.framework   0x00000001000dbbe5 FE::Run(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int) + 581
    29  com.adobe.AdobePremierePro     0x00000001000018ac main + 508
      30 com.adobe.AdobePremierePro     0x00000001000016a4 start + 52

  • When I stream a movie via Apple TV from my iPad Air into my Samsung TV, I'm getting the "soap opera" effect. This only happens when I use Apple TV, not when I view a movie directly through a cable channel. Is there a way to eliminate this effect?

    When I stream a movie via Apple TV from my iPad Air into my Samsung TV, I'm getting the "soap opera" effect. This only happens when I use Apple TV, not when I view a movie directly through a cable channel. Is there a way to eliminate this effect?

    I'm having the same problem.  It's not an issue with my TV, i've turned this feature off.  I've tried playing with the ATV display settings but nothing works.  When I stream netflix from my Samsung bluray player, I don't get the soap opera effect, but when I stream any video from the ATV, the soap opera effect is there.  I'm thinking it's a choice that Apple made, but I really wish it could be turned off.  Not a lot of people are searching for this, because it can be easy to overlook, but it's driving me nuts!

  • HT4437 I have just purchased a movie rental through the Itunes store and when attempting to whach the movie there is know audio

    I have just purchased a movie rental through the Itunes store and when attempting to whach the movie there is know audio

    Delete and redownload them if doing so is free in your country.
    (106637)

  • I cannot view rented movies (purchased through itunes) on my iPad2 in-flight

    I cannot view rented movies (purchased through itunes) with the Video app on my iPad2 while flying. On a hunch, I purchased in-flight wifi and only then could I watch my rentals. What gives? Any suggestions on how to avoid paying for in-flight wifi is appreciated.

    I don't think that he waited a day.  From the wording, I concluded that he waited only minutes (during take-off).
    I recall seeing this issue before.  Apparently there is an issue related to copyright protection with some movies.  I stopped flying when I retired so I didn't pay too much attention to the problem.  Perhaps a search of the forum will shed more light.

  • I view some movies purchased through iTunes on my TV using a VGA cable. Since upgrading iTunes it will no longer let me view HD movies in this way

    I view some movies purchased through iTunes on my TV using a VGA cable. Since upgrading iTunes it will no longer let me view HD movies in this way

    DBK@apple wrote:
    Is there anyway that you know of to utilize iTunes purchased content that has been downloaded to a device on a TV without internet? This really limits when it can be used on vacation or when internet is down etc.
    Will the lightning to HDMI dongle work?
    thanks for any help!
    This was a big advantage of AppleTV1 - generally it did not need internet authorisation for synced material on its internal drive and was great for holiday/vacation.
    I tend to use a Mac Mini these days when going away.

  • How to find unused variable through sequence

    Hi,
    I would like to know if it is possible to find unused variable through sequence in order to suppress them ?
    Thank you

    Hi,
    If you're fixed on that version of TestStand for a while (for whatever reason) and you see this situation coming up again, you could always build a small tool to automate the process.
    From the current sequence file's handle, you could traverse all the locals and file globals to make a list of all variables and then search the sequences step by step to see if they're in use.
    What this won't tell you is if any code modules or custom step types are directly accessing those variables through the sequencecontext handle so removing them can cause issues.
    A secondary approach is to cut all the locals (or whatever the variable scope is) in to a new sequence file (or work with a backup version of your sequence file) and delete them from the existing file and see what errors get thrown up.
    Finally, as Doug suggests, to get a latest copy of TestStand on to another machine, you could download a trial version and work with that if it's a one off. After all - if you find the sequence analyser feature that useful, it's a great reason to consider your upgrade policy / timing in the future anyway!
    Thanks
    Sacha
    // it takes almost no time to rate an answer

Maybe you are looking for

  • Delivery Schedule within the Firm Zone of a SA not firming

    Hello, We have delivery schedules within firm zone (defined in the Additional Data in item detail) of a SA but they are not firmed by MRP run. Here is the material master setting and other relevant information: MRP Type = PD (firming type = blank) Pl

  • Transfer projects from one computer to another

    Hi I recently purchased a MacPro and want to transfer all my final cut express projects from my old computer to the lap top. I tried dragging and dropping the projects via an external HD to my laptop, but after I loaded up and tried to open the proje

  • Sound problem from before

    hey .. thanks for all your help guys.. but i still can't get sound working .. althogh there is some improvment .. i read all the manual's, especially the WIKI one.. alsa is working i can tell you that.. kde isn't giving me the error from before when

  • Business Process of Fuel Procurement

    Hi experts, I have a special procurement case, 1.  an airline company has to purchase several amount of fuel to be supplied to its aircrafts, but the vendor hasn't defined the price yet. Question: Is there any way to keep purchasing fuel without wait

  • FPE MS alternative

    Hello! We are running Exchange 2010 SP2 and have Forefront Protection for Exchange 2010 installed on TMG server( Transport Exchange server ). Our license for FPE is ended and the fact that FPE is discontinued is making me search for alternatives in M