How to bind manually created recordsets in DW bindings tab..??

I've got a little problem where I'm working with XML web
services to get product data to my web site. I'm actually parsing
all of the XML data and feeding it into an ASP recordset in my page
manually. I have a 3rd party shopping cart (Web Assist eCart 3.7)
that uses the bindings tab in DW to populate your shopping cart
with data from a recordset. The problem is, since this recordset
wasn't actually created with DW it doesn't show up in the bindinds
tab and my shopping cart extension doesn't work then (it simply
grays out the dynamic shopping cart option because there isn't a
recordset available...so it thinks.)
So, is there a way that I can bind my own recordset data in
DW so that it can be used just like a regular recordset created in
DW? I see how you can bind Session variables and Application
variables but I don't see anything for binding a manually created
recordset.
Any information on this would be greatly appreciated.
Thanks!

Did you check with WebAssist forum or FAQ or support
information over there, no? I have found that they have a thorough,
well-documented PDF on how to do so has been very clear and
concise.
To work with data source, make *sure* that you define the
site profile correctly in order to make it work, so that datasource
file being pointed or referenced by HTML source code to work
together vice versa.
Secondly, did you know that ASP support is kind of,
relatively no longer support by Microsoft. You might want to
reconsider this to work with ASP.NET. But it is my understanding
that Microsoft focus more on ASP.NET than ASP these days. I don't
know if I am being understand or get this impression correctly.
Hopefully someone else help to correct me if I am being mistaken
for that matter.

