Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
53 views

In a C# desktop application I have two related DataGridViews (dgvAlgorithm and dgvParameter) and a save changes button (btnSave). Both DataGridViews are related to 3 tables: (algorithm, parameter, ...
Jaime's user avatar
  • 47
0 votes
1 answer
99 views

I have a basic CustomUser model in my project. When I want to update it I fill my form with instance where I try to make user's password null, but anyway in the form I receive: "No password set. ...
user737082's user avatar
0 votes
0 answers
76 views

I am new to everything here, I need help if this will load fast. The Problem: When i am using normal API Calls, it takes a while to update the UI of the changes. I’m currently working implementing ...
Jetro's user avatar
  • 1
1 vote
2 answers
122 views

I created signup/login with 'UserCreationForm'. How can I make update possible by using 'UserChangeForm'? users/models.py from django.contrib.auth.models import AbstractUser # Create your models here....
user737082's user avatar
2 votes
2 answers
84 views

I have developed a webapp with laravel. Unfortunately I get a 404 after saving the form. But the logging shows me that the task was successfully updated. Some stackoverflow postings cant helped me. So ...
Dierig Patrick's user avatar
0 votes
1 answer
93 views

saveAll(myEntities) just hangs if my service is called from a @Scheduled job sub module, but works if called from a @RestController submodule. Other @Schuled jobs in the same module work. However, ...
John Little's user avatar
  • 12.8k
1 vote
0 answers
34 views

<div class="container"> <h1>Hello {{ controller_name }}! </h1> <div class="row"> <table class="table"> <tr> ...
Joellington020's user avatar
0 votes
1 answer
23 views

I am trying to build a REST API out of Nodejs this is the form to edit user information <form action="/put-crud" method="POST"> <div class="form-row"> ...
Linh Chi Nguyen's user avatar
0 votes
1 answer
35 views

