Click here to Skip to main content
16,016,894 members

Comments by Member 13894223 (Top 6 by date)

Member 13894223 13-Feb-20 2:56am View    
App1 sends data to database that i have set ....app 2 needs to read that data and if i the table has values example
Fullscreen true it will set fullscreen to true in app.config and save so if i send Fullscreen false it wil set again to false
But i need to let that run continuasly checking that table and on every form

Member 13894223 12-Nov-18 11:00am View    
in between all this the issue magically solved itself
but it gave a error that the string is invalid was something to do when i added the code to check if the value in stock, is less than critical limit to display that row as orange
Member 13894223 10-Nov-18 15:22pm View    
i need to check all items in the two columns if one is greater than the other
if column1(stock) is less than column two(Critical limit) then all rows that are less than will show as color text
im still very new to this im learning as i go so i might make stupid mistakes
Member 13894223 1-Oct-18 3:46am View    
when i export it only show the first row of listview and not showing the header
Member 13894223 1-Oct-18 3:44am View    
Im totally new to coding im learning as i go along but this the part im stuck on and not sure how to go about it