[Forums] Search bar with dropdown list
Hi Saurav,I implemented something similar in one of my previous projects, basically what I did was an input, that refreshes a list below. It's not exactly the same pattern that we use for web...
View Article[Forums] Search bar with dropdown list
José Gomes wrote:Hi Saurav,I implemented something similar in one of my previous projects, basically what I did was an input, that refreshes a list below. It's not exactly the same pattern that we use...
View Article[Forums] Is it possible to convert or insert to an excel file this kind of...
What exactly you want to do is it you want to download the records from the table to excel file?then you can do the following get the list of the entity and add a recordListToExcel from the widget...
View Article[Forums] Possible to convert local storage into an excel file? Mobile app.
Is it possible for this ?
View Article[Forums] Is it possible to convert or insert to an excel file this kind of...
Hi Raven,This is just straight forward as mentioned above. Do u need this for mobile app?
View Article[Forums] Feedback Message works sometimes
Hi Roberto,What do u mean by "Then I do not have the Feedback Message widget in my screens,"? Have u removed feedback Message widget explicitly?
View Article[Forums] Is it possible to convert or insert to an excel file this kind of...
Yes for mobile app, those data will be converted to excel, i think that answer is for web application. Is there any solution? or ill create an app for web dev so that the system will adjust for the...
View Article[Forums] Search bar with dropdown list
Saurav Sircar wrote:José Gomes wrote:Hi Saurav,I implemented something similar in one of my previous projects, basically what I did was an input, that refreshes a list below. It's not exactly the same...
View Article[Forums] Search bar with dropdown list
José Gomes wrote:Saurav Sircar wrote:José Gomes wrote:Hi Saurav,I implemented something similar in one of my previous projects, basically what I did was an input, that refreshes a list below. It's not...
View Article[Forums] FeedBack Message Problem,Requesting Solution ASAP
Hi Leonardo,From ages I was looking for the exact use of Feedback_Message widget. You clarified this now. Thanks for the great explanation.Cheers!!Suraj Borade
View Article[Forums] Usability of input parameter in aggregate
Hi Marco,This is common behaviour in almost any programming language... if you define a variable in a scope with the same name as a variable in an outer scope, it will hide/shadow it. In this case, the...
View Article[Forums] best practise - using data from other module
Hi,I was wondering what is best practise and why for the following situation:I need to expose data for a drop down in a field in a form. This data comes from a different espace.possibility a (red in...
View Article[Forums] Datedropper modify size
Hi,Having problem to modify the size of Forge: datedropper and where i can modify it.CheersJed
View Article[Forums] Plugin not available
How are you testing?I just re-published and updated a test app I created using this plugin. It seems to be ok... no errors.
View Article[Forums] Possible to convert local storage into an excel file? Mobile app.
Hi Raven.With a Database Entity you can easily import/export data from/to an Excel file. Conversion needs to be done server-side, in a Server Action.You cannot use this approach to dynamically update...
View Article[Forums] Search bar with dropdown list
Hi Saurav,sorry I didn't notice you mentioned you were on mobile.You can specify where your elements should be displayed using CSS via CSS positioning (check the position: absolute; option there,...
View Article[Forums] unable to convert MySQL data/time value to System.DateTime
Ok, with your details I was able to reproduce your error . Great!I did that by inserting some invalid values:If I convert the "0000-00-00" to "NULL" everything works fine:Is it possible for you to to...
View Article[Forums] Going back to first card when all cards are finished in stacked card...
Nice! hafsa zaineb wrote:Hi ,Well,for information and for others who might have this issue. I used OnItemChange instead of OnSwipeLeft and it solved my problem. My list is showing the first...
View Article[Forums] Search bar with dropdown list
Hi Saurav, Maybe with floating and absolute positioning.Regards,JSGomes
View Article