List of complex tasks in VC 7.0

Hello VC Experts
I am looking for complex tasks and workarounds for VC 7.0 technically..
that list should say , the task is possible / possible and if possible is there any workaround.
thank you in advance.

Hi
Most of the times complexity depends on user requirement & what is available with you. But still there are some things which i feel technically complex that i am mentioning
1. Hierarchies are difficult to built in VC & also they are not user friendly as well. There is no workaround in VC 7.0 for this.
2. When you are working with nested iviews & you are passing input from on e view to another & also you have to control visibility of it as per input then its complex task.
3. If you are integrating VC with WAD this is also complex activity but it can be done.
4. If you are using horizontal or Vertical slider as a input this is also complex but it can be done.
If you have any specific complex activity for which you are looking for workaround please tell, i will try to  answer.
Regards
Sandeep

Similar Messages

  • Xsd:list using complex type ??

    Hello,
    I have modified world.xsd from (www.manojc.com... sample8)
    My customer wants to return a list of complex types. In this case list of Country (CountryList)
    Here is my schema and I run autotype target. produces errors
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    xmlns:tns="http://tutorial/sample8/"
    targetNamespace="http://tutorial/sample8/">
    <xsd:complexType name="World">
    <xsd:sequence>
    <xsd:element type="xsd:string" name="name"
    minOccurs="1" nillable="true" maxOccurs="1" />
    <xsd:element type="tns:Country" name="country"
    minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="population" type="xsd:long" />
    </xsd:complexType>
    <xsd:complexType name="Country">
    <xsd:sequence>
    <xsd:element type="xsd:string" name="name" minOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="population" type="xsd:long" />
    <xsd:attribute name="abbreviations">
    <xsd:simpleType>
    <xsd:list itemType="tns:TwoCharString" />
    </xsd:simpleType>
    </xsd:attribute>
    </xsd:complexType>
    <xsd:simpleType name="CountryList">
         <xsd:list itemType="tns:Country"/>
    </xsd:simpleType>
    <xsd:element name="countries" type="tns:CountryList"/>
    <xsd:complexType name="EUCountry">
    <xsd:complexContent>
    <xsd:extension base="tns:Country">
    <xsd:sequence>
    <xsd:element name="exchangeInfo" type="tns:ExchangeInformation" />
    </xsd:sequence>
    </xsd:extension>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:simpleType name="TwoCharString">
    <xsd:restriction base="xsd:NCName">
    <xsd:length value='2' />
    </xsd:restriction>
    </xsd:simpleType>
    <xsd:complexType name="ExchangeInformation">
    <xsd:simpleContent>
    <xsd:restriction base="xsd:float">
    <xsd:maxInclusive value="10000.0" />
    <xsd:attribute name="currency" type="tns:TwoCharString" />
    </xsd:restriction>
    </xsd:simpleContent>
    </xsd:complexType>
    </xsd:schema>

    What I have tryed is to do analyze the dbms_xml packages and I tried to do it the same way with the result:
    SQL> declare
    2 bar long raw;
    3
    4 FUNCTION foo RETURN raw IS
    5 EXTERNAL
    6 NAME "tidyCreate"
    7 LANGUAGE C
    8 LIBRARY TIDY_LIB
    9 PARAMETERS ( RETURN );
    10 begin
    11 bar := '1';
    12 bar := foo;
    13
    14 dbms_output.put_line(bar);
    15 end;
    16 /
    declare
    FEHLER in Zeile 1:
    ORA-06525: Lõngenfehlanpassung bei CHAR- oder RAW-Daten
    ORA-06512: in Zeile 4
    ORA-06512: in Zeile 12

  • How to create dynamic stages in parallel within Complex Task in BPM..?

    Hi All,
                I have a requirement where in single participant type stages needs to be generated in parallel dynamically based on one collection type complex element.
                InputPayload for HumanTask is as below.
           <v1:WFSteps>
                       <v1:Step Number="1.1">
                          <v1:StepRole>XXXXX</v1:StepRole>
                          <v1:Filter/>
                          <v1:ApprovalPattern>Single</v1:ApprovalPattern>
                          <v1:StepAssigneeList>XXXXX</v1:StepAssigneeList>
                     </v1:Step>
                      <v1:Step Number="1.2">
                          <v1:StepRole>XXXXX</v1:StepRole>
                          <v1:Filter/>
                          <v1:ApprovalPattern>Single</v1:ApprovalPattern>
                          <v1:StepAssigneeList>XXXXX</v1:StepAssigneeList>
                     </v1:Step>
           </v1:WFSteps>
               Also please suggest, how can i update task outcome of the dynamically generated parallel stages..?

    Thanks Dan.
    Thats a good suggestion.
    Can't we do this using Complex Task in BPM (Dynamically generate stages in parallel based on collection)?
    Also can you tell me how to do this "Subprocess activity defined to as "MultiInstance" "Parallel" that uses a collection to dynamically send instances out based on the number of rows in your collection."

  • Is it a complex task to translate between JMS and MQ?

    Hello!
    I wonder if it is a complex task to translate a JMS message (javax.jms.Message) to a MQ message (com.xxx.MQMessage)?
    xxx=I do not remember the package name for MQMessage
    Right now I participate in a project where we need to do this translation.
    (I must admit that I thougt there was no need for a translation. I thought that JMS was transparent to MQ and vice versa. But I guess I was wrong)
    I would love to hear some experiance and perhaps if there is some "best practice", please let me know!
    Best regards
    Fredrik

    antsbull wrote:
    I'm happy for you that you use WebLogic - however WebSphere MQ is the leading messaging technology in the industry. If it is configured correctly it guarantees 100% message retention. You may beg to differ, but you have nothing to back it up with so far - maybe IBM should be sued for false advertising if it is impossible (as you say)?Not really. IBM isn't a very important software company, IMO. They're huge in global services, but they passed leadership in hardware and software off to others decades ago. Or maybe you're one of those people who still lives in the 80s and thinks of IBM as a "leader".
    There's a lot of IBM legacy out there. Banks are still running DB2, but nobody thinks it's a leader in the relational database space. There's a lot of Cobol code with CICS running on mainframes, but surely you're not going to cite that as cutting edge, are you?
    Just curious - do you work for IBM?
    All I know is that MQ is the industry standard, as you can easily discover on google or wikipedia or whatever you want. Wikipedia? Is that your best source? LOL!
    Let's look at Wikipedia, shall we? Your own source tells me that WebSphere is ~40% of the market:
    http://en.wikipedia.org/wiki/MQSeries
    I'm even suspicious of these numbers, because I think they leave out the open source parts of the market. How do you quantify that? # downloads? # of systems in production? I'll bet that survey doesn't exist. And it looks different depending on whether we're talking about large or small companies.
    Why don't you find some links to support your claim? You've done nothing but say "industry leading" and "guarantees 100%". Your "because I said so" isn't convincing, either.
    Come back in a month - I have time.
    Maybe if you are such a messaging expert you would have some reasons why the majority of the industry use MQ and not WebLogic even though WebLogic is supposedly better? Because the entire world isn't IBM anymore.
    I worked on a Ministry of Justice project that used WebLogic application server and its JMS queues for a critical messaging component - and at least once every two weeks the queues would go down and there would be a mad rush to get them back up - this was probably a poorly configured installation of WebLogic, and is only one example, but it left me with a pretty poor opinion of the product.That's fair. I don't know anything about the version or the admins or the servers or even you. But if that's what your experience has been, I can't question it. Maybe I can question the competence of a Ministry of Justice (which country?) that doesn't seem to train their WebLogic and server admins properly. Maybe it's an organizational problem.
    I can say that we have farms of WebLogic running on Solaris servers that are very reliable. I developed one app that faces out to the Internet that uses JMS, and that app hasn't had to come down in almost three years. Reliable enough?
    WebSphere and WebLogic have been neck and neck in the Java EE app server space for a long time, each controlling 35-40% of the market. I think JBOSS and Glassfish are making some inroads there. Spring is making it possible to write enterprise apps that can be deployed on servlet/JSP engines.
    And all of this discussion leaves out Microsoft, .NET, and MSMQ.
    I would believe that MQ series has the lion's share of the middleware/messaging market, but I'd bet that it has less to do with the clear superiority of the product and more to do with the large legacy base that IBM has out there. It's a very old mainframe/COBOL/CICS kind of technology, and the organizations that brought it in tend to be large and conservative.
    You didn't ask any questions about the OP's organization. I think that ought to factor into the discussion.
    Oh, and by the way more than 80% of the companies on the Fortune 100 use WebSphere MQ - maybe you should inform them how rubbish it is?And 76.273% of all statistics are made up on the spot.
    I'm not interested in convincing anybody of anything. It's my opinion that if I had a Java EE app server with JMS on it that I wouldn't bring in IBM's MQ Series just for the sake of having it. If there was a legacy system that I needed to integrate with that demanded I use MQ Series there'd be no question.
    But why does it seem sensible to bring in yet another moving part, another expense, another separate piece to be configured and maintained and upgraded? Applications are hard enough to develop. I wouldn't use MQ Series for its own sake, and I'd challenge anybody who brought it in because "they said so".
    %

  • List of Delegated task on homepage ?

    Dear all,
    is it possible to have a list "My delegated tasks" directly on the homepage or at least on the activity homepage ?
    I didn´t know how to do that ? Is it possible ?
    Regards Juergen

    Juergen, at this time it is not possible to put your delegated task list on the homepage. However, you can make your delegated task list a favorite which will appear in the action bar on the left.

  • Listing the Human tasks through Workflow API

    The workflow API uses oc4jadmin as the user to get the workflow context. what if we dont have the credentials of oc4jadmin but of a normal user to whom a task is assigned. I am not able get the workflow context by using the credentials of a simple user.
    I am using :
    workflowContext = getTaskQueryService().authenticate(WF_MANANAGER_UN, WF_MANANAGER_PW, LDAP_DOMAIN, worklistUser);
    List tasks = getTaskQueryService().queryTasks(getWorkflowContext(), displayColumns, optionalInfo, "My+Group", null, whereclause, null, 0, 0);
    when i change the user name and password from oc4jadmin, it throws an exception of "null pointer"

    Hi,
    We solved this issue by applying the following steps:
    * Create a shared library on the OC4J container using the same name (oracle.ifs.client), but another version (10.1.2). Actually, give it the version of your Content Services version.
    * Upload the following JAR files to the shared library from the previous step: axis.jar, commons-discovery-0.2.jar, commons-logging-1.0.3.jar, content-ws-client.jar, http_client.jar, log4j-1.2.14.jar, wsdl4j-1.5.1.jar. Important: use the JAR files from you Content Services installation, not the JAR files from the Oracle AS installation (that containes another version of those JAR files).
    * When you deploy the client application that accesses Content Services make sure you import the oracle.ifs.client shared library, but include a max-version attribute that equals your own shared library. That way, the correct JAR files are loaded instead of the newer version.
    Regards, Ronald

  • Using To Do lists for repetetive tasks to appear on monthly calendar?

    I would like to format a household zone cleaning schedule (aka "FlyLady" for those familiar) and use iCal in place of the printed lists or 18 daily emails her system currently sends.
    How do I use the To Do list feature in iCal and attach them to the date the tasks are due then set them as a repeating appointment? I know how to set an appointment to repeat, but can I set a To Do as a repeat appointment?
    For example: If I am working in Zone 1 (Week one of the month) is kitchen and front porch has 12 points of deep cleaning in those area in addition to the daily tasks of each day of the week (Mon is paperwork & misc, Tues is Groceries & errands, Wed is regular housework, etc.
    All of this is on printed sheets in a binder and I would like to get it into iCal, but not clutter up my monthly view. It would be idea to put my To Do feature to it's best use.
    Thanks you so much for any assistance.
    Thank you.

    I would like to format a household zone cleaning schedule (aka "FlyLady" for those familiar) and use iCal in place of the printed lists or 18 daily emails her system currently sends.
    How do I use the To Do list feature in iCal and attach them to the date the tasks are due then set them as a repeating appointment? I know how to set an appointment to repeat, but can I set a To Do as a repeat appointment?
    For example: If I am working in Zone 1 (Week one of the month) is kitchen and front porch has 12 points of deep cleaning in those area in addition to the daily tasks of each day of the week (Mon is paperwork & misc, Tues is Groceries & errands, Wed is regular housework, etc.
    All of this is on printed sheets in a binder and I would like to get it into iCal, but not clutter up my monthly view. It would be idea to put my To Do feature to it's best use.
    Thanks you so much for any assistance.
    Thank you.

  • How to get the parent Summary task of Task List Item in Tasks List ?

    Is there something in SharePoint List Architecture that will help me populate summary task of a particular task as the column in the same list? I am trying to relate Tasks List and Issues List. However, when I use "Task Name" as the lookup column
    in Issues List am not able to figure out which summary task the issue is related to. Any thoughts on how to accomplish this?
    Please help!
    techie

    Hi,
    There is a reply in your another similar thread about this issue, please check if it would be helpful to you:
    https://social.msdn.microsoft.com/Forums/office/en-US/e1fc971a-9988-4f70-9726-a6c255456bd1/task-list-query?forum=sharepointdevelopment
    Best regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • User in possible agent list but no task in user's workplace

    Hello,
    i had a small problem with my workflow. The process works fine but sometimes i can see an interesting situation - in the log of wf I can see that one concrete user is in a list of possible agents - BUT when i log in as this user i see NO tasks in SBWP.
    Any ideas?
    Thx,
    JJ

    Hello,
    Check the agent assignment of the user decision:
    Transaction PFTC_DIS, standard task xxxx and then Additional Data > Agent Assignment > Display
    If a popup says that no agents are assigned, there is your problem, my suggestion is to modify it as a general task: Additional Data > Agent Assignment > Maintain > attributes > general task
    Regards,
    Bárbara

  • List of delayed tasks in MS Project 2010

    Hi Experts !!
    Is there a way out to find all the delayed tasks in a project.
    Also, a list of task either running/continuing or starting in between two dates.
    TKP86

    Hi,
    "Late" implies a comparison between two dates. One is the finish date of the task; do you mean current date is the other one?
    In other words, are you looking for tasks with a planned finish date before today, but not yet finished?
    That implies you will not really track your project, meaning that when a task's plan changes, that will impact the planning of other tasks so your planned finish date could be moving al the time.. I have the impression that in your mind, the original plan
    will always be "the plan". And the utility of a baselin is that it is an immovable copy of that original plan - such that you can enter actual start/finish dates when reality strikes..
    By all means, you could set a formula in a flag field to show the definition of Late as I guess you have in mind:
    iif([% Complete]<100;IIf((projdatediff([Finish];Now())>0);No;Yes);No)
    Greetings,

  • Show a custom list field in task list

    Hi
    i created a custom list and started approval workflow process
    i want to provide a field called employename in task list bcz
    when apporver user  opens tasklist and before approve  he will enter employeename in this filed
    adil

    Hello,
    Above link to add field in task form but if you want to create lookup column so modify your form in infopath. Then add field to get emp name from emp list
    One more link to customize task form and add column
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/customize-a-task-details-page-HA103858063.aspx
    http://www.jasperoosterveld.com/2012/05/how-to-change-workflow-task-form-with.html
    This link will give you an idea to modify the form.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • TO VIEW MANUAL USER LIST IN HUMAN TASK

    Hii All,
    I want to add in the user list manually in the human task and to assign the task to them.Can anyone please help me how to create userlist manually.
    with regards,
    Deekay.

    Deekey, can you please explain us your question bit more in detail ? By default the users for soa suite are maintained in jazn.

  • How can i remove the jump list (with "frequent", "tasks") that comes with firefox shortcut in the start menu?

    im using windows 7. when i tried adding a firefox shortcut to the start menu (above the recently opened programs) it added some kind of a side menu that stores the frequent sites i visited, and have some "tasks".
    i dont want it and i want to remove it.
    plz help.

    Try to disable some browser.taskbar.*enable prefs on the about:config page.
    browser.taskbar.lists.enabled;true
    browser.taskbar.lists.frequent.enabled;true
    browser.taskbar.lists.maxListItemCount;7
    browser.taskbar.lists.recent.enabled;false
    browser.taskbar.lists.tasks.enabled;true
    browser.taskbar.previews.enable : Tools > Options > Tabs > "Show tab previews in the Windows taskbar"
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)

  • Locks/freezes at startup. never gets to load screen, but is listed in the task manager at 17768 k. reinstalled multiple times, refreshed multiple times.

    brand new, fresh install, deleted all old data. wont even get to the main screen, never had a splash screen. loading curser appears, then nothing. i look in task manager and i see firefox at 17k listed. doesntmatter how many times i hit the icon, it gets stuck at 17k. the only way to fix it is to restart the entire computer, or open firefox first thing in the morning, and leave it open all day. once u close it, u cant open it again unless you restart the pc. just started doing this about a month ago.

    *[[Firefox uses too many CPU resources - How to fix]]
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • How do I save the virtual channel list of a task to a tab-delimi​ted text file

    I have created my data acquisition application which will save the analog inputs of the channels into columns of a text file.  Now I would like to save the names of the virtual channels in the header of the file so that couple months down the road I will have no problem of knowing which column is which.  How do I do it?
    The way I set my application up is that the task is set up in the Measurement and Automation Explorer.  In the LabVIEW program, there is an control I can pick the task I want to use, and the rest of the program will pull the necessary information based on the task chosen.
    Thanks in advance.

    Hi
    You can use a Task node located in Measurement I/O -> NiDAQmx -> Task config-->> Task node to get the devive name of the virtual channel. You can a for loop to get each individual device name and build the array of device name and analog input into one array and then write this to a text file.
    Regards,
    Nitin

Maybe you are looking for

  • How to "go back" in Bc

    Hello, I am new business catalyst and web design in general, so bare with me if I don't understand everything you are asking. I was wondering if Business Catalyst had a history box where I could resort my site back to the way I had it. I was looking

  • How can i display units only for the result set

    hi i do not want to display units (example: $ or %) for my key figure columns but i want to display units to the result. how can i do that

  • Help with return statements

    Can someone explain to me what a return statement does exactly and how I would use it to return a value in the follwoing type of program. Its a array making program that allows up to 25 values with the value 0 stopping the method. I need to be able t

  • Jdbc receiver diffrent sql versions

    hello we are using 2 types of sql 2000 & 2005 do you know if the 2005 jdbc driver only is compatible for version 2000 also? thx and regards shai

  • Can I use RoboHelp to support localization and generate help files in multiple languages?

    Hi, Can I use RoboHelp to support localization and generate help files in multiple languages? Can I define a layout or template for RoboHelp to insert localized strings into the template and generate a localized help file? Thanks!