Search results for query: *

  • Users: Godis
  • Content: Threads
  • Order by date
  1. G

    Question How to access my windows form application database via the internet

    I have developed a windows form application database using visual studio 2013 and SQL server 2016 enterprise edition, sitting in my desktop computer with Windows 10 operating system. I want to use my laptop to work in the database wherever I am, away from the desktop computer via the internet...
  2. G

    Question How can I code so records filtered between two dates in DataGridView display in the Textboxs?

    I am working on a project where I want records filtered between two given dates in the datagridview display in the form textboxes accordingly. I have tried all I could but it is not working. I have also tried to place a label control as alternative to total up the filtered records on the...
  3. G

    Question How can I subtract sum from DataGridView?

    I am working on a sales project and I finally want my btnStockLevel_Click (object sender, EventArgs e) { } to subtract the gross sales from the gross purchases, but I am totally stuck. I don't know the code to put in there in order to work satisfactorily. Please I will appreciate if someone...
  4. G

    Question My filter control is not working properly on my database project, can someone help me fix it?

    I am working on a database project using Microsoft Visual Studio 2013, and also Microsoft SQL Server 2014 respectively. I have about four tables in my project named UsersDataSet. I want to create filter controls for each form application using combo boxes and textboxes. I want to use the...
  5. G

    Question command buttons disabled except the user roles

    Hi Forum Colleagues, Gratefully appreciate your prompt assistance when I post a question on the platform. On developing my payroll database, I have gotten to a stage of building users access control. I have successfully created the users login control, where when the user role logs in within...
  6. G

    Question I can't save update my database; need update command

    I have the mind to develop a payroll database. After I have created the form in Microsoft Visual Studio 2015, I dragged both the nodes of DataGridView and Details front the DataSet window onto the Form. When I run the application I was able to save two entries I made into the database. But...
Back
Top Bottom