i'm trying to get the text from my textfield in nativescript core. let textField = args.object; const yourSearch = textField.getViewById("requiredSkill").text
Here in this code, I want to get the list of item names in a dynamic list containing the field i.item_name as an input by which I can put in the input called it
I would like to view a pdf file from firebase storage in my React app, the problem is I would like to view the file after the page is loaded and the 'getDownloa
I want to store the password used for signing in a financial application that I am developing at a secure place. After doing some net surfing I found following
I was trying to create a backup for my SQL Server Database using SQL Server Management Studio 2008 Express. I have created the backup but it is getting saved at
Here is my example: <li class="list-group-item" *ngIf="request.answer.user"> <a href="" class="d-flex flex-column align-items-center">
So I am learning odoo right now, and I want to make the progress bar that use decimal to determine it's percentage. so for example if I input a 0.5, the progres
I have a project that want to build inside a docker on a linux machine. So my setup is that I have the Eclipse CDT IDE installed on my Windows machine, and I ha