here is my fullcode whenever i use Sendemail code given below in forgot password it works very well but when i use it in signUp controller it is throwing the error ( Error: Can't set headers after ...
Tayyab Saith's user avatar
0 votes
0 answers
65 views

I'm building a RestAPI with NestJS and using the dataui/crud (nestjsx/crud) framework for crud operations and need help implementing a ManyToMany relation. When creating a ManyToOne or OneToMany ...
Carlos Casado Vargas's user avatar
-3 votes
1 answer
103 views

Is there a formula or function in Google Apps Script that will automatically log out the webpage every 15 minutes? Is there a formula or function in Google Apps Script that will automatically log out ...
user30195264's user avatar
1 vote
2 answers
106 views

I have created a web app for database of my company, the web app is simple, it first asks them to provide their username and a password. Now, I need to find a way how to show all the data that equals ...
user30195264's user avatar
0 votes
1 answer
20 views

Updating record with nestjs/crud CrudController not updates record
dguard's user avatar
  • 129
0 votes
0 answers
146 views

I have an "Enterprise Resource Planning" project. It uses a SQLite database. With Entity Framewok, I got my entity classes. For CRUD operations, I modified my ObservableCollection: public ...
Brummell's user avatar
  • 242
1 vote
1 answer
486 views

I am getting an error ⨯ [TypeError: The "payload" argument must be of type object. Received null] { code: 'ERR_INVALID_ARG_TYPE', digest: '447529059' } when I have the following prisma ...
Tyler Lazenby's user avatar
0 votes
0 answers
253 views

We're currently using Power Automate to manage data that exists in Dataverse tables that are part of the same tenant as the flows. Data access is typically done using the native Dataverse connection/...
Kiran Ramaswamy's user avatar
0 votes
0 answers
73 views

I can't get the update and delete functionality working. The create functionality works. web.php: Route::post('/income', [IncomeController::class, 'create']); Route::put('/income/{id}', [...
Marianne Hartigan's user avatar
0 votes
1 answer
65 views

I'm doing very basic CRUD Blazor Web App, my Create and Delete works just fine, as soon as I add or remove an item in my database the item is immediately updated on my razor page. But not when I use ...
Natta's user avatar
  • 13
3 votes
2 answers
398 views

i have a problem when navigating in table and searching for items in laravel filament a dark overlay appears but no modal, pop up or anything, and i cant close it, and i need to refresh the page and ...
Windy Kurniawan's user avatar
0 votes
1 answer
100 views

I'm pretty new to this and it seems there are so many pages and teachers that make the Edit function its own page, but I want to do it on the same page so the user can just edit it while seeing ...
Marianne Hartigan's user avatar
0 votes
0 answers
84 views

I'm working on a small CRUD site, and I ran into a problem: when trying to update an existing post, a new one gets created instead of modifying the existing one. The ID is being passed correctly, I’ve ...
Faer Bot's user avatar
1 vote
0 answers
49 views

I’m working with an ASP.NET MVC project where I've used Entity Framework to generate CRUD actions for a Student controller. The HomeController handles the main view (Index), which displays a paginated ...
Ammar's user avatar
  • 9
0 votes
1 answer
48 views

I do apologise if this has been asked before. I'm trying to research but I also don't know what I'm supposed to search, sorry. So I'm trying to get the Parent and Child to link together on my project. ...
C.NCB's user avatar
  • 15
1 vote
0 answers
35 views

Language: Java Framework: Spring Boot, MyBatis, MySQL I have been trying to add like service to my board service. It succeeded it. However, I'm trying to use userNo and boardNo to establish disable ...
codenoobie's user avatar
0 votes
1 answer
39 views

I have a repository layer, service layer and controller layer for my user entity. I want to update one of my records by username. This is my repository layer for the update: public async Task<...
vida's user avatar
  • 31
1 vote
1 answer
92 views

I have had this problem many times now and I really wonder why this is happening. Here is its latest occurrence: public function updateBirthDate(Request $request) { try { $request->...
Adem Tepe's user avatar
  • 798
0 votes
1 answer
58 views

I have a shop object where one area can only contain only one open shop. Entity model @Entity Public class Shop{ @Id @GeneratedValue Long id; String Name; String Area; String closed; } Domain ...
Jaanu's user avatar
  • 88
1 vote
3 answers
153 views

I am trying to make a Laravel crud application following a tutorial but unable to get my items to show with data individually. I can output all items in the database but unable to output a single item ...
RandomPerson5443's user avatar
0 votes
1 answer
274 views

I have spring boot application. I am trying to follow the official spring tutorial from here https://github.com/spring-attic/tut-react-and-spring-data-rest/ or specifically this class: https://github....
Zlelik's user avatar
  • 618
1 vote
1 answer
28 views

I am building a simple app that displays an index of comments, allows posting of new comments, and editing+deleting of existing comments. I do this following Colt Steele's course section 371. At a ...
Eyas's user avatar
  • 11
0 votes
0 answers
98 views

am working with CRUD project Laravel using Modal for: create, delete, update. But there is a situation when user from Home Page go to a Room Page. In the Room Page, they will click the update button ...
Trong Tue's user avatar
1 vote
0 answers
43 views

I created a Golang hotel reservation application which uses GraphQL and dynamodb. I have a reservation module which has the CRUD functions. All the functions have their own APIs. like create has ...
Tharun Raj's user avatar
-1 votes
1 answer
77 views

I have been trying CRUD Operation for my spring boot. I have to delete the row by given name in delete() method. I need some guidance to get this working. I debugged the code but it returns 500 error ...
Maniverse's user avatar
1 vote
0 answers
127 views

I'm using Symfony 6.4 and EasyAdmin 4.10 I'm rendering a form including embedded forms for entities included in the main entity (A Client class that includes several Videos and Playlists). I'm ...
DaveFX's user avatar
  • 515
0 votes
0 answers
47 views

I'm using from pysqlcipher3 import dbapi2 to work with encrypted SQLite databases in a Python application with a GUI. Every time I connect to the database and decrypt it, I use the following code: ...
JosephMoraila's user avatar
1 vote
0 answers
114 views

I have an existing GraphQL endpoint, and I need to connect it to a service that understands OData for CRUD operations. Is it physically possible to write an automatic translator from OData requests to ...
alexanoid's user avatar
  • 26.1k
0 votes
0 answers
91 views

Ive been following freecodecamp 37 hour flutter course by Vandad. The course was running smoothly without any problem until 21:50:42, when he teaches how to show all notes in main ui. Ive wrote the ...
Mohit Mudgal's user avatar
1 vote
0 answers
157 views

$ nest g resource employees ? What transport layer do you use? REST API ? Would you like to generate CRUD entry points? Yes Error: Cannot read properties of undefined (reading 'text') Failed to ...
Luiz Fernando R. Mecias's user avatar
0 votes
2 answers
181 views

I'm creating a new project trying to use Generics as much as possible, but I've encountered an issue when doing HttpPut and using EF Core. I'm using SQL Server in a container to store temporary data. ...
Marcio's user avatar
  • 27
0 votes
0 answers
86 views

I was working on a Small Personal Project of mine of learning purposes. Using ReactJs as Frontend & send requests to Laravel API as Backend. The CRUD application I made is almost complete but the ...
Aarish Mughal's user avatar
1 vote
0 answers
162 views

I'm trying to do a CRUD with Codeigniter 4, it's my first time using this framework. I created the Database in Mysql and I have already done the register and login ( they work at the moment) So on the ...
Diseño ma's user avatar
1 vote
1 answer
202 views

I am not a native English speaker so my english might be hard to read. I am currently developing Angular(18.0.6) application and trying to implement CRUD using express and mysql. What I am trying is ...
近藤亮太's user avatar
3 votes
1 answer
30 views

I'm working on my project for a course and I'm totally stuck right now. I'm creating a website to manage workouts by user and the create workout do not redirect to the user's workouts page when I ...
Anass Najam's user avatar
-1 votes
1 answer
100 views

i'm trying to make an edit function in crud using js and i can't make it the problem is that the row doesn't update when i click on the edit button the info appears in the input fields again but when ...
Nour's user avatar
  • 9
0 votes
2 answers
57 views

I have some Sanic Python app code where following routes are defined: def create_inspector(app): inspector = Sanic(configure_logging=False) inspector.config['KEEP_ALIVE'] = False ...
vector8188's user avatar
  • 1,403
2 votes
2 answers
346 views

I am trying programmatically set a sale start date. I am using: function mysalesdates( $product, $sale_start,$sale_end ) { if ( ! is_a( $product, 'WC_Product' ) ) { $product = wc_get_product(...
Steve's user avatar
  • 21
0 votes
1 answer
46 views

i have data from API that contains 400++K data, when I search some data, it works but only shows the data that is on page 1this API contain 10 data per page this is my controller, i want to search ...
Keroppiiiii's user avatar
0 votes
1 answer
214 views

I have following problem, please refer to the code below. In the app I can create an Artist (@Model) and add some Albums (@Model) to it. These are stored and displayed as supposed. When I'm launching ...
Bakira's user avatar
  • 156
1 vote
1 answer
380 views

How do I add hours to a timestamp in a filtered set of documents in mongodb? A few documents were entered into a collection with a timestamp of 13:00 Pacific Time (PDT) in error, rather than the ...
fip's user avatar
  • 63
2 votes
2 answers
103 views

When I want to update the records stored in an API, the route is passed via ActivatedRoute and is available in the file, but the records are not showing up in the HTML where I want the user to update ...
makarandrtx's user avatar

1
2 3 4 5
92