Visual Attribute in Oracle Forms Personalization - oracle

I'm having a problem with Forms Personalization, I'm a beginner in Oracle EBS and Forms Personalization. I need to change my item background color, but when I use the property 'background-color', it changes every the column. I want just the item, cause it was verified already in my condition. I found in the internet, people recommending to use the property 'VISUAL_ATTRIBUTE(INSTANCE-ITEM)', but I don't know how to use it. What should I put in 'Value'?
Maybe pictures will help you to help me LOL.
PS: I'm using the ORACLE EBS 11g
HELP MEEE <3

Related

Boilerplate text not displaying in Oracle Forms 12c

We're upgrading a large application from Forms 11g to 12c, and one of the few issues we've seen is that, on some forms (or some tabs within a form), boilerplate text and frame labels just don't appear when you run the form.
They are there in Form Builder, and have all relevant properties set correctly. In the case of the frame labels, the frames show up, just without any text in them. Also, although the frames have all properties set the same as other frames that do display correctly, the incorrect frames have square corners when they should be rounded.
There's only two things I can think of that might have some impact on this, but there's nothing I can do about either one at the moment:
We're still using the 11g development tools (Form Builder) for the time being. The OAS is 12c, and the forms get upgraded when compiled.
So far, all of the text and frame labels that are not displaying are on canvases that are inherited into the form from a "template" form.
Any thoughts? The missing text is all section headings, and the users would really like to have them back.
Thanks,
Dan
One of my coworkers is better at searching Oracle than I am, and found Doc ID 2509488.1, which describes this bug in Forms 12c version 12.2.1.3.0 and later, and the patch to fix it, Patch 26932083.

Lightswitch nested autocomplete boxes

I have Lightswitch 2013 and need to have nested autocomplete boxes. All the examples on the Internet are for older versions of Lightswitch and there are just a few differences in their examples from my version. Example: When adding Data Item for Local Property, Type "someTable" (Entity) doesn't come up as a choice. Also, if I click on one of my tables, then when I drag this Local Property to the screen is doesn't create an autocomplete box. Seems simple, but frustrating when I've tried many different ways. Please provide specific example using Lightswitch 2013. Thanks in advance. Steve
The steps are:
(1) Create a table called Customers(Id, Name) and a table called Orders(Id, CustomerId, Description) Create a foreign key relationship between Customers.Id and Orders.CustomerId.
(2) Update your LightSwitch 2013 Data Source
(3) Create an Add/Edit screen using the Orders table.
(4) By Default, all the fields (Id, Customer, Description) should be included. The Customer field should default to 'Details Picker' (The Choices will be 'Auto' and will lookup Customers in the Customers table)
Note: The Details Picker will AutoComplete after you type a minimum of three characters.
Thanks for the answer. I figured it out myself. I played around with displaying fields on my screens to see what was actually happening until I finally found out that I can add a specific data binding? to my properties and didn't have to use the drop down choices. I've got it working now.
This seems like a basic requirement for using Lightswitch. I wish someone would be able to post a detailed step by step solution to properly using nested autocomplete boxes. I'm not sure I would remember how to do nexted autocomplete boxes if I had to do this again in a year.
When an expert, like a Beth Massi, provides a detailed example for a specific version of Visual Studio or Lightswitch, it would be nice if that expert, or his/her replacement, would provide a new detailed example whenever Visual Studio or Lightswitch has a new version. Thanks for all the help I have received by searching the Internet.

Visual Studio 2013 Cant find how to create Data Table

When I created my database and tried to add table to tables folder there was no option available to add new table. How to do this, looked everywhere and can not find it, on MSDN it says that it should be right there.
I wonder is it a downloadable content? If so I don't see it in updates either. Kinda lost myself on this one, could you please help me or point into some direction?

XGantt ActiveX issue on Dynamics AX (2012)

I’m facing some issues with the Netronic XGantt ActiveX. My problem is that my ActiveX in the Form doesn’t seem to find the table I specified in the config panel.
I can't post a screenshot here since I'm new (I don't have 10 points) so this is a link to it.Configuration panel screenshot
I tried with a CSV file storing the nodes information, it works well.
Is the name SAG_GANTT_SOURCE_MODEL used properly? Knowing that I already created a table with this name and those fields in the screen capture.
Is there any further configuration elements I need to consider?
I can do as I wish following the classes some Dynamics AX projects (Gantt) uses but it seems to me that it’s too much work for implementing a simple component, isn’t it?
Since I can’t find any documentation/article/tutorial to use the XGantt ActiveX properly (except this one which I already saw http://community.dynamics.com/product/ax/axtechnical/b/axfortechies/archive/2010/05/28/activex-gantt-chart-control-in-dynamics-ax.aspx)
I’m wondering if you have any document, a link or a contact to help me with my issue.
Thanks for your attention.
Have you tried Netronic. I think they can generate a license file which you can import and this would enable the disgner of the control. Also they probably still have some pdf documents on thier website.

Dynamics CRM option set

I am new to Dynamics CRM so please excuse me for the newbie question xD
I managed to create an option set field with 2 possibilities:
Scheme 1
Scheme 2
Does anyone have an idea how when a particular possibility is picked, a list of custom based fields will appear in the form? Thanks in advance
If i understand your problem correctly you want certain fields to appear/disappear according to the choice selected in the option set.
The way I see this working is by implementing a Javascript on the onChange event of the option set. you can do this from the 'Form Properties' when changing the layout of the form.
Below is a link showing some examples of possible useful commands that might help you:
http://www.powerobjects.com/blog/2011/01/14/crm-2011-useful-javascript-tidbits/
You can put your custom fields in a custom tab and then hide/disable it according to the value in the option set.
If you have any further problems feel free to ask :)
I hope this helps :)
Gdluck
If you are comfortable working in Visual Studio, I highly recommend installing the Developer Toolkit (You can find the .msi \tools\developertoolkit - download it from here). It will allow you to develop JScript with some syntax highlighting and intellisense and makes source control and deployment a snap.

Resources