-
Replied To a Post in Adding a new empty row onto a Datagridview
I solved. Instead of using add I used Insert, to insert the empty row. -
Marked Solved Status for Adding a new empty row onto a Datagridview
Hello all I have a form with two datagridviews. Grid A is polulated with orders from DB, grib B has an empty table with the same column name as grid … -
Edited Adding a new empty row onto a Datagridview
Hello all I have a form with two datagridviews. Grid A is polulated with orders from DB, grib B has an empty table with the same column name as grid … -
Created Adding a new empty row onto a Datagridview
Hello all I have a form with two datagridviews. Grid A is polulated with orders from DB, grib B has an empty table with the same column name as grid … -
Began Watching Adding a new empty row onto a Datagridview
Hello all I have a form with two datagridviews. Grid A is polulated with orders from DB, grib B has an empty table with the same column name as grid … -
Replied To a Post in Crystal report sp21 and sp29
Thanks rproffitt after removing sp21 and updated the references the reports from both apps work fine. -
Marked Solved Status for Crystal report sp21 and sp29
Hello I have created awhile ago in VS2017 an application [application A] with CR sp21 which works fine. Now Ihave another application [application B] created in vs2019 with CR sp29. … -
Replied To a Post in Crystal report sp21 and sp29
Thanks rproffitt for your reply. What do you mean by old memory. If By recompliling you mean rebuild/ republish it, it didn't work the problem still precistes. -
Created Crystal report sp21 and sp29
Hello I have created awhile ago in VS2017 an application [application A] with CR sp21 which works fine. Now Ihave another application [application B] created in vs2019 with CR sp29. … -
Began Watching Crystal report sp21 and sp29
Hello I have created awhile ago in VS2017 an application [application A] with CR sp21 which works fine. Now Ihave another application [application B] created in vs2019 with CR sp29. … -
Replied To a Post in reference to AxXtremeCalendarControl
Got it working. Added the calender control to a new form and the references were added automaticly. -
Marked Solved Status for reference to AxXtremeCalendarControl
Hi all I Have a CalendarvProject with a 3rd party Calendar control. the application was working fine untill I upgraded the Calendar Control . When I opened the solution two … -
Created reference to AxXtremeCalendarControl
Hi all I Have a CalendarvProject with a 3rd party Calendar control. the application was working fine untill I upgraded the Calendar Control . When I opened the solution two … -
Began Watching reference to AxXtremeCalendarControl
Hi all I Have a CalendarvProject with a 3rd party Calendar control. the application was working fine untill I upgraded the Calendar Control . When I opened the solution two … -
Created How To Update A Cell Based On DagridviewCombobox Selected Item
Hi all I have a datagridview with 2 columns. fist column is Datagridview combobox the second is a datagridtextbox. I'm trying to fill the second column based on the combobox … -
Began Watching How To Update A Cell Based On DagridviewCombobox Selected Item
Hi all I have a datagridview with 2 columns. fist column is Datagridview combobox the second is a datagridtextbox. I'm trying to fill the second column based on the combobox … -
Marked Solved Status for Endless loop in mysql function
Hello all. I have a funtion in MYSQL to substruct days from a date. This function seamsto work but some dates it times out. This is my function CREATE DEFINER=`root`@`localhost` … -
Replied To a Post in Endless loop in mysql function
I hve Solved it by replacing loop with While Do FUNCTION `Calculater`(intrval int, req date) RETURNS date DETERMINISTIC BEGIN declare calculated date; declare added int default 0; WHILE added <intrval … -
Created Endless loop in mysql function
Hello all. I have a funtion in MYSQL to substruct days from a date. This function seamsto work but some dates it times out. This is my function CREATE DEFINER=`root`@`localhost` … -
Began Watching Endless loop in mysql function
Hello all. I have a funtion in MYSQL to substruct days from a date. This function seamsto work but some dates it times out. This is my function CREATE DEFINER=`root`@`localhost` … -
Created server time out while connectiong via ssl
This application was sending out orders without errors when smtp wasn't secured. Now the clients webmail server was changed to ssl. After making the changes the server times out. I … -
Began Watching server time out while connectiong via ssl
This application was sending out orders without errors when smtp wasn't secured. Now the clients webmail server was changed to ssl. After making the changes the server times out. I … -
Marked Solved Status for Cannot open database (Unknown)
Hi all I have a x32 bit application on a windows10 x64 machine. The application was working fine untill I change the connection string from OLEDB to ODBC with a … -
Replied To a Post in Cannot open database (Unknown)
Thank you all for your assistance. I solved it by installing the 2016 redistribute. -
Replied To a Post in Cannot open database (Unknown)
Sorry missed the code Dim dbcon As OdbcConnection Dim cmd As OdbcCommand Dim dr As OdbcDataReader Dim SelectString As String dt = New DataTable cmd = New OdbcCommand SelectString = … -
Created Cannot open database (Unknown)
Hi all I have a x32 bit application on a windows10 x64 machine. The application was working fine untill I change the connection string from OLEDB to ODBC with a … -
Began Watching Cannot open database (Unknown)
Hi all I have a x32 bit application on a windows10 x64 machine. The application was working fine untill I change the connection string from OLEDB to ODBC with a … -
Replied To a Post in How To calculate time in a specific day.
Thanks Tinstaaf I Solved by adding Time. For Example if its an AM install the start would be 7:00 am and compleate would be noon. This way I can alwas … -
Replied To a Post in How To calculate time in a specific day.
The Database currently has a column with the day an install is scheduled and another with the number of days and if it is am or pm install. this is … -
Replied To a Post in How To calculate time in a specific day.
thanks but I can't refactor the database because I didn't created it. It belongs to another program. -
Created How To calculate time in a specific day.
Hi I Currently working on a project to schedule installers to do installations. When scheduling the user will select the day of intall and if the number of days the … -
Began Watching How To calculate time in a specific day.
Hi I Currently working on a project to schedule installers to do installations. When scheduling the user will select the day of intall and if the number of days the … -
Replied To a Post in DataGridView Formating
Thanks XRJ This works great and easear to debug when needed . I just had to change the extradays to this IIf(Not Extra_Days, 1, 0) and fill in the other … -
Replied To a Post in DataGridView Formating
Hope this makes since.  -
Edited DataGridView Formating
Hi I have a datagridview with 9 Processes each process holds dates for stating and compleating a job. When a process is Late a cell back color is set to … -
Created DataGridView Formating
Hi I have a datagridview with 9 Processes each process holds dates for stating and compleating a job. When a process is Late a cell back color is set to … -
Began Watching DataGridView Formating
Hi I have a datagridview with 9 Processes each process holds dates for stating and compleating a job. When a process is Late a cell back color is set to … -
Marked Solved Status for Specified Cast not Valid LinQ
Hi all I'm new using LinQ. Im having Specified Cast not Valid in this Function. Hope someone let me know what I'm doing wrong. this is the Function Private Function … -
Replied To a Post in Specified Cast not Valid LinQ
Found a Solution for the error. all I had to do was change the following from integer to decimal. .cab1 = G.Sum(Function(inpro) inpro.Field(Of Decimal)("CabCat1")), .cab2 = G.Sum(Function(inpro) inpro.Field(Of Decimal)("CabCat2")) -
Replied To a Post in Specified Cast not Valid LinQ
It's in this Line .cab1 = G.Sum(Function(inpro) inpro.Field(Of Integer)("CabCat1")), -
Created Specified Cast not Valid LinQ
Hi all I'm new using LinQ. Im having Specified Cast not Valid in this Function. Hope someone let me know what I'm doing wrong. this is the Function Private Function … -
Began Watching Specified Cast not Valid LinQ
Hi all I'm new using LinQ. Im having Specified Cast not Valid in this Function. Hope someone let me know what I'm doing wrong. this is the Function Private Function … -
Created The application is in Break Mode "ERROR"
Hi I'm having an 'The application is in Break Mode Error' when debuging this sort code. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim ds As New … -
Began Watching The application is in Break Mode "ERROR"
Hi I'm having an 'The application is in Break Mode Error' when debuging this sort code. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim ds As New … -
Replied To a Post in 'Format' is a type and cannot be used as an expression.
thanks rproffitt the links helped. Here is my new format lblCustDate.Text = Now().ToString("MMM-dd-yy") -
Created 'Format' is a type and cannot be used as an expression.
Hi I have an app that I compleated about 2 years ago with vs2010 and all is working. Now I just oppened the app in vs to make some additions … -
Began Watching 'Format' is a type and cannot be used as an expression.
Hi I have an app that I compleated about 2 years ago with vs2010 and all is working. Now I just oppened the app in vs to make some additions … -
Replied To a Post in An unhandled exception of type 'System.StackOverflowException'
this is what I did I Added a second datagrid just for a test but left the first one. Now I have dgvShipping and datagrid2. I placed the **exact** code … -
Replied To a Post in An unhandled exception of type 'System.StackOverflowException'
Thanks tinstaafl for your reply but that is not it I still get the error. -
Created An unhandled exception of type 'System.StackOverflowException'
Why am I getting a System.StackOverflowException when assingning a value to avariable. I have used the same process on other forms in this project and they work fine, don't know …
The End.