Best way to link user form with user table

Hi all.
What is the best way to link an user form with a user table (with all of the functions, add, update...)? I have created a simple form, and the question is next:
depending the type object of the user table (document, master...) i have facilities to imlement the basic operations in the form?  if i create an UDO i have the functions but i want to use the form that i created with a screen painter.
Thanks.

Hi again i want add a new comment please.
If i want do all functions (add,update...) of my form in my user table, and i want my user table is a <b>type document</b>? how can add new lines in my user table with objet <b>type document</b>? because when i make the instance i nedd to say what type of document is (item,order...) and when i do an add(), not add() in my user table. In what moment or how can assign that the add,update functions... affect in my table?
Thanks again.

Similar Messages

  • Best way to do a lookup with multiple tables

    Hello,
    I am looking for an example or how to do a lookup through ESB XSL transformation. What I am wanting to accomplish is something like below:
    I am reading in a flat file and then want to use a field in that file to do a lookup in multiple tables.
    i.e.
    Select c.customer_name
    from customers c, order_lines ol, order_headers oh
    where ol.customer_id = c.customer_id
    and ol.header_id = oh.header_id
    and oh.order_number = p_order_num;
    I know that there is the lookup-table function but didnt know if that would work with this scenario. Any suggestions are appreciated.
    Thanks,
    Jason
    Edited by: Colby J on Oct 21, 2008 11:13 AM

    Hello,
    I am looking for an example or how to do a lookup through ESB XSL transformation. What I am wanting to accomplish is something like below:
    I am reading in a flat file and then want to use a field in that file to do a lookup in multiple tables.
    i.e.
    Select c.customer_name
    from customers c, order_lines ol, order_headers oh
    where ol.customer_id = c.customer_id
    and ol.header_id = oh.header_id
    and oh.order_number = p_order_num;
    I know that there is the lookup-table function but didnt know if that would work with this scenario. Any suggestions are appreciated.
    Thanks,
    Jason
    Edited by: Colby J on Oct 21, 2008 11:13 AM

  • Handle Form Setting in a user form with two DataGrid

    Hi,
    I have a user form with two dataGrid.
    I'd like to handle the 'form settings' button for both DataGrid, but i'm not able to do it (i'm able just for the first matrix)
    This is the code:
    form.Settings.Enabled = True
    form.Settings.MatrixUID = GRID1
    There is the possibilities to swicth from GRID1 to GRID2?
    Regards
    Marco

    Hi Marc,
    you can active the settings only for one of them
    the second point is that you enable the old one.
    first change the UID than enable it.
    frm.Settings.MatrixUID = "mtxList2"
    frm.Settings.Enabled = True
    regards
    David

  • What is the best way to clone a form field in BC

    Hi,
    What is the best way to clone a form field in BC.  I tried using jquery .clone.  It works fine on other forms for me but not on the BC forms, why? is it just me?  Any help would be great. Thanks

    I mean, duplicate a field with the click of a button.
    I think this should work, but it's not and  I am linked to the jquery library in the head of my page.
    <script type="text/javascript">
    $(document).ready(
      function() {
        $('input#tmpAddRow').click(
          function($e) {
            $e.preventDefault();
            $('tr#tmp').clone(true).removeAttr('id').appendTo('tbody');
        $('tr input[type=text]').focus(
          function() {
            $(this).addClass('myFocused');  
        ).blur(
          function() {
            $(this).removeClass('myFocused');
        </script>
    <img alt="" style="border: 0px solid; width: 200px; height: 134px; float: left;" src="/images/pv logo 3d.png" />
    <h3 style="text-align: center; color: #0000ff; text-shadow: #999999 0px 1px 5px;">Member Directory Listing</h3>
    <p style="text-align: center;">If you would like to be listed in the Pine Valley Middle School Directory, please fill out this form.  Only fill out the areas you would like to show up in our Directory.</p>
    <div style="margin-left: 130px;" class="form_bg">
    <form action="/CustomContentProcess.aspx?CCID=5656&amp;OID={module_oid}&amp;OTYPE={module_otype }" method="post" enctype="multipart/form-data" onsubmit="return checkWholeForm45842(this)" name="catcustomcontentform45842">
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td id="tmp"><label for="ItemName">First Name</label><br />
                    <input type="text" value="{module_firstname}" maxlength="255" id="ItemName" name="ItemName" class="cat_textbox_small" /><br />
                    <input type="button" id="tmpAddRow" value="Add a Row" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131512">Last Name</label><br />
                    <input type="text" value="{module_lastname}" class="cat_textbox" id="CAT_Custom_131512" name="CAT_Custom_131512" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131509">Number</label><br />
                    <input type="text" value="{module_homephone}" class="cat_textbox" id="CAT_Custom_131509" name="CAT_Custom_131509" maxlength="1024" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131510">Email</label><br />
                    <input type="text" value="{module_emailaddress}" class="cat_textbox" id="CAT_Custom_131510" name="CAT_Custom_131510" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="ItemAddress">Address</label><br />
                    <input type="text" value="{module_homeaddress}" maxlength="500" class="cat_textbox" id="ItemAddress" name="ItemAddress" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemCity">City</label><br />
                    <input type="text" value="{module_homecity}" maxlength="255" class="cat_textbox" id="ItemCity" name="ItemCity" /></td>
                </tr>
                <tr>
                    <td><label for="ItemState">State</label><br />
                    <input type="text" value="{module_homestate}" maxlength="255" class="cat_textbox" id="ItemState" name="ItemState" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemZip">Zipcode/Postcode</label><br />
                    <input type="text" value="{module_homezip}" maxlength="255" class="cat_textbox" id="ItemZip" name="ItemZip" /></td>
                </tr>
                <tr>
                    <td class="hidden"><label for="FirstName">First Name</label><br />
                    <input type="text" value="{module_firstname}" class="cat_textbox" id="FirstName" name="CAT_Custom_131511" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><input type="submit" id="catcustomcontentbutton" value="Submit" class="cat_button" /></td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount45842 = 0;function checkWholeForm45842(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (theForm.Days) why += isNumericIfVisible(theForm.Days, "days"); if (why != ""){alert(why);return false;}if(submitcount45842 == 0){submitcount45842++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <script type="text/javascript">
        jQuery("#ItemName").blur(function(){
            jQuery("#FirstName").val(jQuery("#ItemName").val());
    </script>
    </form>
    </div>

  • What is the BEST way to get my macbook with lion on it, to communicate with my Canon 40D camera?

    What is the BEST way to get my macbook with lion on it, to communicate with my Canon 40D camera? It says the utility disk is a PowerPC app and that is no longer supported. What do I do now? I can't upload photos from my camera.

    Also, I had the same problem happen when I tried to install an older version of Corel Painter. Are Macbook Pro users just NOT supposed to be able to use their laptops for the purposes they are best designed for?
    -Frustrated new Mac user

  • Best way to fill a datagird with A LOT of data?

    What's the best way to fill a datagrid with A LOT of data.
    I'm talking about something like 10,000 rows. Can the datagrid
    handle it? No screen is large enough to show 10,000 records..... is
    there a way to load 50, and then when a user scrolls down it loads
    the next 50 etc...?

    Right. It's not recommended that you load 10,000 rows into
    the datagrid at once. Using the data management service with paging
    enabled is a much better solution. See the Configuring the Data
    Management Service chapter in the Flex2 Developer's Guide for more
    info.

  • Best way to take a form and.....

    Looking for suggestion on the best way to take a form after submission to the DB and allow the users to save it as a PDF?
    So enduser fills out the form online and then clicks the submit...it sends the info to a db then outputs the form in a pdf form so they can save it or print it...
    any suggestion?
    B

    Do a Google search for PHP to PDF
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • What is the best way to link 4 Airport units together wirelessly?

    Hi guys,
    I have a home with tick walls and creating  a decent wireless network was always a challenge. Recently I’ve decided to go for Apple products since I had a 4th gen airport express that worked well for airplay.
    I bought a new time capsule, airport extreme, and one airport express. So in total I have 4 apple devices that I can use for creating a good wireless network. But what I found out is that having a full signal doesn’t mean that you will have good speeds, and speeds are really slow like 3Mb/s max on some places on the house.
    The way that everything is configured at the moment is that I’ve configured the time capsule to be the main router and with the other three I’ve spreaded them over my house and selected the option to extend a wireless network using Airport Utility 6.2 on OSX.
    What is strange that I have a full signal on almost all corners but very bad speeds. I did some research and found a tool that would show what the less crowded channel that you can choose for you wireless network (http://tools.meraki.com/stumbler)
    In all my experience of extending a wireless network I’ve always used routers with DD-WRT so I could select the router to be a repeater bridge (and have two distinct networks, with different names) or link the routers with WDS linking them using the MAC address. In both cases all the documentation I’ve read recommended to set all routers of the same network with the same channel.
    When I used the stumbler tool to see what channel my network was, since it was set as automatic because it’s the recommendation of Apple documentation, I found out that all 4 routers were operating on different channel on both 2.4Ghz frequencies and 5Ghz frequencies.
    What is strange with the wireless network is that sometimes when it is really slow the speed of the internet, if I disconnect from the wireless network and connect again it gets a better connection, like I was connection to a closer router. But after sometime speeds get crappy again, like it changed to the far router again.
    My question is, what is the best way to link all this routers together wirelessly? Is there a way to make them to be all on the same channel? Is that important?
    On the Airport Utility 6.2 I don’t see any field that would make possible to link this routers using WDS. On the internet I found some documentation for configuring the routers with WDS with the Airport Utility 5.6.
    All my routers are updated to the latest version (7.6.3). Please let me know how to proceed to have a decent network on my house. I wouldn’t mind having the network set with different SSIDs but it would be better to use the same network name on all the house.
    Thanks in advance,
    Tiago

    At the moment it is configured like this.
    [IMG]http://img254.imageshack.us/img254/6403/capturadetela20130210s2.png[/IMG]
    My problem is that the signal its strong but speed isn’t. On Wifi stumbler I saw that every router is set to be on a different channel, they had to be the same no?
    If its really slow if I disconnect and connect again from the network. It gets faster, like it connected to a closer router or something.
    All are set to extend a wireless network.
    Regards,
    T

  • What is the best way to link macbookpro to harman kardon 5.1 home cinema set to be able to play music from my iTunes lib.?

    what is the best way to link macbookpro to harman kardon 5.1 home cinema set to be able to play music from my iTunes lib.?

    Orca Sn10 wrote:
    Thanks for your help. How do I do it with the iTunes on the PC. All my music is on an external hard drive and not in iTunes
    Thanks in advance
    Nick
    Nick,
    You will need a Windows PC with iTunes running and a working copy of Windows Media Player available on the machine.  (iTunes calls WMP for the conversion from WMA).  Then just drag the WMA file(s) into the iTunes Music window.
    iTunes will detect it and give you the dialog shown below, to which you choose "Convert."  iTunes will create a new version in the format/bitrate set in your Import preferences (MP3 in my example below), and immediately add it to your iTunes library.
    The WMA original will be left in place, so you can delete it if you have no other need for it.

  • How to link a form with MSC2N

    Hi,
    Somebody know how to link a form with MSC2N.
    I want to complete the characteristic in the classification and after I want to print them with MSC2N;
    Thanks a lot for your help.
    Best regards
    Kari

    I explain you my problem.
    I want to link a form with MSC2N in order to print all the characteristic, and  all the informations of the good issue.
    That's why I want to link a form with MSC2N.
    My customer ask me to ceate a form with these informations and I don't kow how to join the characteristics in MSC2N and the datas which come from MIGO.
    Somebody could help me?
    Thanks a lot
    Kari

  • Link a form with MSC2N

    Hi,
    Somebody know how to link a form with MSC2N.
    I want to complete the characteristic in the classification and after I want to print them with MSC2N;
    Thanks a lot for your help.
    Best regards
    Kari

    I explain you my problem.
    I want to link a form with MSC2N in order to print all the characteristic, and  all the informations of the good issue.
    That's why I want to link a form with MSC2N.
    My customer ask me to ceate a form with these informations and I don't kow how to join the characteristics in MSC2N and the datas which come from MIGO.
    Somebody could help me?
    Thanks a lot
    Kari

  • Is there any way to link page number with the reference page number within text in InDesign CC and CS6?

    Is there any way to link page number with the reference page number within text in InDesign CC and CS6?

    You should ask in InDesign
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Best way to build a website with hundreds of pages

    What is the best way to build a website with hundreds of pages that include businesses in every city of the U.S. I will be building it in Dreamweaver CS4 and pulling the data from an MS Excel spreadsheet.
    I started building it by building the first page and then saving a new page with new data and so on.
    There must be a way to pull from the Excel doc without copying and pasting each page of data, and there must be a way to build this site smaller and easier to make changes when needed.
    Thanks

    You already have other people addressing the DB issues - so I will bring up the other... You are just saving a copy as a new page and then copy and pasting the changed content into  it?
    What you want to do is take the first page, once you have your design done - and save it as a template (file - save as - Dreamweaver Template).
    Then you want to select the areas (most likely the divs you have content in) that will have content changed, and select the div or p or whatever element... and go to Insert - Template Objects - Editible Region.
    Make sure you don't made editable the areas that are the primary design - such as a logo element, a header image, the navigation etc.  If you want to change those - you would do so by making the change on the template, and then it will automatically update all pages made based on that template.
    Once you are done setting up the templates - go to your new page and choose Modify - Templates - Apply Template To Page
    Select the template you just created (note it will be placed inside of a new folder titled "templates" automatically by Dreamweaver).
    Now, any of the areas you selected to add different content into will be selectable, and you can copy/paste or however you are doing so.
    Good luck

  • Best way to share a video with someone in another city...

    What is the best way to share a video with someone in another city?
    I know that FCPX contains all sorts of share options which create different resolutions and file sizes appropriate for different sites like YouTube, Facebook, and others.  But how to create the videos really isn't the problem.
    I want to know how to share them.  I'm creating videos that are ultimately to be viewed on the internet.  When I have a completed video, I want to show it to the person who it is for before I finalize it.  I know that if it very small, I could email it.  And if it's larger, I could use something like Dropbox.  But I don't necessarily want them to have a copy of it (though I could do that and put a watermark on it).
    I'd like to upload it to a site like YouTube or Vimeo, but those sites seem to be about sharing videos with a wide audience.  I know you can make a video private on YouTube, but, from what I've read, they permanently have the right to use the content, which I definitely don't want.
    So what's the best way to do this?  I'm going to have to do it regularly, so I'm willing to pay for a service if it assures privacy and does not try to assert some right to my content.
    I know there is an issue to be considered with people screen capturing content, but I'll use a watermark to lessen the chances of that.

    Hi Russ--
    I'll have to read through Vimeo's terms of service, but I have to think they're asserting some right to the content like YouTube does.
    Plus, these are commercial videos, and I don't think they allow that.  Of course, if they're private, I'm obviously not trying to sell anything.  But I have to think that it somehow is against their TOS since me posting a bunch of private videos that nobody can see really doesn't do them any good at all.

  • What is the best way for sharing an iPad with 2 iPhones using different Apple acount ?

    What is the best way for sharing an iPad with 2 iPhones using different Apple acount ?

    You can't share with other devices if you are using different Apple ID's and iTunes account on them. You can only share if you use the same ID.

Maybe you are looking for

  • How to get desktop notification of e.mails w/o actually opening Thunderbird

    is it possible to receive a tray or other desktop notification when mail arrives without actually having to open Thunderbird and check accounts? I have searched for something that might do this in Thunderbird and my own programme settings but found n

  • 802.1x PEAP Machine Authentication with MS Active Directory

    802.1x PEAP Machine and User Authentication with MS Active Directory: I have a simple pilot-text environment, with - Microsoft XP Client, - Cisco 2960 Switch, - ACS Solution Engine (4.1.4) - MS Active Directory on Win 2003 Server The Remote Agent (at

  • Iphone running 2.1 does not check for new email in the background

    hi my iphone does not get new email unless i open the mail app. it worked perfectly previous to now. this has been the case for a few weeks. i have asked several friends, who tell me that they have the same issue after upgrading. any solution? i use

  • Which iWorks is compatible with OS X 10.6.4?

    Looking to purchase iWorks but cannot download from the app store as I am only working of an OS X 10.6.4 and I don't want to update. Can I simply buy an old iWorks programme and if so which one?

  • Error installing UPK

    I'm trying to install UPK in single user mode. After I download the Firebird components during the installation, I specify the locations of the files, namely: C:\OracleUPKStage\Firebird-2.0.0.12748-0_embed_win and C:\Program Files\FirebirdClient and