Deleting Column using Form Settings issue

I have a problem deleting a column from the Sale Order Enty screen.  I added the Bar Code column to the Sales Order Entry grid to 5 users using Forms Settings.  I decided to delete it from all 5 users, so I went back to Forms Settings and deleted the column.  Actually, I checked the Visable check box to have the Br Code column displayed and then I unchecked the Visable check box on the Form Settings form.
The problem I am experiencing is that one of the 5 users,  I delete the column, and when the user logs back into the system again,  the column is back, and I have to delete it again.  This happens each time the user logs out and then back in.  Has anyone else experienced this problem? And if so, how did you resolve it?
Thanks in advance!!
Dana

This user's profile must have some problems.  One way to check is log this user in another workstation to see. Make sure only one session for this user whenever you change and save form settings for the user.
Thanks,
Gordon

Similar Messages

  • Using Form Settings In A SDK Form

    Hi
    I am creating a form using SDK and one of the requirements for it if possible is to utilize the Business One Form Settings window with the form so that columns contained inside of a matrix, which is located on the form can be made visible/invisible.
    Is this possible? And if so how do I go about doing it.
    Thanks

    I've got the form settings window modifying my matrix using the following code:
    Dim oFormSettings As SAPbouiCOM.FormSettings
    oFormSettings = oForm.Settings
    oFormSettings.Enabled = True
    oFormSettings.MatrixUID = "Matrix1"
    What I would like to do now however is limit what columns the user can actually set to being visible and editable whilst in the form settings window, as this should only be done to user defined fields. Is there a way to do this?

  • Order By Clause on Non-Database Column using Forms

    How to Sort by using Order by Clause on Non-Database Column using Forms6i

    Eugene,
    What is the error message/ number you are seeing? If you run "select name from tblperson order by name" do you still get an error?

  • Getting error while trying to delete columns from form designer

    I Am trying to make last name a mandatory field.
    AD was not getting provisioned for users that i created.The system validation task was not getting completed.WHen i tried to save the process form it was showing that last name was a mandatory field.So i figured it out that my process form was not getting populated.
    i was trying to delete last name from the form version.But it was throwing an error code= DOBJ.SDC_CANNOT_DELETE_SRE_ENTRIES_EXIST
    So i am trying to create a new version of a form and delete some columns.But when im doing it it shows the following error :
    ERROR,15 Dec 2008 18:03:20,073,[XELLERATE.SERVER],Class/Method: tcSDC/hasPrePopulatedEntries Error :Sdk cannot drop, SRE entries Exist.
    Could you help as to how i can resolve this.

    You cannot delete a column, but you can hide it ;)
    In your case, you may follow these steps:
    1) Create a new form version.
    2) Go to the "Properties" tab in the form editor.
    3) Delete the "Required=true" property for the "Last Name" field.
    4) Add a new property to the "Last Name" field: select "Visbile Field" in the "Property Name" combo-box, and add "false" to the "Property Value". Save.
    5) Activate your version.
    Think again about hidding the "Last Name", because I think it's a mandatory value for AD user creation (i.e., AD won't let you create users if they don't have Last Name set). However, I'm not sure.
    Hope this help!

  • Map excel columns to oracle table column using forms 6i

    Hello,
    I am importing data from excel to oracle table using oracle forms 6i.
    Suppose my table have 3 columns id, name,sal. The excel sheet i am importing having
    3 or more colums, also excel sheet columns are not in order as per table columns.
    i.e my table have id, name, sal
    and excel have name, sal, id
    my question is how can i map excel colums with table colums and insert it into table.
    I am using oracle 6i forms (ole2 package).
    Thanks

    What was wrong with the first answer to the same question?
    Re: map excel columns on oracle forms and insert it into database

  • Customer/Vendor Code in Form Settings

    Hello everyone,
    I'm facing a strange problem. When I want to add an extra column (Customer/Vendor Code) using form settings in the list of A/R Invoices, the system is displaying Customer/Vendor name instead of the code. When I use the View System Information, the CardCode is displayed at the bottom of the screen. This is happening in all sales documents. I tested this issue in different versions (2007A, 8.8 and 8.81), but the same problem exists.
    Please any idea? Thank you.

    Hi Nadia.....
    At every Form Setting you find Restore Default Button at the bottom.
    Please press that button and then try to see the same you trying to see.......
    Hope this will solve your problem.........
    Regards,
    Rahul

  • Form Settings - Item Cost on Sales Order row

    Hello,
    I used form settings to add the field Item Cost onto my AR invoice row. I tried to add the same with Sales Order form settings but the field is not available when I go to Form Settings. Is there any way to add it? I'm using 8.81 PL09.
    Thank You
    Naomi xxx

    Hi Naomi,
    This is by design. If you want to add, you need a row level UDF plus FMS to display. Because Sales Order is not an accounting document, that is why this field has been omitted. Item cost is available to Delivery and AR Invoice.
    Thanks,
    Gordon

  • Sap Business One 8.8 Form Settings Error

    Hi,
    I cant hide the Financial  and Reports Label in the Main Menu of 8.8 using Form Settings..  i have already tested it on Patches 5,10 and 11.. Any advice Experts?
    Thanks,
    Darius Gragasin

    Hi Gordon,
    Yes I have already Tried it on all 3 patches,except for patch 12.. 
    Thanks,
    Chino

  • Populating  a blob column using insert?

    please help,
    i have tried populating a blob column using forms,
    how can i do it programatically the easiest way.
    thank you.
    [email protected]

    hi jully,
    create table demo
    ( id int primary key,
    theBlob blob
    create or replace directory my_files as
    '/export/home/tkyte/public_html';
    declare
    l_blob blob;
    l_bfile bfile;
    begin
    insert into demo values ( 1, empty_blob() )
    returning theBlob into l_blob;
    l_bfile := bfilename( 'MY_FILES', 'aria.gif' );
    dbms_lob.fileopen( l_bfile );
    dbms_lob.loadfromfile( l_blob, l_bfile,
    dbms_lob.getlength( l_bfile ) );
    dbms_lob.fileclose( l_bfile );
    end;
    ako din!
    jully manuel
    jmanuel@sqlwizard
    http://sqlwizard.com

  • Retain field order on form when adding/deleting columns

    If I move my html around to change the layout of the fields on an AddForm.aspx and then I start adding and deleting columns, the ordering of the ff## changes and I can have problems. 
    Its fine if I've only added new columns...what I've done is create an AddForm1.aspx to get the fresh ff##'s at the end of the list.  I copy them over to my AddForm.aspx
    If I add and delete columns, then I can have problems.
    The ff## may be renumbered when making an AddForm1.aspx and copying the new fields might create an error because of dupe ff##'s.
    If I use AddForm1.aspx,  I lose my layout of the fields on my form AddForm.aspx.
    I have been successful finding the ordering of the columns on AddForm1 and renumbering on AddForm.
    But this is pain and error-prone.
    What do people do to get around this dilema?
    thx
    Rich

    Hi,
    By default, we can change the order at the Lists content type settings page.
    I suggest you provide more information about your requirement(screenshot) to make others easier to find a solution for you.
    More information:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/31a5030b-9494-4057-b4ad-485435fdceb0/sharepoint-designer-2010-reorder-fields-for-newform-edifform-viewform?forum=sharepointgeneralprevious
    http://kalsing.blogspot.com/2006/11/create-custom-list-form-for-sharepoint.html
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Issues in editing a PK column from FORM page

    Hi
    I am creating interactive report and a form on a table T1 with columns A (this is the PK column),B,C, etc.. In the creation wizard I chose "Existing Trigger" for populating my PK column values for both the pages as in my case, USER will be giving/populating these values. Now in the form page, I change the 'Display type' of PK column A from 'Hidden and Protected' to 'Text field' because user has to use this column in form page, for creation and editing jobs.
    Now, while creating a record, I have no issues, but while 'editing' the 'A' item from form page, the form gives errors like (ORA-20505: Error in DML) and (ORA-01403: no data found) and does not allow to edit this PK column. Any workaround? Please help.
    Thanks
    Bhavesh

    On edit page, under processes region you will find various processes active on this page. Edit process which do DML operation on table T. On edit process page you will find 3 check boxes: Insert, Update and Delete. de-select the update checkbox and create ur own process. As the PK is editable, create one hidden item (say PX_A) on page which will preserve the value of the column A before editing. This will help editing the table row which is identified uniquely by column A only.

  • BP Maintenance Screen - Can no longer size it or use the form settings

    All the other screens are fine, but the BP Master screen no longer has the icon in the top right that allows me to maximize the screen and I cannot drag the screen wider or bigger. Also, the Form Settings for this screen is no longer active.
    Any ideas?

    Sorry for the lack of information:
    1) I'm using the manager's login
    2) 2006A SP01 PL41
    2) This db has been around and in use for a few months now and I haven't seen this problem before.
    3) I had just updated the Payment System Tab - Payment Methods. I have two to pick from and I set the other one to the default and unchecked the original default one.

  • Form settings using SDK

    Hi Friends
    I am doing on Purchase order form.i need to set visible some column of matrix visible and active (in table Format and RowFormat) with out using form setting inter face , means through code using SDK.Is it possible
    Thanks

    sorry, i haven't yet get a solution.
    actually i need to  position my userfield in between Quandity and UnitPrice. In Table CPRF I Changed its 'VisualIndx' and 'ExpandIndx'
    Now in Table CPRF Record is Like below
    ColID                            VisualIndx             ExtendIndx
    Quantity(Coulumn11)             13                          13
    UnitPrice(Coulnn 14)              17                         257
    UserField -                            14                          14
    But still dispalying my UserField on last Column.
    I did all the process after SAPB1 Application stoped
    Edited by: Muna on Jul 24, 2008 12:03 PM
    Edited by: Muna on Jul 24, 2008 12:05 PM

  • Any license issue for using Forms 5.0 deploye application?

    Hello,
    if I using Forms 5.0 to develop an application, then using forms runtime to deploy, have any license issue ?

    Assuming that you have a licence for Forms then it depends on how you are deploying it.
    If you are deploying the application in Client Server mode then tghere is no runtime licence for Forms.
    If you are deploying on the web then you will need a Forms Server licence

  • Issue with Exporting/Sharing File using expert settings

    I have a two-part question.
    First off, I am no 'expert', but to me the two best viewing options to save a movie that are 'standard' for quicktime are too disparate to work for me - the first option is too small (quality is too low) and the HD viewing option is too large (the file size is rediculous). I'm trying to save somewhere between these two sies/qualities. I'm attempting to do this by using the expert settings function.
    The issue is this - after I set up the size and quality the compression does not even start. I am attempting to save to a folder other than the regular movie folder, but have not removed it or changed that folder at all. I have saved files using the standard setup included, but for some reason after changing the settings, the movie will not begin to save. Any thoughts on this?

    Actually - upon further thought, I should mention that files I am playing with are quite large. The IMovie files is generally around 1-2 gigs.
    So maybe the files are so large and its eatting too big a chunk of memory/space to complete the process this way? If so is there still some way to save a file using expert settings?

Maybe you are looking for