ColdFusion development made simple

Hi,
I'm looking for an IDE that will allow me to setup a Database connector and, thereby, allow me to point to a Table within that Database and generate a basic ColdFusion CRUD form on the Table.  Ideally, the IDE would allow me to drag-n-drop fields about the page to speed development.  You know, the usual stuff...generate a List page with basic Search critera and allow the User to drill-down to and Add/Edit page.  Naturally, the List page should support pagination.  Naturally, the form generation should support field lookups and Master/Detail relations.  Anyhow, these are vanilla requirements that have been around for years so I'm sure the tools are around to do this with ColdFusion...I am just wanting to hear your recommendations on which to try first and which are free!
For example, I have downloaded Eclipse CF Builder and it does NOT provide any of this...plus it is not free, rather it supports the manual coding process which is very tedious regardless of how many builtin tags exist.
Many Regards,
J

jimmyor wrote:
>
> If we have currently a license for the Online server,
why should we buy
> another license? I know is the only option, however, it
does not make any sense
> to me. Don't you think?
>
Because that is the way you want to configure your shop. And
because
there are dishonest people out there.
Allaire nee Macromedia nee Adobe: You have only one license
for
ColdFusion why are your running 13 web serviers.
Dishonest Citizen: Oh only that one is 'production' those
other 12 are
our 'centralized development' servers.
I.E. if it was not locked down it would be circumvented.
I think you are over estimating how difficult it is for each
developer
to have their own CF server. You don't have to give up your
other
centralized features.
Each developer CF server can easily connect to the one remote
database
server. Creating and sharing DSN configurations are not hard
manually,
sharing the dsn xml files and or creating CAR archives and
installing on
each machine.
Each developer CF serve can use a centralized file server as
the web
root|source directory so the code is actually centralized
though it
might be executed by 4 different servers at any given time.
IIS can also be configured remotely if you would like
everybody to use a
common web server which could also be the common file server.
But this
would be a bit weird and unusual. But it is technically
possible. You
would just need to use ports or host headers to create a
differnt IIS
website for each developer that connects remotely to their
development
CF server.
I really don't recommend that last suggestion but it is
there.
P.S. The developer version of CF is restricted to two IP
addresses and
th local host..... wink wink nudge nudge.

