• Member Avatar for VIPER5646
    VIPER5646

    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.
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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.
  • Member Avatar for VIPER5646
    VIPER5646

    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. …
  • Member Avatar for VIPER5646
    VIPER5646

    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.
  • Member Avatar for VIPER5646
    VIPER5646

    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. …
  • Member Avatar for VIPER5646
    VIPER5646

    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. …
  • Member Avatar for VIPER5646
    VIPER5646

    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.
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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` …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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` …
  • Member Avatar for VIPER5646
    VIPER5646

    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` …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in Cannot open database (Unknown)

    Thank you all for your assistance. I solved it by installing the 2016 redistribute.
  • Member Avatar for VIPER5646
    VIPER5646

    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 = …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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.
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    Replied To a Post in DataGridView Formating

    Hope this makes since. ![table.JPG](/attachments/small/1/9d5d017f060c88a647b1ba34809e3805.JPG "align-right")
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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"))
  • Member Avatar for VIPER5646
    VIPER5646

    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")),
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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")
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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 …
  • Member Avatar for VIPER5646
    VIPER5646

    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.
  • Member Avatar for VIPER5646
    VIPER5646

    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.