Seperate salary a/c to director

Requirement is salary salary a/c to the directors remuneration
I have created seperate symbolic a/c
and assigend to the GL a/c
what else has to be done in this regard ?
what i have to tell to the FI consultant in this regard ?

Can you make an activeX with C#. If you can make a control,
you can link in
an activeX. You have to make it a sprite, but you can put it
off stage. I've
not yet tried to use .net to make an ActiveX, only VB6.
There are some xtras for linking dlls into your program.
Dllglue for
instance. Google around for "dll xtra", or go to
mediamacros.com or
updatestage.com's mile high table of products and look for
xtras that import
dlls'.
Timm
"iPhotoStuff2" <[email protected]> wrote in
message
news:egjm1t$9h1$[email protected]..
> Currently I am trying to get C# and Director to have a
very neat and tidy
> conversation and am finding that using the
localConnection method inside a
> swf
> to talk between the two is becoming difficult with the
amount of different
> types of information that is being past back and forth.
Can you recommend
> any
> other way of passing variables?
>
> I see dll mentioned a view times in this forum, is that
a possible
> solution?
> Is there a direction that you can point me to to
understand any type of
> dll,
> C#, director integration? I am having trouble find good
examples or other
> possible communication solutions.
>
> Thanks for the help!
>

Similar Messages

  • Printing to different recipient batches on IDS

    Hello,
    I would like some help with printing two seperate PDF's to different directories from one transaction on IDS, is there any documentation to help with this.  Oracle support only focused on windows changing the printpaths. 
    I can't seem to get this working on Linux.
    Thank you very much,
    Sid

    [ IDSServer ]
        ExtrPath               = /u01/app/documaker/extrwork/
        PrintBatches1      = printing directory 1 all lowercase
        PrintBatches2      = printing directory 2 all lowercase
        PrintBatches3      = printing directory 3 all lowercase  These can be removed, not used.
    And then in the java config file:
                request.setMsgVar("BatchFiles", "3");
                request.setMsgVar("CONFIG", config .ini file name);
                request.setMsgVar("USERID", "DOCUCORP");
                request.setMsgVar("PrintBatches", "3");
                request.setMsgVar("PrintBatches1", directory specified in feature config in ETPM); - Is the value here a directory or file name with path? I believe it needs to be a file name with path, so you will need to generate your own unique file name and add a directory to it.  For all three of these.
                request.setMsgVar("PrintBatches2", directory specified in feature config in ETPM);
                request.setMsgVar("PrintBatches3", back-up directory specified in feature config in ETPM);

  • Compiling with classes in seperate directories

    Hey guys,
    I wish to compile my program like this:
    ./program/src <---- for the .java files
    ./program/classes/ <---- for the main class
    ./program/classes/mainLib/ <--- for all other class files.
    Am i right in thinking that this would be a package thing. So i would have to alter the package line in the programs to get this to work?
    So the main class would have:
    package classes;
    and the rest would have:
    package classes.mainLib;
    I'm just having a bit of trouble compiling it successfully.

    So from what i understand. I should compile itfrom
    the source directory using something like this:
    javac -cp ../classes/mainLib -d ../classes *.javaAlmost; the top level classpath is located at
    ../classes; all .class files can be
    found in there or in subdirectories (reflecting the
    package names) thereof.
    You see i want one of my classes to go here:./classes
    That should be a class without a package definition
    then, i.e. the default package.
    And the rest to end up here: ./classes/mainLibOk, they should all have a 'package mainLib;'
    definition at the top.
    I want the compiler to do this automatically.
    Am i right in thinking this is to do with package.
    So if i put this in the file i want to end up onits own:
    package classes;Nope, the ../classes directory was the toplevel
    directory remember? All sub-
    directories under that reflect the package names.
    and then:
    package classes.mainLib; in all the other files itshoudl work. But do i need to
    use any import statements on this?See above: the ../classes directory is the base where
    all your .class files can be
    found. If a class belongs to the default package, it
    can be found directly in this
    directory; any .class file in a package 'X' can be
    found in ../classes/X.
    Just to summarize:
    if you don't put a package definition in your source,
    the .class file should end up
    in the ../classes directory. If you put a 'package
    x;' definition in your source, it
    should end up in the ../classes/x directory. Your
    (-cp) classpath string should
    just point to the ../classes directory, i.e. the base
    where all your .class files can
    be found.
    Thanks a lot for your help.You're welcome and,
    kind regards,
    JosThat was a brilliant description and i fully understand now - thanks!
    I'm trying to do it now. All of my files contain: package mainLib, apart from the one i want to end up in the main class directory. So i try this:
    gary@linuxbox:~/java/cars/src$ javac -d ../classes/ *.java
    ./Storage.java:5: duplicate class: mainLib.Storage
    class Storage { // used to control the data stored externally
    ^
    Cars.java:16: cannot access Storage
    bad class file: ./Storage.java
    file does not contain class Storage
    Please remove or make sure it appears in the correct subdirectory of the classpath.
                    Storage file = new Storage();
                    ^
    2 errorsThat was run from: ./program name/src
    I want the classes to end up in ./program name/classes (where mainLib) is located
    So i then tried:
    gary@linuxbox:~/java/cars$ javac -d ./classes/ src/*.javThat produced A LOT of errors saying it couldn't find the construcutrs from the classes it needed.
    Is it obvious what i am doing wrongly?

  • Seperate Home Directories for Windows and Mac OS Mac Clients

    Hi,
    I have a Mac Mini Server with Snow Leopard 10.6.2, with open directory master set up and then joined to Active Directory and that works fine. The only thing is that I would like the macbooks to log in, and display a home directory that resides on the mac server so they can save their video editting work. So the user has 2 home directories one on windows server one on mac but same user account.
    Can this be done at all???

    Hi
    +"Can this be done at all???"+
    There are a number of approaches you could use? Modifying the AD Schema is one way. This method is generally not considered as a viable one because of the risk of SP updates breaking the modified schema. A popular way is to use the methods outlined by Mike Bombich:
    http://www.bombich.com/mactips/activedir.html
    This involves the use of Augmented Records stored in an even lighter LDAP database that 'straddles' (sort of) both directories (AD and OD). Yet another method would be to add redirects via AD GPOs for a home folder that resides in a suitably prepared share on the OD Master. There are still other ways depending on how hard you want to work.
    AFAIK you don't want the OD Master in all these scenarios to be the KDC.
    There is a wealth of information regarding this which you could google for yourself? AD-OD Integration has been going on for at least 4 years now in form or another all with varying success. How successful the integration is depends (as ever) largely on how well the AD environment has been configured. The most successful integrated sites in my experience involved the AD environment being configured from the outset to accommodate the mac platform.
    There's a lot of useful stuff over on edugeek.net:
    http://www.edugeek.net/forums/mac/
    Read some of the stickies at the top of the Forum. One of them refers to Corey Carson's AD-OD Sandbox. Another site you should visit is:
    http://www.afp548.com/search.php?query=AD-OD+Integration&type=all&mode=search
    Tony

  • Issue for Form 16 and tax Computation on Salary to Employees

    Dear All
    Can Anybody suggest a way out for the following -
    We have to issue form 16 as per Indian income tax laws to employees. is there any method for computation of tax on salary or any development is required for the same. As per the Indian income Tax law a computation sheet is to be issued to an emmployee wherein his actaul salary earned ( say for two months) plus his estimated salary for remaining 10 months is to be given and employee in turn returns back the form duly signed in. how this computation sheet works in SAP ?
    Pl guide.
    Regards
    Rakesh Choudhary

    Hi Rakesh,
    this computation happens inside INTAX payroll function for India Payroll. ya its true that there is no standard SAP report to do this. But u can all the annual computation wage type in the RT (/4** wage types).
    If u want a seperate report to this then u can go for some Z development. But u dnt need to write the whole computation logic inside that. Instead of this u can use /4** wage types for the same.
    Regards,
    Praveen
    Edited by: Praveen Kr Tiwari on Apr 11, 2009 3:30 PM

  • My mp3's were in a seperate directory.  Now, all are transferred to iTunes Media.  How can I return the files to the directory??

    I had all my mp3's in a directory on a secondary drive on my desktop computer.  I used Winamp as my music organizer and all went without any changes.  I could add information through the Winamp system, make playlists, and all was well.  Now, I've added an iPod that I was discarded from my son, but am finding that many of the music files have been moved to the iTunes Media directory and taken off the secondary drive complately.  And, they're all organized in seperate 'album' directories.
    I've been going directory by directory to copy and paste the music files to the original directory, but there's more than 5,000 files and it's frustrating (an understatment!!!).
    Is there a better way to put the files back into the original folder?

    The files that weren't inside the media folder on the original machine need to be copied over to exactly the same paths as they had on the source machine. See this thread for an ongoing discussion of a similar problem. See also this post on migrating the iTunes library.
    tt2

  • Director Project incompatible with 10.4.3

    I ran into a strange incompatibility today when checking a
    director project on OS X 10.4.3. The icon for the OS X version of
    the projector was incorrect, and when you went to launch it, you
    were given the "could not find classic Mac OS" error. But if you
    try the CD on OS X 10.3.9, the file's icon is correct and the the
    projector opens correctly.
    I believe the projector was generated on Director running on
    the Mac as there are seperate OS X and Classic versions, as well as
    a Windows version (The projector is running off a hybrid CD).
    This does not seem to follow the problems discussed on
    Macromedia's site with regards to Tiger compatibility - I'm
    wondering if this may be a 10.4.3 specific issue?
    Please excuse the lack of some technical details, as I was
    not involved in the creation of this projector file, and I'm trying
    to find some answers while we track down the original creator for
    my client!
    Many Thanks for Any Help!

    I am having an identical problem.
    I have an identical set up (powerbook G4 667mhz).
    My problem also appeared when I updated to 10.4.3 and ITunes 6.0.1.
    I can no longer play CDs on computer, nor can I copy song files to my desk top from an audio cd. When copying a file from a store-bought audio cd in the finder, I get the error message "finder cannot complete operation because some data in <song title> could not be read or written (error code -36)"
    I hope somebody can figure out a fix.

  • Salary Survey

    Has anybody out there conducted a salary survey on Forte developers?
    If so, would you be willing to share the results with me? If not, any
    ideas????
    I have asked our HR departement to research what the average salary is
    for skilled Forte developers. However, they are not having any luck
    collecting information.
    Any "credible" information would be greatly appreciated. Please respond
    directly to my email address. I do not subscribe to the Sage
    forte-users service.
    James Krzeszowski
    Director, Software Development
    Advanta Business Services
    [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    If you have 4 years solid Java experience and 2 years
    extensive J2EE experience with teaching background,
    how much do you think would this person be worth in
    today's current market?Can I do with it what I want? Then I'll take it off your hands for 100 euro. (I'm not totally up to speed with the current slave market. but back in the days, this would have been a very expensive slave.)

  • Can I get Captivate to do somthing similar to a project I created in Director?

    I am new to Captivae.  I have been given the task of learning this software and doing this project. Most of my experience is in older software (Director 7).
    Here is some background information on my project.
    I am teaching a 9 subject class. I have each subject  as a seperate Captivate project. Each one of thoes seems to be working great. They will be exported to a LMS (Moodle). Any thing I should look out for sending them to Moodle?
    To Finish off this class I wanted to set up a 80 question  practice test (just like the state test they will be taking). So I Figured I could import the questions from the 9 subjects to one project so they would have a random 80 question test just like the state test. The question bank for this project is 584 questions. I have a title slide and 80 random question slides and a result slide. The size of the slides is 800x600 no audio. Cp4 seems to not like this, it wont export. I did read a post on the size of CP4 projects. Is there anything I can do to make it work? This is a key part of the class,I really need to get it working. Any help would be great thanks.
    Thanks
    Ryan Marshall
    3-SC Company

    Hi Ryan
    Interesting. Thanks for sharing that as I'm sure it will help others. By chance do you know what the number of questions is that the pools restrict you to?
    I heard the Captivate team say we could have hundreds of slides in Cap 5. But nothing was ever mentioned WRT Question Pools and Question Count.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Seperate include directory for i486-mingw32 cross-compiler toolchain

    I've installed the mingw32 cross-compiler. I noticed that when using this compiler, a seperate, non-standard include directory is used. So instead of copying all of the dependencies headers to compile the software, is there an easier way of including both directories?
    Thanks.

    I've installed the mingw32 cross-compiler. I noticed that when using this compiler, a seperate, non-standard include directory is used. So instead of copying all of the dependencies headers to compile the software, is there an easier way of including both directories?
    Thanks.

  • How to define additional virtual image directories for multi lingual app.

    Hi,
    In my ApEx application, for English language I want to use default image directory /i/, but for other languages I want to use seperate image directories like /i/fr/ for French etc. In - Translate Application -> Application Language Mapping , there is a text area to capture the Image Directory.
    How can I define additional image directory (apart from /i/) in my multilingual application? What are the steps for defining these virtual image directories in a multi lingual setup?
    I am using ApEx v 3.1.2 on 11g with embeded PL/SQL gateway.
    Any suggestions or pointers in the right direction are highly appreciated.
    Thanks & Regards,
    AV
    Edited by: user11176657 on Jun 30, 2009 6:04 AM

    Hi user11176657,
    Can you use an application item in your replacement for the path?
    Then you can set it at login.
    Regards
    Michael

  • Seperate Vendor group

    Hi,
    I would like to have a vendor account created for each employee wherein the salary and other incentives postings can be made. But I would like to restrict the accessability/ viewing to few only. That means in FBL1N these vendors ledger should not be viewed by all. For this can we make a seperate grouping and restrict the viewing through FBL1N for this particular group. how to restrict this account group.where we have to make configaration for this requirement .any idea on this issue.

    hi Naga,
    go for field LFA1-BEGRU, you'll find in vendor master (General data - 2nd tabstrip), enter a value here (like EMP or whatever). Then in auth profiles you have to give object F_LFA1_BEK + the value above to those people only, who can view these vendors. This is valid for general data (to display address and bank account, which could be important as well), for company code data (master data + postings) you can use LFB1-BEGRU the same way, but the auth object will be F_LFA1_BUK
    hope this helps
    ec

  • GG Director and Monitor

    Hi ,
    i'm new for GG, We are going to implement GoldenGate tool for our replication purpose. can any one help on the below queries?
    1. what is the difference between GG director and GG monitor?
    2. Can we install gg monitor alone ? why we need director ? director is instead of ggsci ?
    3. what are the prerequisites for GG monitor on Solaris server with oracle 11.2 ?
    4. is there seperate unix and database user required for gg Monitor?
    Thanks

    1. what is the difference between GG director and GG monitor?GG director was what Oracle acquired when it took over GoldenGate software. GG monitor is a new GUI stuff meant for monitoring GG configurations including STOPs, ABENDs, LAGs etc...you can also configure mail alerts for the parameters you would like to monitor.
    2. Can we install gg monitor alone ? why we need director ? director is instead of ggsci ? You can. Both director and monitor are separate products and can be used independently.
    3. what are the prerequisites for GG monitor on Solaris server with oracle 11.2 ?GG software version has to be 11.1.1.1 or above (i think i wrote that correctly but please verify). About installing on Solaris and any prerequisites for that, please refer to the documentation at docs.oracle.com
    4. is there seperate unix and database user required for gg Monitor?
    Yes a separate database that will be used as repository.

  • Preview: Oracle Certification 2009 Salary Survey Results

    !http://blogs.oracle.com/certification/0116.jpg!
    Thanks to everyone who participated in our salary survey. We are busy working to compile, summarize and publish the results. The information will be available through the Oracle certification website and I&rsquo;ll let you know through the Oracle Certification Blog when it is ready.</p>
    <p>In the meantime however, I'd like to share some pre-release details that are interesting:</p>
    <ol>
    <li>Certified professionals earn over 13% more than non-certified counterparts.</li>
    <li>Years of experience in a role makes a big difference in overall compensation.</li>
    <li>Pay between various job roles (architect, developer, administrator) can be markedly different.</li>
    <li>Professionals who have earned more than one Oracle certification earn more than those hold one, and typically - the more certifications that you hold, the more likely you are to earn more.</li>
    </ol>
    <p>I&rsquo;ll discuss specific results in more detail when the salary survey results become available, and give my perspective on what it means to certification-holders and those considering certification. </p>
    <p>I look forward to your comments and thoughts!
    !http://blogs.oracle.com/certification/Paul-Sig-2.gif!
    <p>Paul Sorensen,
    Director, Oracle Certification</p>

    Hi,
    Thank you very much to sharing with us. I also agreed Oracle Certification have important role in the salary.
    Awaiting for Oracle Blog & Survey result.
    Regards,
    Taj
    Oracle Database Administrator
    Oracle 9i Certified Professional

  • Seperate Log file for web app

    I am running a web app under WS 6.1 and uses the java logging.
    I i turn the logging to "finest" on the virtual server, i get my app finest and the vertual server finest in the same file!
    What i need is to seperate these 2 in two files.
    or is it possible to say that for the package com.foo.bar i wanted to be finest, but the rest i wanted to be warnning?
    Thanks,

    Kumar,
    I don't know the answer to your "separate log per web-app" question (sorry :-(, but regarding your property changes -- if you are referring to the XML configuration files (like "orion-web.xml"), then they do not get overwritten when you redeploy. You must either edit them manually, or delete all the files/directories created when you first deployed your application before redeploying -- that way, they will be created again when you deploy.
    By the way, why are you so reluctant to upgrade to the latest version of OC4J?
    Hope this has helped you.
    Good Luck,
    Avi.

Maybe you are looking for

  • Cube does not get refreshed after maitainence

    Hi I have a cube in a schema that was existing. I have added new data to the fact table that is mapped to the cube. I maintained the cube by using the complete refresh option in the analytical workspace manager. After maintaining the cube and selecti

  • AT1 field not display in MIGO and J1IEX

    Hi Experts,      i am using Secondary higher cess amount it will display AT1 Field wise configured. but i do not get this field in MIGO  and J1IEX. what i am doing Reg Kishore

  • Labview executable error - system cannot find the file specified

    Hi I am trying to create a stand-alone application and I'm getting the error message below: "System cannot find the file specified" This error message occurs when I run the setup.exe. Does any one know why this is happening? I've also attached the er

  • Is there a way to access OSX directly from Parallel Desktop - without a password?

    Hi guys. My dear late brother had left his Mac Mini when he chose to exit this world. All the while - his Mac Mini was still on and running. After a while when having to pack his belongings, I noticed this and tried to login - but all the passwords I

  • Project wont open in current window

    I built several projects and one links to another, I embedd the first project into my course window in my LMS and it plays it that window, when it links to the next project I am calling up it launches, but in a new window, rather than in the current