Similar Messages

  • Regarding Oracle ADF Enterprise Application Development - Made Simple book

    Hi guys,
    I am trying to do Sten Vesterli's Oracle ADF Enterprise Application Development - Made Simple
    book. But I am stuck setting up OTPC. When I am trying to run "tpcinstaller.jar" and give my database connection information I am given a TPC-90019 error.
    The log file says it is a "ORA-01882: timezone region not found" error.
    My timezone is 'Asia/Calcutta'.
    This is what tpcinstaller log file contains,
    -------------------------------------------------------------------------------------log_file
    oracle.alminternal.version.Version: file:/C:/install/tpcinstaller.jar!/META-INF/version.xml
    11.1.1.4.37.59.23
    Launched from jar:file:/C:/install/tpcinstaller.jar!/oracle/alminternal/installer/Installer.class
    Found installer jar file /C:/install/tpcinstaller.jar
    Installer jar file name: /C:/install/tpcinstaller.jar
    Created temporary directory: tpctemp
    Execute command[tpctemp]: [D:\Oracle\Middleware\jdk160_21\bin\jar.exe, -xf, /C:/install/tpcinstaller.jar, lib]
    Extracting files ...
    Launching installer wizard, it may take a minute or so, please wait ...
    Execute command[tpctemp\lib]: [D:\Oracle\Middleware\jdk160_21\bin\java.exe, -classpath, annotations.jar;commons-io-1.2.jar;dms.jar;forms-1.0.6.jar;ideimpl.jar;idert.jar;javatools-nodeps.jar;javatools.jar;javax-ide.jar;javax.persistence_1.0.0.0_2-0-0.jar;jewt4.jar;oicons.jar;ojdbc6dms.jar;ojdl.jar;ojmisc.jar;oracle.ide.jar;oracle.ide.webbrowser.jar;oracle.ide.webupdate.jar;org.eclipse.persistence_1.0.0.0_2-1.jar;share.jar;TimingFramework.jar;uic.jar;xercesImpl.jar;xmlparserv2.jar;/C:/install/tpcinstaller.jar, oracle.alminternal.installer.Installer, -W]
    Temporary directory: connector created
    C:\install\tpctemp\lib\otpc created
    Jan 5, 2013 11:38:33 PM oracle.alminternal.installer.ideimpl.webbrowser.ProxyAddin loadProxyNative
    WARNING: Unable to default HTTP proxy: Native support is not available.
    :::settingsInitialized = false
    jdbc.url = jdbc:oracle:thin:@localhost:1521:xe
    jdbc.user = BOOK
    jdbc.password = BOOK
    SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    -------------------------------------------------------------------------------------log_file
    Regards !
    Sameera
    Edited by: samme4life on Jan 5, 2013 9:10 PM

    I have the same problem, when I delete row and after that I use refresh button in internet explorer. What I do is I drag and drop button "removeEntity" and edit it in backing beans adding new bindigs that commit changes and referesh page. Code:
    public String commandButton2_action1() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("removeEntity");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    OperationBinding commit1 = bindings.getOperationBinding("Commit");
    commit1.execute();
    OperationBinding requery = bindings.getOperationBinding("findAllRezerwacja1");
    requery.execute();
    return null;
    In page definition I added "Commit" action and code with methodAction is:
    <methodAction id="removeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="removeEntity"
    RequiresUpdateModel="true" Action="999">
    <NamedData NDName="entity"
    NDValue="${bindings.findAllRezerwacja2.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    <action id="Commit" IterBinding="findAllRezerwacja1Iter"
    InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" RequiresUpdateModel="true"
    Action="2"/>
    Can sb tell is there is normal that when I delete row in table, and after it I refresh manually by IE page is normal that I get error messages. I this is the same situation using Back in IE. Deleting row that is commited to database works fine, but the problem is with manually refreshing page?
    Next question is about using Delete action from node instead of removeEntity, what is the difference? As you can see, I use removeEntitity method. Choosing Delete action instead doesnt works. Why? Rest of the code is the same but instead of dropping method removeEntity I drop Delete action
    Sorry for my English, its not my native.
    Thank in advance

  • ColdFusion Developer version and web services

    Hi,
    Does anyone know if there is a known issue about Web Services
    not running on
    ColdFusion developer version?
    I have been testing the most simple web services on 3
    different live servers
    and 3 different localhost servers with the same files and got
    successful
    results on all the live servers, but the same errors on all
    the local
    servers running on ColdFusion latest developer version. All 6
    servers are
    running on IIS either on Windows XP or 2000. Below is the
    error I get when
    I tested it locally:
    Could not generate stub objects for web service invocation.
    Name:
    http://tutorial/ColdFusion/template/webservices/helloworld/helloworld.cfc?wsdl.
    WSDL:
    http://tutorial/ColdFusion/template/webservices/helloworld/helloworld.cfc?wsdl.
    java.net.UnknownHostException: tutorial: tutorial It is
    recommended that you
    use a web browser to retrieve and examine the requested WSDL
    document for
    correctness. If the requested WSDL document can't be
    retrieved or it is
    dynamically generated, it is likely that the target web
    service has
    programming errors. The error occurred in
    D:\tutorial\ColdFusion\template\webservices\helloworld\helloworld.cfm:
    line
    6
    4 : method="getMessage"
    5 : returnvariable="aString">
    6 : <cfinvokeargument name="name" value="Rob"/>
    7 : </cfinvoke>
    8 :
    Please let me know if you know anything about this.YC

    If your developer edition is on your own machine you might be
    having proxy server issues.
    Find out what your proxy server is and enter it using the
    proxyserver="" attribute in cfinvoke

  • Web Dynpro Application For developing a simple calculator

    Dear Experts,
    I am trying to develop a simple calculator application in abap web dynpro .
    but i am not able to enable the buttons (1 to 9) . that is what i want is like how it happens in a normal calculator if we press 1 , then in the screen, 1 comes and if 11 then twice we press 1. Like wise i want if the button 1 is enabled then in the input field it should take 1 and if 11 then it should take 11. Kindly give some suggestions to develop this application.
    Regards
    Swarnadeepta

    Hi Swarnadeepta,
    I developed a calculator in web dynpro...please go through the following code. I have made a few changes with respect to modularization but the basic concept is still the same.
    Method to Enter Data on the screen
    METHOD enter_data .
      DATA lv_input TYPE i.
      DATA lv_flag TYPE c.
    ***Read input in the screen 
    wd_this->get_input(
        IMPORTING
          ev_input = lv_input                       " integer
    ***See whether flag is set. If yes save the present value in global attribute gv_previous.
      wd_this->get_flag(
        IMPORTING
          ev_flag = lv_flag                        " wdy_boolean
      IF lv_flag = 'X'.
        wd_this->gv_previous = lv_input.
        lv_input = 0.
      ENDIF.
    ***Modify screen input
      IF lv_input IS INITIAL.
        lv_input = iv_number.
      ELSE.
        lv_input = lv_input * 10 + iv_number.
      ENDIF.
    ***Set the new value of input field
      wd_this->set_input(
        iv_input = lv_input                          " integer
    ***Reset the flag
      wd_this->set_flag(
        iv_flag = ''                           " wdy_boolean
    ENDMETHOD.
    Use the above method on button click
    method ONACTIONONE .
      wd_this->enter_data(
        iv_number = 1                        " integer
    endmethod.
    Method to Register Operations
    method ENTER_OPERATION .
      wd_this->set_flag(
        iv_flag = 'X'                           " wdy_boolean
      wd_this->set_operation(
        iv_operation = iv_operation                      " string
    endmethod.
    Use of above method in operations button
    method ONACTIONADD .
      wd_this->enter_operation(
        iv_operation = 'ADD'                     " string
    endmethod.
    Method to calculate
    method ONACTIONEQL .
    DATA lv_operation TYPE string.
    DATA lv_input TYPE i.
    ***Read screen input 
    wd_this->get_input(
         IMPORTING
           ev_input = lv_input                        " integer
    ***read operation requested
      wd_this->get_operation(
        IMPORTING
          ev_operation = lv_operation                   " string
    CASE lv_operation.
    WHEN 'ADD'.
    lv_input = wd_this->gv_previous + lv_input.
    WHEN 'SUB'.
    lv_input = wd_this->gv_previous - lv_input.
    WHEN 'MUL'.
    lv_input = wd_this->gv_previous * lv_input.
    WHEN 'DIV'.
    lv_input = wd_this->gv_previous / lv_input.
    WHEN OTHERS.
    ENDCASE.
    ***Set the new value of input field
      wd_this->set_input(
        iv_input = lv_input                         " integer
    ***Clear the operation attribute
      wd_this->set_operation(
        iv_operation = ''                     " string
    endmethod.
    Getter Methods example for attribute INPUT
    method GET_INPUT .
      DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->element_context.
      DATA lv_input TYPE wd_this->element_context-input.
    get element via lead selection
      lo_el_context = wd_context->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_context IS INITIAL.
      ENDIF.
    get single attribute
      lo_el_context->get_attribute(
        EXPORTING
          name =  `INPUT`
        IMPORTING
          value = lv_input ).
    EV_INPUT = lv_input.
    endmethod.
    Setter Methods example for attribute INPUT
    method SET_INPUT .
      DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->element_context.
      DATA lv_input TYPE wd_this->element_context-input.
    get element via lead selection
      lo_el_context = wd_context->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_context IS INITIAL.
      ENDIF.
    @TODO fill attribute
    lv_input = iv_input.
    set single attribute
      lo_el_context->set_attribute(
        name =  `INPUT`
        value = lv_input ).
    endmethod.
    Hope this will be helpful. Let me know if you have any doubt.
    Its working fine for me.
    Regards,
    Sayan

  • ColdFusion Developer Week

    Hi All,
             If you don't already know about the ColdFusion Developer week or if you haven't registered for the Adobe ColdFusion Developer Week, read on:
    Adobe ColdFusion Developer Week
    September 12-16, 2011
    ColdFusion Developer Week is a series of free, live webinars hosted by seasoned ColdFusion experts who will cover a wide range of topics from what ColdFusion is, how to code it, all the way through to more in depth topics such as ORM and ColdFusion Builder Extensions. If you are a new developer, someone with little or no ColdFusion experience, or even if you have been using ColdFusion all your life, this event is ideal for you.
    To see what's being offered and register, click here.
    http://adobe.com/go/cfdeveloperweek

    I am very interested in the "What’s new and different about ColdFusion 10 on Tomcat" webinar, which does not seem to be available via the link provided (http://www.adobe.com/devnet/coldfusion/events.html).
    Do you know if / when that webinar will be made available?
    Thank you -
    Allan

  • How to develop a simple plugin for adobe illustrator cs2 using xcode on mac os

    I would like to know the steps to develop a simple plug-in for adobe illustrator cs2 using xcode on mac OS...anything like a dialog box displaying "hello World"... I m new to MAC OS...Please help...
    Thanks in advance

    Get the SDK and start playing with the sample plug-ins. Asking for something as general as "how do I get started" is asking a little much from this forum :) Try your hand at the SDK and come back to ask more specific questions as you run into them.
    Bear in mind that this isn't an Xcode forum either, though I'm sure there are places to get good help on that!

  • Have some doubt regarding the  weblog (Lookup's in XI made simpler)

    Hi All,
    I have created the same scenario as mentioned in Siva's weblog (Lookup's in XI made simpler).
    I having some doubts regarding the scenario, it will be great if you help me to resolve the same.
    I am having a file-file scenario where I need to do lookup in database(MS-Access)  through mapping.
    The standard file-file scenario is in place and in addition I have created a receiver jdbc channel . I  have also created the receiver agreement for the same in the cofiguration.
    While creating the receiver agreement you have to specify the interface name which includes the message type…I have specified the normal format which we specify while configuring the jdbc receiver adapter.
    In the message mapping I have created a advance user defined function as mentioned in your weblog which calls my receiver jdbc channel.
    I have also specified the select query to be executed in the mapping program.
    While testing I am getting the following error
    Cannot produce target element /ns0:Role_MT/URole. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    <b>Can you please suggest me what all I need to do in addition to the file-file scenario for this lookup scenario to work.</b>
    Thanks and Regards
    Rahul

    Hi,
    Following is my user defined function
    //write your code here
    String Query = "";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    Query = "Select URole from  Lookup where UName = '  " + UName[0] + "  ' and UPassword = '  " + Pwd[0] +" '  ";
    try{
    channel = LookupService.getChannel("DB_service","JDBC_channel_receiver");
    accessor = LookupService.getDataBaseAccessor(channel);
    resultSet  = accessor.execute(Query);
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("URole"));
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!= null) accessor.close();
    catch(Exception ex){
    result.addValue(ex.getMessage());
    Thanks and Regards
    Rahul

  • How To Develop a Simple WebService App XI Scenarios

    Hi,
    How can I develop A simple Webservice for any scenario, for example, if am doing File to file scenario, and i want to develop a Webservice for the same scenario,
    I think in ID we have an option Under Tools "Define Webservice" where in we can use wsdl format of the message interfaces.
    How should i proceed to develop the Webservice?
    Regards,
    Varun

    Hi Varun,
    After creating the wsdl file u can deploy using MS visual studio.
    Follow the steps and run the scenario.
    use it in a Client Program in .NET : (assuming Maths as the WSDL and Webserice name)
    1.) Place maths.wsdl in C:/Sample/ folder
    2.) Open Visual studio command prompt using the Start Menu
            Start->Programs->Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio 2005 Command Prompt
    3.) In the Command prompt go to that directory
        > C: 
        > CD\
        > CD Sample
        > wsdl maths.wsdl /out:"c:\sample"
    4.) The previous step will create a file called Maths.cs , go to that folder and confirm this
    5.) Open Microsoft Visual Studio 2005, open the Client application where this webservice needs to be called
    6.) If your Client application is a web application, the see if the website has a folder called "App_Code"
        If not then create this folder. Right Click on this folder and click on "Add Existing Item"
    7.) Browse to C:/sample and select the Maths.cs file
    8.) If your client is a Desktop application , just add this file in a similar manner to the project(no need of creating any folder)
    9.) After the file gets added, open Maths.cs file
    10.) Add a namespace to it for convinience
            eg:
                namespace SAP
       This should come before the Class Declaration and close it after the class
        eg: See the red lines
        namespace SAP
        /// <remarks/>
        [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
        [System.Diagnostics.DebuggerStepThroughAttribute()]
        [System.ComponentModel.DesignerCategoryAttribute("code")]
        [System.Web.Services.WebServiceBindingAttribute(Name = "Equi_get_NotifBinding", Namespace = "http://Equipment_Get_Notifications")]
        public partial class Equi_get_NotifService : System.Web.Services.Protocols.SoapHttpClientProtocol
          functions....
    11.) Save the Maths.cs file
    12.) Open the Webform or windows form code where this webserive will be called
    13.) The webservice will now be available here under the SAP namespace
            so when u type "SAP." u will get all the classes in it.
            Add credential in this code as shown below
        eg:
        private void GetNotifications()
            try
                SAP.Equi_get_NotifService ser1 = new SAP.Equi_get_NotifService();       //This is the Webserive Proxy class
                SAP.Equi_get_Notif_Request req = new SAP.Equi_get_Notif_Request();      //Request Class
                req.Equipment = SAPID;
                req.Date = Calendar1.SelectedDate;
                System.Net.CredentialCache ch = new System.Net.CredentialCache();                                    //Adding Credentials for authentication on webservice server
                System.Net.NetworkCredential cr = new System.Net.NetworkCredential("xisuper", "infotech");
                ch.Add(new Uri(ser1.Url), "Basic", cr);
                ser1.Credentials = ch;                // Assing this Credential to the ProxyClass.Credentials property as shown here
                SAP.Equi_get_Notif_ResponseNotifications[] res = ser1.Equi_get_Notif(req);        //Call the webservice, res is the responce object
                GridView1.DataSource = res;
                GridView1.DataBind();
            catch (Exception ex)
                Response.Write(ex.Message);
    "Award points if it is helpful"

  • ColdFusion Developer Week - 4th to 8th June, 2012

    Hi All,
    We are conducting the 2nd ColdFusion Developer week happening from 4th – 8th June 2012. (Register here: http://adobe.com/go/cfdeveloperweek )
    With the launch of ColdFusion 10, we are back with the 2nd ColdFusion Developer Week, a series of free, live webinars hosted by seasoned ColdFusion experts. The webinars cover a wide range of topics, from what ColdFusion is and how to code it, to more in-depth topics related to CF10- HTML5, REST, ORM, Security enhancements and more.
    If you are a new developer, someone with little or no ColdFusion experience, or even if you have been using ColdFusion all your life, these sessions are ideal for you. The ColdFusion Developer Week provides something for everyone so sign up now (http://adobe.com/go/cfdeveloperweek)

    Hi All,
    We are conducting the 2nd ColdFusion Developer week happening from 4th – 8th June 2012. (Register here: http://adobe.com/go/cfdeveloperweek )
    With the launch of ColdFusion 10, we are back with the 2nd ColdFusion Developer Week, a series of free, live webinars hosted by seasoned ColdFusion experts. The webinars cover a wide range of topics, from what ColdFusion is and how to code it, to more in-depth topics related to CF10- HTML5, REST, ORM, Security enhancements and more.
    If you are a new developer, someone with little or no ColdFusion experience, or even if you have been using ColdFusion all your life, these sessions are ideal for you. The ColdFusion Developer Week provides something for everyone so sign up now (http://adobe.com/go/cfdeveloperweek)

  • Coldfusion Developer sought

    We have an immediate need for a Coldfusion developer for an 8
    month project in CT. If interested, please contact me at:
    [email protected]

    whooopsies! I figured out what I was doing wrong. Noob
    mistake -- rather than browsing to my files using
    http://localhost:portnumber/directory
    .... I was trying to just right click on my .cfm files on my hard
    drive and open them in my browser....
    C:\CFusionMX7\wwwroot\examples\variables_form.cfm -- in which case,
    obviously the browser didn't know to route the files to the port of
    the ColdFusion server, and thus wasn't compiling the code...

  • ColdFusion Developer roles

    Hi,
    I urgently required 2 ColdFusion Developer for 2 permanent roles based in central London. Ideally you will have 3+ years experience but less is considered if recent. Please send me an email if you are interested or if you know someone who is. Thanks
    [email protected]

    Yes you did and I am sure I replied, the client will not be able to sponsor I’m afraid and that was the only issue.
    Regards
    David

  • ColdFusion Developer stop functioning!

    Hello all,
    Yesterday, I installed ColdFusion Developer Edition and it
    was working fine for about a hour. Then, suddenly it completely
    stopped working. I know the code is correct because I uploaded my
    document to a remote server with ColdFusion support and everything
    worked correctly.
    All I'm doing is simply defining a variable with
    <cfset> and calling it with <cfoutput>, and for
    whatever reason the ColdFusion server is now it seems like the code
    is never even getting to the ColdFusion server because when I look
    at the "view > source" in internet explorer, the <cf> tags
    appear for the client to see.
    What might have caused ColdFusion to stop functioning all of
    a sudden? How can I get it working again? I have already tried
    uninstalling, and reinstalling, and installing the MX 7.2 update,
    and it still isn't working. Is there some way to reset everything
    within ColdFusion? I'm basically at a loss here, any help would be
    greatly appreciated.
    Thank you,
    Brian

    whooopsies! I figured out what I was doing wrong. Noob
    mistake -- rather than browsing to my files using
    http://localhost:portnumber/directory
    .... I was trying to just right click on my .cfm files on my hard
    drive and open them in my browser....
    C:\CFusionMX7\wwwroot\examples\variables_form.cfm -- in which case,
    obviously the browser didn't know to route the files to the port of
    the ColdFusion server, and thus wasn't compiling the code...

  • ColdFusion Developer site for sale

    Post removed: Site Sold

    Two questions - why are you moving away from cf development
    and, are
    exisiting clients part of the deal?
    "spindiggy" <[email protected]> wrote in
    message
    news:estd25$338$[email protected]..
    > Hello,
    > I am moving away from ColdFusion Development. The site
    design,
    > hotfuzion.com,
    > hotfuzion.net, the cms and shopping cart are all for
    sale as a package
    > deal.
    > I'm looking for around $500.00 for all. If interested,
    let me know.
    > [email protected]
    >
    > Chris
    >

  • Develop a simple smartforms

    what are the steps to develop a simple smartforms

    Hi,
    Check these step-by-step links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    Check these links also.
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    Go through the following Links, here u can find example with step
    by step.
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    Regards,
    Priyanka.

  • Outgoing mail server- Using Coldfusion developer edition server

    Can anyone tell me how I can find the outgoing mail server on
    my computer?
    I am using the training from the source book, and I attempted
    to find it in Outlook Express, but it is not saved in there,
    because I never use that program.
    How else can I find the outgoing mail server for sending SMTP
    mail messages using the Coldfusion developer edition?
    Thanks,
    Aarati

    On a standard windows machine running IIS then the IP address
    127.0.0.1 will
    access the default smtp client.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Arti_newbie" <[email protected]> wrote in
    message
    news:evugo2$3uu$[email protected]..
    > Can anyone tell me how I can find the outgoing mail
    server on my computer?
    >
    > I am using the training from the source book, and I
    attempted to find it
    > in
    > Outlook Express, but it is not saved in there, because I
    never use that
    > program.
    >
    > How else can I find the outgoing mail server for sending
    SMTP mail
    > messages
    > using the Coldfusion developer edition?
    >
    > Thanks,
    > Aarati
    >
    >

Maybe you are looking for

  • How to push data from BW into SAP R/3 system???

    Hello, We have faced a problem. We need to push compressed sales data from BW to SAP R/3 system. But We don't know how to do it. Does it exist the standard instruments for it (without ABAP development)? How to integrate BW and SAP system? We will be

  • PDF output not correct.

    I'm using: Report Builder 10.1.2.3.0 When I run the report thru the Builder, the report prints out at 100% in PDF format. When I run the report thru the application server, the PDF defaults to 6.5% (like a postage stamp size). Please note this is the

  • Playback speeded up

    I have an iTouch. I imported a cd with meditations on it into my computer. They all play just fine. I created a playlist on my iTouch, and put them into it. When I play the playlist on my iTouch - 3 of the 4 are in fast mode...I deleted the playlist,

  • Master data Lookup missing for sold to party

    Master data Lookup missing for sold to party? The look up flow is from E_BOM to E_BOM1 regards

  • Equivalent to "Use Joining" of TopLink in EJB3?

    Hi, In order to optimize querys of related objects in EJB3 (or JPA): Exists some mapping option equivalent to the Join Reading ("Use Joining" check box in JDeveloper 10g R3) of TopLink 10.1.3? Thans for your help. Regards.