Designer 6i - Forms Generator - Name in Database

Using Designer 6i and Forms Generator, then Name entered in Name in Database of a Module Component Table Usage is not used in the validating code genereated. It is still the original name of the lookup table used.
Some ideas?
Name in Database ist used when entered in LOV Table Usage.

Name in database is not used in the generateg code, e.g. Validation Trigger!*BTW, what is your Validation Trigger? Its text, please.
Why do you expect the name in the trigger?
Ummm... Well, the Oracle Designer Online Help states on the subject:
Name in Database:Optional, 100 characters
The name to be used by Generators instead of the table/view/materialized view name within the FROM clause of generated queries. This name is used without any user/schema prefix, regardless of preference settings (TABOWN). A suggestion list displays the Global Synonym Names for all implementations of the relation but free-format text may also be entered here.
These Generators use this property. Click for more information:
Form Web VB>
So the Name in Database is supposed to be used in queries only.
But you should see the Global variable naming convention (GLNCON) preference. It's quite intriguing.

Similar Messages

  • How to generate all forms at a time in designer using form generator?

    Hi All,
    I am using designer 9.0.4.6 .
    I am having so many forms in the module ....
    So how can I generate all forms at time using form generator ?
    Thank you
    sai

    There is a batch generate option inside the menu of the Design Editor. You can't batch generate by selecting all your forms and choose generate, this will only generate one of the selected forms.
    Regards,
    Mark

  • Coaxing Forms Generator Into Using Frames

    I'm quickly falling in love with Designer. There is one thing I'd really like to figure out.
    Forms Builder's Layout Wizard puts a frame around the blocks it generates. The Designer's Forms Generator creates a box and a title. Forms Builder's frame objects look much nicer than Forms Generator's simple box and text object, because of the beveling and what not.
    How can I get Forms Generator to generate frames?

    You can read "Generating frames" topic in the Designer on-line help.

  • Designer 6i gives Forms Generator warnings

    Hi,
    We have recently upgraded to Designer 6i from
    Designer 6.0. Some of our user modified code is not generated and I'm getting the following warning from the Forms Generator:
    Message
    CDG-00036: Module KN_HURTIGREG: User modified logic ignored, generatable code not generated
    I would very much like to know which user
    modified code is being ignored. Is there a way to find out? Since the code generated from 6i differs a good deal from the code
    from 6.0 it is not easy to find out manually.
    Double clicking the message in the message window does not take me to piece of code that
    is missing (as one could expect).
    Thanks,
    Haakon

    Name in database is not used in the generateg code, e.g. Validation Trigger!*BTW, what is your Validation Trigger? Its text, please.
    Why do you expect the name in the trigger?
    Ummm... Well, the Oracle Designer Online Help states on the subject:
    Name in Database:Optional, 100 characters
    The name to be used by Generators instead of the table/view/materialized view name within the FROM clause of generated queries. This name is used without any user/schema prefix, regardless of preference settings (TABOWN). A suggestion list displays the Global Synonym Names for all implementations of the relation but free-format text may also be entered here.
    These Generators use this property. Click for more information:
    Form Web VB>
    So the Name in Database is supposed to be used in queries only.
    But you should see the Global variable naming convention (GLNCON) preference. It's quite intriguing.

  • Error Generating Form against external application database

    I'm hoping the answer to this is simple, as others in the office can do this without any trouble, but can't remember how they made it work...
    My client has their repository and application schemas in separate databases. When I try and generate a form from the Design Editor, I get the following error:
    CDG-01281 ERROR: Module OASF95110: Oracle Forms binary file for MAINTAIN TARIFF AGREEMENT has NOT been created
    CDG-03418 WARNING: Module Component OASF95110.TARIFF_AGREEMENT: Missing action item to navigate to 'TARIFF_AGREEMENT_PARTNER'
    CDG-03400 WARNING: Module Component Table Usage OASF95110.TARIFF_AGREEMENT.TARIFF_AGREEMENT.TARIFF_AGREEMENT: 'Closed loop' of mandatory foreign keys found
    CDG-01263 ERROR: Module Component Table Usage OASF95110.TARIFF_AGREEMENT.TARIFF_AGREEMENT.TARIFF_AGREEMENT: User-defined condition (Table level Check Constraint TARIFF_AGREEMENT.TRFA_CK1) has an error: PL/SQL: ORA-00942: table or view does not exist
    What I seem to be missing, and have not been able to locate in any documentation, is how to tell Designer to look in a different database for the (already generated) schema objects.
    In a copy of the repository where I have generated the necessary objects into the same database as the repository, the form generates flawlessly...

    Tried that... Turns out the system uses the "Compiler" tab for validation, not for "Form Options" tab - It took a while, but one of the other developers finally remembered what they did and actually compared the screen prints I was providing with what they had in their environment...
    Thanks :)

  • Migrating from 6i to 9i for form generating starting with designer

    I try to migrating our forms generating 5-6 years start with designer, but they are finished through form builder.
    When I tried to use migrating assistant wizard, I get
    LMDMANA.CG$WHEN_NEW_FORM_INSTANCE: The String CALL was found. If it is an occurence of the Forms Built-In, It should be replaced with CALL_FORM.
    Here is my LMDMANA.CG$WHEN_NEW_FORM_INSTANCE procedure
    /* CG$WHEN_NEW_FORM_INSTANCE */
    PROCEDURE CG$WHEN_NEW_FORM_INSTANCE IS
    BEGIN
    /* CGLY$INIT_CANVASES */
    /* Call procedure to ensure correct canvases are visible */
    BEGIN
    CGLY$CANVAS_MANAGEMENT;
    END;
    /* CGBS$STARTUP */
    /* Perform start-up processing for Block Synchronisation */
    BEGIN
    /* Set the defaults for the globals */
    :global.cg$query_mode := 'A';
    -- default_value('A', 'GLOBAL.CG$QUERY_MODE');
    /* Set the relations to the default query mode */
    CGBS$.SET_RELATIONS( :GLOBAL.CG$QUERY_MODE );
    /* Set the query mode items */
    CGBS$SET_QUERY_MODE( :GLOBAL.CG$QUERY_MODE );
    END;
    END;
    I posted it through metalink and I was told it must be regenerated through designer, and there is no way to do migration.

    Hi,
    actually you would upgrade the application sources from Forms 6i to Forms9i and then run teh Forms Migration Assistant for the clean up /this at least is my understanding after asking one of our Designer Product Managers).
    Frank

  • How to get the field row name of database from a form?

    Hello experts,
    I am newer in OIM and developments with the API's.
    I have this environment,
    one resource that have the attribute department
    relationship with the database row
    UD_RESOURCE1_DEPARTMENT and other resource with the same attribute in, UD_RESOURCE2_DEPARTMENT
    I am programing one java class that put values in the
    form field through the table name, sample,
    UD_RESOURCE_DEPARTMENT.
    I let some code:
    # Hash table with the value of Department
    myMap.put("UD_RESOURCE_DEPARTMENT", value);
    # and save in the resource form
    tcFormInstanceOperationsIntf tcform = (tcFormInstanceOperationsIntf)tcUtilityFactory.getUtility(dataProvider,"Thor.API.Operations.tcFormInstanceOperationsIntf");
    tcform.setProcessFormData(Long.parseLong(formKey), myMap);
    But this solution implies know the name of the field in the database and not is a global solution.
    I am interesting in know how I can obtain the name of the
    row field of the database for the atribute. Does anybody know how to obtain the row field name of database from an IT Resource or through the field name of the form?
    Is this the correct way to store data in a form?
    Thanks in advanced.

    Hi,
    Thank you.
    I have seen this function in the OTN help, but how can i get the index number. My requirment is when saving the data, I need to save both the value and the element name into the database,
    Also it is tabular block, more than one rows
    Thanks again

  • How to generate variable to receive name of database on B1if

    Hi Everyone,
    I need your help, I created a web service with B1if and I tried generate one variavel to receive a name of database to use work on my web service, but I could not.
    The client will set the name of database to receive to data from webservice.
    Can generate variable to receive name of database on B1if?
    I dont find nothing about this situation, Anyone tried make something like this?
    Sorry for my bad English.
    Thanks,
    Duoglas

    Hi
    I'm not sure if I understood you correctly:
    you will receive a database name as a part of the incoming message for your web service and then you need to choose a correct system from SLD based on this name? For example there will be a <dbName> tag in your and based on its value you would have to choose appropriate system in B1iF. Am I right?
    Kind regards,
    Radek

  • 'Unable to generate forms Smartform name '

    Hi ,
    I am facing. In Dev & Test it is working fine but in Production it is giving me error: 'Unable to generate forms <Smartform name>'
    Please inform me how u solved ur issue. If I will solve ds issue i will inform u.
    Helpfull answere will be rewarded
    regards,
    Mehul.

    hi,
       plz make sure that code is completely transferred from development > quality>production.
    Also check for necessary tables and others which will be used by Smart form.
    Is it possible you to check the variables used in the smart form are properly populated in the print program or not.
    Plz make sure above mention issues, it may solve your problem.
    Reward if useful.
    pradeep

  • How can i identify the environment name or database name in the PL/SQL code

    Hi,
    I am using UTL_FILE to genearate the files.,
    My problem is, I have to design the common sql file , which can be executed in 2 diffrent environments ( Say QA & DEV ) , with no parameters. It has to identify the environment and based on the environment , it has to generate the concern files.,
    The only change needs to be incorporated is , file names , which will change based on the environment.,
    can nay one tell me , how can i identify the environment name or database name in the PL/SQL code ??
    Raja

    In this case, USEC_GI_DEV.NA.XXXNET.NET is a TNS alias. That alias exists only on the client machine. There is no way to access that information on the database server.
    You would have to find something in the v$database or v$instance table that uniquely identifies the database (and you may need some help from the DBAs to do this because you need to ensure that the data element you choose is compatible with whatever refresh process(es) are used in your environment).
    Now, if you are writing a stand-alone SQL*Plus script, SQL*Plus, as a client tool, does have access to the TNS alias in later versions. But that is a client-side determination, not a server-side determination.
    Justin

  • Problem Connecting B1DE UDO Form Generator in SAP 8.8

    Hello All,
    I have installed the B1DE Tool for SAP 8.8 Patch - 17 machine but while running the UDO Form Generator
    when i am ginving the User Name & Password of the selected company then system throws an error
    "ERROR - Connection to Company Failed ; Resource Error "
    and i am not able to use the UDO Form Generator .
    Please suggest how to resolve this problem,
    Thanks
    Amit

    Hi AmitSharma_061985
    you can download B1DE UDO new version here http://www.sdn.sap.com/irj/sdn/downloads?rid=/webcontent/uuid/a175fb62-0c01-0010-a8b5-fa58a13b1cf7 [original link is broken]
    1.change name server (server database)
    2.user name and password must have lincence.
    Regards
    H

  • Help in design a form

    Hi all
    I have to write a simple student application for w/r/manage mail based on a web form.
    I don't have a clear ideas regarding a main form: it must visualize all the incoming mail with the fileds "from", "subject" and "data"; this mails are stored in a local database after download.
    How could design this form? I mean, I could generate a table with this fields, and every time I'm downloading new mail I remake all the form or there is another way for append single lines?
    Many thanks

    With a web application most often what happens is that the entire page gets remade every time (take a look at hotmail)
    You can use Ajax to just pass data back and forth, but that would be beyond a "simple" application.

  • Form generated emails not delivering to customers

    I am a designer using Muse to build sites, not a developer, so this is delving a little beyond my scope of knowledge!
    On two of my BC hosted, Muse built sites, whenever someone submits a form, the notification email does not send to the customer's email account. Instead I receive an email from [email protected] containing the undelivered message and the following delivery status info:
    "Final-Recipient: rfc822;
    [email protected]
    Diagnostic-Code smtp; 550 5.7.0 _BAY004-MC4F1) Unfortunately, messages from (54.250.14.46) on behalf of (yahoo.com) could not be delivered e to domain owner policy restrictions.
    Status: 5.7.0"
    OR
    "Final-Recipient: rfc822;
    [email protected]
    Action: failed
    Diagnostic-Code: smtp; 550-5.7.1
    Unauthenticated email from yahoo.com is not accepted due to domain's 550-5.7.1 DMARC policy. Please contact administrator of yahoo.com domain if 550-5.7.1 this was a legitimate mail. Please visit 550-5.7.1
    http://support.google.com/mail/answer/2451690 to learn about DMARC 550 5.7.1 initiative. f8si922943qar.71 - gsmtp
    Status 5.7.1"
    The first is when trying to delivery to the customer's outlook.com email address, the second is when trying to deliver to the customer's domain name address, who has mail hosting services with Google Apps. All other emails are working normally on my accounts and theirs, aside from form generated ones. My email is a @yahoo.com email.
    Contacted Muse support, who then passed me on to Business Catalyst support, who removed the two recipient email addresses from the Amazon SES suppression list, but that did not fix the issue.
    Any help is greatly, greatly appreciated!!
    Thanks, Sam

    This is a known issue with yahoo domain and form notifications , please check the details here :
    https://forums.adobe.com/thread/1457371?tstart=0
    Thanks,
    Sanjit

  • This database was connected to a Microsoft Access Services site that is not compatible with this version of Microsof Access. You cannot make design changes or modify data in database.

    Hello All,
    I am getting this error while I am connecting my access database website for the change
    "This database was connected to a Microsoft Access Services site that is not compatible with this version of Microsof Access. You cannot make design changes or modify data in database."
    I am using SharePoint 2010 and Microsoft Office 2010.
    I have created one Contact Database Site and now I am trying to modify the layout of the form in Access. and I am getting the error that I have mentioned.
    Please provide help on it.
    Thanks in Advance....

    Hello All,
    I got the answer, we have to enable the port 80 or where the access service is deployed and we have to change Trust setting and also, enable the macro from Access.
    Hope this will help to other....

  • CAN I PASS FORM VARIABLES TO THE DATABASE PROCEDURE IN PERSONALIZATION

    When I try to use form variable in the database procedure call from personalization I get the attached error.
    Under forms personalization
    From Actions tab --> builtin --> Execute Procedure when I call a database procedure and pass one of the form variable as parameter I get "ora-01008 couldn't be validate" error
    Can we pass on form variables to the database package using personalization ? If yes, then is this the right way?
    Message was edited by:
    omitchel

    I tried customizing the Quoting Form, it works.
    What you have done is correct, but this is how you call it
    ='begin
    db_proc('''||${item.qothddet_main.quote_name.value}||''');
    end'
    here
    qothddet_main : block name
    quote_name : item name
    Thanks
    Tapash

Maybe you are looking for