Similar Messages

  • How do I manually restore a browsing session's tabs? Firefox did not reopen them after a computer freeze and shutdown.

    Last night around 4 AM I was browsing in Firefox when my laptop suddenly froze. No mouse or ctl+alt+del responsiveness, nothing, just a frozen unresponsive screen, so after waiting a few moments in vain I forced a shutdown and restart with the power button. I've done this in the past without problems, but this time when I restarted my computer Firefox did not reopen my tabs automatically, or prompt me to restore the session. This is pretty alarming as I have plenty of websites tabbed and kept open permanently that I don't know if I will ever be able to find again. Can anyone give me help in manually restoring a previous session's tabs? I assume this information is stored somewhere on my computer, for Firefox's own use.

    I suspect that Firefox doesn't store session history for private windows, but you could try rescuing all the sessionstore files in your currently active personal settings folder (also known as your Firefox profile folder) just in case.
    Help > Troubleshooting Information > "Show Folder" button
    That should take you to the critical folder. Try copying all sessionstore.js and sessionstore.bak files to a different location (e.g., Documents) where there's no danger of Firefox overwriting them.
    If you check the timestamps, can you tell which one has the best chance of having your old windows and tabs? Open that one in a text editor. You may need to turn on text wrapping. If you can remember any text from the URL or title of the page you were viewing, try searching in the text to see whether you can find it. If not, the quest may be futile.

  • How can i manual create a "advance search"?

    There is a poplist in the page, and a named "Add" submitButton beside it.
    When I click the "Add" button.
    I need to create a Bean which is named from the text which is selected in the poplist.
    Now, I have two problems:
    1.I select a text from poplist, then click the "Add" button. At the first time, I use to setForwardURLToCurrentPage() to create a new Bean. But at the next time, no matter which I select any text from poplist, I only get the text which is selected at the first time. The poplist and "Add" button in one MessageCompontentLayout, and the other compontents (consist of creating new Bean) in the other MessageCompontentLayout.
    2.when I create a new Bean, how can I save the Bean which I have created it at previous time.
    This function just likes "Advance Search".
    waiting for your help. thank you in advance.

    Hello, 1st publish it to your Drive...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html
    Other hints/workarounds...
    http://www.iwebformusicians.com/iWeb/mountain-lion.html

  • How to bind dynamically created attributes

    Hi all,
    i hv created an appl where all the attributes hv been created dynamically..
    wdContext.getNodeInfo().addAttribute("From","ddic:com.sap.dictionary.string");
        wdContext.getNodeInfo().addAttribute("To","ddic:com.sap.dictionary.string");
        wdContext.getNodeInfo().addAttribute("Subject","ddic:com.sap.dictionary.string");
        wdContext.getNodeInfo().addAttribute("Message","ddic:com.sap.dictionary.string");
    bt nw i am nt able to retrieve those.
    For ex: if i hv to set the from field to null ,hw to do so?
    (   As we used  to get it:
      wdcontext.currentContextElement().setFrom(" ");
    Plz help.
    Thanks and Regards,
    Ankita
    Edited by: Ankita Padhi on Jul 14, 2008 8:48 AM

    Hi,
    here i m giving code for your reference of a dynamic checkbox:
    IWDCheckBox checkBox =
    (IWDCheckBox) view.createElement(IWDCheckBox.class,
                                  "checkBox" + count);
    IWDMatrixHeadData checkHeadData =
    (IWDMatrixHeadData) checkBox.createLayoutData(
                                  IWDMatrixHeadData.class);
    IWDAttributeInfo attrInfo;
    info=               wdContext.nodeCheckBox().getNodeInfo().addAttribute(
         "Check" + count,          "ddic:com.sap.dictionary.boolean");
                        checkHeadData.setVAlign(WDCellVAlign.TOP);
    checkHeadData.setWidth("6%");
    checkHeadData.setColSpan(1);
    this line used to bind the context to the element:-
    checkBox.bindChecked(info);
    checkBox.setEnabled(true);
    TitleRow.addChild(checkBox);
    Hope this may help you.
    Regards,
    Deepak
    Edited by: Deepak Arora on Jul 14, 2008 9:09 AM

  • Multiple clips do not sync, how do I manually create a multicam clip?

    I have selected two clips to use in a multicam clip. I created the multicam clip and it put the clips together sequentially instead of stacking them on top of the other. How can I create a sync point or is there some other way to get this accomplished?

    In the Info inspector in Extended view

  • Error when creating Recordset using CF and Postgres

    I'm a complete newbie when it comes to databases and development so go easy on me.
    I have created a simple database with a schema (ABC) and 2 tables (_Address, _Member) in Postgres 9.0.  I have installed CF 9 in development and am creating a new application using the Construction Kit Vol 1 as my guide.  I got to the point where I am to make a Recordset and keep getting an error of:
    -1:ERROR: schema "ABC" does not exist
    org.postgresql.util.PSQLException: ERROR: schema "ABC" does not exist
    ...about 20+ lines of at errors follow (can post a screenshot if they would be helpfull)...
    From the Database tab I am able to browse my database just fine but I cannot create this recordset in the bindings tab.  I also followed the examples in the book and using their database I am able to create a recordset just fine.  CF says my data source verifies correctly.  I have verified that my password is correct as well as when in the database tab of DW I can test the connection fine.  I cannot edit the connecton from there but I get the same error when I try to edit on all of the databases, including the default test databases.
    Any suggestions would be greatly appreciated.

    Hi Loan,
    In your stock transfer Purchase Order has the correct 'Shipping Point' been determined for this item - i.e. the 'Shipping Point' associated with your 0002 Storage Location?
    The 'Shipping Point' determination is setup in config in <OVL2>, you can use the 'Loading Group' field in the Material Master (Sales:General Plant) tab to influence the shipping point that is automatically determined for a Material.
    Assuming the Shipping Point has been determined correctly for your 0002 SLoc - then in <VL10B> you will have selected this 'Shipping Point' for your delivery creation.  I also noticed that in <VL10B> on the Material tab you have the option to specify a SLoc (I'm assuming this is a source SLoc since the help doesn't clearly specify) - try entering this data too and see if you can generate your delivery.
    Good luck,
    Ravelle

  • How to bind UI component to a view object which is created from a SQL query

    I am using JDeveloper 11.1.1.2.
    I created a method in my ApplicationModule to create an instance of ViewObject dynamically based on a "voCode" passed in :
    public ViewObject loadVO(String voCode) {
    ViewObject viewObject = findViewObject(voCode);
    if (viewObject == null) {
    viewObject = createViewObject(programCode);
    return viewObject;
    I created a Client interface for this method and refreshed the data control of the ApplicationModule.
    From the "Oracle JDeveloper 11g Handbook", I should be able to create a tree binding and a methodIterator executable for the "loadVO" method via the data control of the AM.
    I tried to add the binding manually to the page definition of my jspx page as I like to see if I can replace an existing binding with this new binding.
    I was not able to add the binding as the "Create Tree Binding" required both the "Root Data Source" and "Tree Level Rules" to be specified.
    I could specify the "Root Data Source" to point to the "loadVO" and corresponding parameter but not able to add any rule.
    When I clicked on the "+" icon to add rule, nothing happened that allowed me to specify the rule (if I know what rule I need to add).
    How should I bind the application module method "loadVO" so that it can be exposed in the Data Control to provide the data for a UI component like dynamic table?
    On the other hand, I could create the "methodIterator" first for the AM method "loadVO" but I wasn't able to create a tree binding to reference the "methodIterator".
    Is it possible to invoke the loadVO method with specific parameter value via the "methodIterator" from a bean method?
    Edited by: pyin_amec on Jan 25, 2010 3:57 PM
    I corrected the subject line and change my question to better reflect the problem I tried to solve.
    Edited by: pyin_amec on Jan 26, 2010 7:41 AM

    Hi,
    This worked for me .. I created a inputtext area where I can enter a query and execute ..
    Hope it helps..
    AM Impl
         public void createVoWithQuery( String pQuery )
              ViewObjectImpl vo = null;
              if( findViewObject( "DemoVo" ) != null )
                   findViewObject( "DemoVo" ).remove();
              vo = ( ViewObjectImpl )createViewObjectFromQueryStmt( "DemoVo", pQuery );
              //  vo.setKeyAttributeDefs( new int[]{0} );
              vo.executeQuery();
         @Override
         protected void prepareSession( Session session )
              super.prepareSession( session );
              if( findViewObject( "DemoVo" ) == null )
                   createViewObjectFromQueryStmt( "DemoVo", "Select 1 from dual" );
         }Page Def
    <executables>
        <variableIterator id="variables">
          <variable Type="java.lang.String" Name="createVoWithQuery_pQuery" IsQueriable="false"/>
        </variableIterator>
        <iterator Binds="DemoVo" RangeSize="25" DataControl="AppModuleDataControl"
                  id="ViewObj1Iterator" Refresh="deferred"/>
      </executables>
      <bindings>
        <tree IterBinding="ViewObj1Iterator" id="ViewObj1">
          <nodeDefinition Name="Dummy">
          </nodeDefinition>
        </tree>
        <methodAction id="createVoWithQuery" RequiresUpdateModel="true" Action="invokeMethod"
                      MethodName="createVoWithQuery" IsViewObjectMethod="false"
                      DataControl="AppModuleDataControl"
                      InstanceName="AppModuleDataControl.dataProvider">
          <NamedData NDName="pQuery" NDType="java.lang.String"
                     NDValue="${bindings.createVoWithQuery_pQuery}"/>
        </methodAction>
        <attributeValues IterBinding="variables" id="pQuery">
          <AttrNames>
            <Item Value="createVoWithQuery_pQuery"/>
          </AttrNames>
        </attributeValues>
      </bindings>page
    <af:panelStretchLayout id="psl1" startWidth="0" topHeight="100px" bottomHeight="0">
              <f:facet name="center">
                <af:table rows="#{bindings.ViewObj1.rangeSize}"
                          fetchSize="#{bindings.ViewObj1.rangeSize}"
                          emptyText="#{bindings.ViewObj1.viewable ? 'No data to display.' : 'Access Denied.'}"
                          var="row" rowBandingInterval="0"
                          value="#{bindings.ViewObj1.collectionModel}"
                          selectedRowKeys="#{bindings.ViewObj1.collectionModel.selectedRow}"
                          selectionListener="#{bindings.ViewObj1.collectionModel.makeCurrent}"
                          rowSelection="single" id="t1" partialTriggers="::cbEx">
                  <af:forEach items="#{bindings.ViewObj1Iterator.attributeDefs}" var="def">
                    <af:column headerText="#{def.name}" sortable="true" sortProperty="#{def.name}"
                               id="c1">
                      <af:outputText value="#{row[def.name]}" id="ot1"/>
                    </af:column>
                  </af:forEach>
                </af:table>
              </f:facet>
              <f:facet name="bottom"/>
              <f:facet name="top">
                <af:panelFormLayout id="pfl1">
                  <af:inputText value="#{bindings.pQuery.inputValue}"
                                label="#{bindings.pQuery.hints.label}"
                                required="#{bindings.pQuery.hints.mandatory}"
                                columns="60"
                                maximumLength="#{bindings.pQuery.hints.precision}"
                                shortDesc="#{bindings.pQuery.hints.tooltip}" id="it1" rows="2">
                    <f:validator binding="#{bindings.pQuery.validator}"/>
                  </af:inputText>
                  <af:commandButton actionListener="#{bindings.createVoWithQuery.execute}"
                                    text="ExecuteQuery"
                                    disabled="#{!bindings.createVoWithQuery.enabled}" id="cbEx"/>
                </af:panelFormLayout>
              </f:facet>
            </af:panelStretchLayout>

  • How to bind data from script created variable to embed element of XML schema (xsd) in "Data View"

    Hi, i have got another problem with livecycle designer scripting.
    I have got script line which is defining of string variable:
    var aaa = "this is my string";
    and i have got embed XML schema like this (it`s only short part of whole file):
    ... xs:element name="bbb" type="xs:string"/ ...
    After saving data to XML i would like to get "this is my string" as a value of my "bbb" XML element.
    To save this data i`m using submit button which is connect with submit.php file on my server.
    How to connect script created variable and embed XML schema element which is present on my "Data View" tab.
    Please help me a bit becouse i don`t know even where to search answer of it...
    Of course i know possibilities to create fake unvisible text field object and bind it with 'bbb' and than put "this.rawValue = aaa" to connect those two variables but i think that is not a good idea to solve it in that way. It`s too primitive

    i solve it, i should write this:
    xfa.datasets.data.bbb.value = aaa;

  • How To Use Dynamic Menus To Place Manually Created Jspx Pages On Sub-Level

    JHeadstarters,
    Back on the JHS trail and could use some help.
    I started using dynamic menus (see section 9.2 JHS Dev Guide) to setup a custom menu structure and found it could not be easier however I need to solve 2 issues;
    1. How to get more than 2 levels deep on the menus (parent, child, grand-child, etc.)? In the menu structure setup I have created a menu that is 3-levels deep however when it runs you only get 2 levels. Perhaps a template needs to be changed.
    2. How can I assign manually created jspx pages to sub-level menus?
    Scenerio;
    I have JHS generated pages *** AND *** manually created pages. Using dynamic menus to place the JHS genned pages works fine, the problem is how to do it with manually created pages.
    Using Dynamic Menu's I created a top-level menu tab named "warp-core", below it on the next level I have two sub-menus, one named "search" and one named "form" for displaying the results of the search and modifying the rows (don't ask me why they are seperate).
    The problem is how to assign the manually created jspx pages to those sub-menus? Or am I going abouth this the wrong way? Perhaps I could use JHS to generate seperate search and display pages.
    Thanks!
    BG...

    Bill,
    1. Yes, you need to decide yourself how and where you want to render this third level menu. You then create a region file similar to dynamicMenu2Tabs.jspx, just replace the references to level2MenuItems with level3MenuItems. Then create a custom template to call this menu 3 region file.
    For example, you could create a bulleted vertical list for level 3 as illustrated in section 9.1.3 of the Developers Guide (that example is with static menu, but you can use similar technique for dynamic menu)
    2. Instead of a group name, you can specify a JSF Navigation action in the menu administration application. So, you create a global navigation case to your custom page, and you enter this navigation case id in the menu admin app.
    Note that if you want to generate separate search pages, you can do so by setting the advanced search property to "separatePage".
    Steven Davelaar,
    JHeadstart Team.

  • How to configure wokflow for MRP generated  & manually created PR

    Dear Gurus,
    I have to customize SAP workflow for releasing Purchase requisitions. I will be using enhancement M06B0001 for my own role resolution.
    I have some questions regarding workflow
    1)     How to configure workflow for MRP generated & manually created PR?What are the steps? what are the limitations in doing so?
    2)     Since we are facing the problem of insufficient user license ,How to send notifications to NON SAP users?(We have thought of creating a Z table for the same)
    Looking forward to your reply,
      Thanks in advance,
    Best regards
    Tushar
    SAP MM Consultant

    Dear Mike,
    Thanks for your reply, & sorry for not responding on time.
      Here are my constraints:
    1) Not a single component of HR module will be implemented.(Project management decision:-()
    2) Number of user licenses are less, considering the workflow users.(Hence we have thought of creating Z table for employee nos. & EMAIL IDs ,& this table will be accessed by using M06B0001 user exit.(It is still in development phase. Truely speaking, dont know whether it will work or not).If this works out ,then I believe, record from SU01 will not be used (Please correct me here).
    3)We have 2 instances on development server.(in short,2 separate installations on same server by creating additional instance). What are the implications of this particular system landscape on workflow? Whether workflow will work or not??:-(, :-(.
    The reason I asked you 3rd question is , As soon as 2 nd instance was created on development server, Short Dumps are coming while running transactions of Workflow builder.(SWDD & PFTC).It is giving error" Table is unknown or does not exist". Description of error says"The current program"SAPLSWF3 had to be terminated because one of the statements could not be executed."
    "An SAP Open SQL Statement contains a table that does not exist in the database or is not listed in the ABAP Data dictionary.The Table is "SWF_WFPDSC" or another table is accessed in the statement.
    Program=SAPLSWF3
    Include=LSWF3U05
    Row=22
    Module name=SWF_WFP_REPOSITORY_CONTENT_GET
    The same dump is coming while accessing SWF_WFPVW table from SE16.
    Request to Mike & all of you, help me in this regard.
      Thanks in Advance,
    Regards,
    Tushar

  • How to manually create a transport for table T604 update?

    Hi Gurus,
    I upated table T604 with transaction VEU4 - but at the time if saving it did NOT prompt for a transport request
    Now, I have to move  the data (updated table ) to quality box / prodcution
    Instead of using again trx VEU4 in quality / prodcution boxes, I want o create an empty transport manually and then assign table T604 to that transport and move to next box.
    Is that possible ? If so, can sombody explain the steps, please : how to manually create a transport and assign ojbects (table object) to it
    Thanks,
    SM

    Not sure how you have updated T604 in VEU4, but if you go to SM30 transaction with T604 table and click Customization, then it will take you to the place in SPRO where the table is maintained. From there, use the menu Table View -> Transport and create a transport request. Then select the entries you need to transport (all, if necessary) and go to the menu Edit -> Transport -> Include in Request.

  • How to Manually Create Wi-Fi Profiles with Open Authentication & WEP Encryption

         I clicked Control Panel > Network and Internet > Network and Sharing Center> Set up a new connection or network > Manually connect to a wireless network, but I wasn't able to select WEP for Encryption type when I selected
    Open System for Security type. Why not? I hear Open authentication & WEP encryption is more secure than WEP authentication & encryption. Doesn't Windows support Open authentication & WEP encryption?
         I tried it on several computers: Win8.1/8/7, hp/DELL/ASUS/acer, but on neither of them was I able to select Open authentication and WEP encryption at the same time. Wi-Fi is enabled, and every user account that I tried it from is admnistrator
    one.
         I can manually create Wi-Fi profiles with WEP authentication and WEP encryption. What I wanted to create is, however, those with Open authentication and WEP encryption.
         I'll appreciate your help.
    cf. http://answers.microsoft.com/en-us/windows/forum/windows8_1-networking/how-to-manually-create-wi-fi-profiles-with-open/20306f4a-6909-44a5-a715-745a922b97e0?rtAction=1420438873802

    Hi,
    Acctually speaking, Both type of WEP encryption is not secure. I'm agree with SenneVl's opinion, it would be better to use WPA encryption. You can refer to the contents of the link belwo for more details:
    Set up a security key for a wireless network:http://windows.microsoft.com/en-hk/windows/set-security-key-wireless-network#1TC=windows-7
    Roger Lu
    TechNet Community Support

  • How to manual create message for ERS invoice

    Hi expert,
        After ERS batch job run, the invoice already created, but the message hasn't been created.
        So now I want to manually create it, how can I do?
    Thanks,
    Grace

    Explore SPRO @ MM @ Logistic Invoice Verification @ Message Determination @ Maintain Message Type
    Also check :
    Evaluated Receipt Settlement (ERS)
    http://help.sap.com/saphelp_srm30/helpdata/en/fb/8dec38574c2661e10000000a114084/content.htm
    Purchasing Document Output
    http://help.sap.com/saphelp_srm30/helpdata/en/91/41faf2c220e84c9002a4ae4cc1906a/content.htm
    Edited by: m_n_novice on Sep 7, 2009 4:34 PM

  • How can I know if a manually created Journal Entries has not been paid yet?

    Hi There.
    I'm passing through the following situation: I need to find out which Journal Entries that have been manually created ( TransType = 30 ) don't have an Outgoing Payment record associated
    Lets suppose that I manually created a Journal Entry. Let's call it OJDT_MAN
    Then, I went to the Outgoing Payments Form ( Modules -> Banking -> Outgoing Payments -> Outgoing Payments ) and paid OJDT_MAN.
    This process will create another Journal Entry. Let's call it OJDT_AUTO.
    I can't find in the database anything that indicates that OJDT_MAN has already been paid. I tried looking for a Status field; Checking if OJDT_AUTO had some code that could get me to OJDT_MAN ( I found BaseRef and TransType = 46, that can guide me to the new OVPM record ); Tried looking at the new OVPM record for some field that could lead me to OJDT_MAN, but I had no success at all...
    So, in resume, and again, how can I know if a manually created Journal Entry hasn't been paid?
    (When I go to the Outgoing Payments Form and select a Business Partner, it B1 shows me only the not paid ones... How does he knows it? )

    Just to make it more clear, the SQL we were looking for is this:
    Select
    From
      OJDT
    Where
      OJDT.TransId Not In ( Select VPM2.DocEntry From VPM2 Where VPM2.InvType = 30 )
      And
      OJDT.TransType = 30

  • How to exclude the manually create SAP PO from MRP Run?

    Dear all
    There is this situation that due to the long procurement lead time, certain PO is created manually in SAP in advance based on the sales order enquiry made by customer. (In normal case, we will create a sales order in SAP and then run MRP to create PR to converted to PO)
    Most of the time, customer will confirm their enquiry so that we can create sales Order in SAP and this will make it just in time for our raw material to arrive. However, when the PO is created in advance without triggered by MRP caused by Sales Order, this PO booked quantity is often taken up by the consideration of MRP RUN by other sales order. And if later customer confirms their enquiry and there is no PO stock for this due to this stock is already considered by other sales order.
    Is there a way that I can exclude the manually create SAP PO from MRP Run?
    Please advise.

    Dear Csaba Szommer
    Thanks for your reply.
    Sorry for confusing you.
    1. We are in a MAKE TO ORDER (MTO) environment.
    2. There is this situation that due to the long procurement lead time, certain PO is created manually in SAP in advance based on
        the sales order enquiry made by customer. (In normal case, we will create a sales order in SAP and then run MRP to create
        PR to converted to PO).
    3. Most of the time, customer ABCwill confirm their enquiry so that we can create sales Order in SAP and this will make it just in
        time for our raw material to arrive.
    4. However, for the PO that is created in advance (not created by PR  triggered by MRP caused by Sales Order), this PO 
        On Order Quantity is often taken up by the consideration of MRP RUN by other sales orders.
    5. It creates problem that if later this customer ABC confirms his enquiry and we create SAP Sales Order in the system, the
        stock of PO created previously is already  eaten up by other sales orders.
    We are using MTO and do not use Forecast. And MTO Strategy is set at the material master level and as such I do not think we can simply modify the MRP Strategy to suit this unique case, as for the very same material, in one PO it should be considered by MRP but in another PO, it should be excluded from MRP Run.
    Is there a way that I can exclude the manually create SAP PO (for the case of Customer ABC email enquiry without creating Sales Order in the System first) from MRP Run?

Maybe you are looking for

  • Upgrade adobe flash player

    how do I upgrade form 11.8 to 12.7.

  • Impact Of Primary Key

    create table SEN_TEMP   E_NO   NUMBER not null,   E_NAME VARCHAR2(50),   E_TEAM VARCHAR2(50) insert into sen_temp (E_NO, E_NAME, E_TEAM) values (1, 'A1', 'T1') insert into sen_temp (E_NO, E_NAME, E_TEAM) values (2, 'A2', 'T2') insert into sen_temp (E

  • Flex Javascript interaction

    In my application, the Flex Javascript interaction works correctly only when I have a "alert" pop-up!!! I do not want the "alert" in my final application. Here is my code snippet: Javascript code: <script language = "JavaScript" type="text/JavaScript

  • External Text Marquee

    Hi, This is the simplest way of loading external text into a Dynamic Text Field: loadVariablesNum("YourFile.txt", 0); Right ... Could anyone please tell me what is the simplest way of animating it ? I need a marquee effect for external text loaded in

  • Weblogic.developer.interest.general is moving!

    This newsgroup has been relocated. Going forward, please use the weblogic.developer.interest.general newsgroup, which will be located in the [url http://forums.bea.com/category.jspa?categoryID=2004]WebLogic Server/Java EE Newsgroups folder, located a