I'm getting this issue after after updating from old version (Title) to Label in the bottom nav bar. Here's a sample of the code: BottomNavigationBarItem(
I'm new to React so please bear with me. I'm using react-data-table-component to render a Datatable. I want to render it only after the user has submitted the f
I have a list of tasks that I need to bind a Boolean variable to its item. the task object includes a completedDate property that if it has value defines the ta
database loan [id_loan] [id_customer] [qty_loan][amount] 1 1 2 8 2 1 1 4 3 2
I've made a simple logout button/function that I'm almost certain that should work but it doesn't and there isn't any error either. Here's my code: import {Link
I know I can run a python script from stdin like this: python - < script.py I also can run a compiled python file: python script.pyc But I can't run a
I created a Script with c++Builder 11 with Datas stored in a sqlite3 db File. To Connect to the Sqlite3.db, i used the FireDAC-Connection inside c++builder and