[Forums] Influence Autofill of browsers
You can give your input fields the autocomplete attribute. This attribute can hold the value of the field you wish to let the browser autofill.For example, setting autocomplete = name will ask the...
View Article[Forums] Problem showing Validation Feedback message
Bhakti ShindeThere is another method to show error message for a given control . You can use the 'Valid' and 'ValidationMessage' property of any control to show error message. You can try this approach...
View Article[Forums] Floating Footer
Hi All,I want my footer at the bottom of my page.Now it is floating in the middle when there is not enough content.However, if there is enough content and there is a scroll barr I want to see the...
View Article[Forums] Static entity record updation
Kilian Hekhuis wrote:Static entities cannot, and should not be changed! This is very bad advise Joey! They are likely used as foreign keys, so you'd get foreign key constraint violations anyway, and...
View Article[Forums] How to refresh XIF (Database) file when any changes made in the...
Erik Brzozowski wrote:In integration studio you can open the extention and refresh the entities. For more info on the data base extentions:...
View Article[Forums] Mobile OnApplicationResume change screen variable
Hi,You can add an event in your layout (On Ready):document.addEventListener("resume", $actions.TriggerOnResume, false);The action TriggerOnResume should launch an event.More about cordova...
View Article[Forums] Static entity record updation
Static entities cannot, and should not be changed! This is very bad advise Joey! They are likely used as foreign keys, so you'd get foreign key constraint violations anyway, and publishing their Module...
View Article[Forums] Error with pagination
Kilian Hekhuis wrote:Hi Ronan,In addition to what Eduardo wrote, it depends on your scenario what you would want to do in what case. If you have a paginated list that allows the user to change some...
View Article[Forums] Floating Footer
coder kamath wrote:/* footer **************************/ .Footer { background-color: transparent; font-size: 12px; height: 40px; padding: 10px 0px 0px 0px; text-align: center;...
View Article[Forums] How to refresh XIF (Database) file when any changes made in the...
In integration studio you can open the extention and refresh the entities. For more info on the data base extentions:...
View Article[Forums] Problem showing Validation Feedback message
Oh ,Then in that case you can pass the value using notify server action method from web block to main page , there in notify action you can show the message. Please follow below link , this will help...
View Article[Forums] How do i change the Marker?
Hi,I am unable to find the property to change the marker into an image or something.tried the markeroption property using icon: .. imgPath.. only to get a resource not found errorDo assist!Thanks
View Article[Forums] Web Application Template not available in OS 11
For the exercises in OS 10 the template I must use is "Web Application". But I do not see this template on OS 11. See my attachment to clarify.So if anybody can tell me what template I can use for the...
View Article[Forums] Floating Footer
I think the stackoverflow post describes what you are trying to...
View Article[Forums] Floating Footer
/* footer **************************/ .Footer { background-color: transparent; font-size: 12px; height: 40px; padding: 10px 0px 0px 0px; text-align: center; top: 100%;...
View Article[Forums] session record list is getting refreshed
Nuno Gonçalo Pereira wrote:Could you detail more about your problem or show us a screenshot?Thanks and Best Regards,Nuno PereiraHi,i have used list records in that i have some fields to fill and save...
View Article[Forums] Problem showing Validation Feedback message
Pranav Pandey wrote:Bhakti ShindeThere is another method to show error message for a given control . You can use the 'Valid' and 'ValidationMessage' property of any control to show error message. You...
View Article[Forums] Web Application Templete
I also have this issue. Don't know what to do. Maybe if I would know what is the equivalent of the Web Application template in OS11 that would help. Anybody any ideas?
View Article[Forums] How to refresh XIF (Database) file when any changes made in the...
Hi Team,I am trying to update the Database XIF file with latest database changes, could you kindly provide me assistance on how to do that?
View Article[Forums] Mobile OnApplicationResume change screen variable
Hi Everyone. Is it possible to change screen variable when application comes from background to foreground ?I want to show block screen each time application comes from background to foreground....
View Article