-
Replied To a Post in xseries interval in chart
There is no data space for saturday & sunday in database . record count from datebase is 20. -
Gave Reputation to rproffitt in xseries interval in chart
Think about line 9. Alter your SQL to omit weekends or only have M-F weekdays. Or where DAYCLOSE is above zero. -
Began Watching xseries interval in chart
I have chart showing daily closing price of share for last 20 days. There is no closing price for Saturday and Sunday . However chart is showing blank space for … -
Created xseries interval in chart
I have chart showing daily closing price of share for last 20 days. There is no closing price for Saturday and Sunday . However chart is showing blank space for … -
Gave Reputation to tinstaafl in Filter datatable with Like
apparently with the column datatype set to numbers, using `LIKE` isn't possible. You can however use boolean operators with the numbers: Dim Rows As DataRow() = TempTable.Select("Code > 99999 and … -
Replied To a Post in Filter datatable with Like
see attached i have solved issue with find string method. but would like to know like method. -
Marked Solved Status for Filter datatable with Like
I am traying to filter Datagrid view based on user type in TbxGlCode (TextBox) Initialy Datatable is populated from SQL table to TempTable (DataTable) getting error at **runtime** at below … -
Gave Reputation to tinstaafl in Filter datatable with Like
If you're using the latest version of VB.net, which you should be, you can use the interpolation operator: Dim Rows As DataRow() = TempTable.Select($"Code like '%{VerCode}%'") The advantages of this, … -
Created Filter datatable with Like
I am traying to filter Datagrid view based on user type in TbxGlCode (TextBox) Initialy Datatable is populated from SQL table to TempTable (DataTable) getting error at **runtime** at below … -
Began Watching Filter datatable with Like
I am traying to filter Datagrid view based on user type in TbxGlCode (TextBox) Initialy Datatable is populated from SQL table to TempTable (DataTable) getting error at **runtime** at below … -
Gave Reputation to Reverend Jim in Datagridview Control class
I've always found the easy way is to create the control manually, then look at the `Form1.Designer.vb` code to see what the code looks like. Then you can adapt it … -
Gave Reputation to tinstaafl in Datagridview Control class
Ok, did some more digging. So apparently you don't need to add the columns separately, the designer does it automatically when you drop the control onto the form. Just have … -
Replied To a Post in Datagridview Control class
it gives error by undelining below {Col1, Col2, Col3, Col4, Col5} Error BC30311 Value of type 'Object()' cannot be converted to 'DataGridViewColumn'. -
Replied To a Post in Datagridview Control class
After adding control to form if i go and comment below line in class and then run it shows five columns only. Me.Columns.AddRange({Col1, Col2, Col3, Col4, Col5}) -
Replied To a Post in Datagridview Control class
yes when i drag and drop i get five columns . But when i run it shows ten rows. -
Created Datagridview Control class
hi I have datagridview which i want to add on several forms. Number of columons and all ather functionality remains the same. to avoid creating size, columns, column names each … -
Began Watching Datagridview Control class
hi I have datagridview which i want to add on several forms. Number of columons and all ather functionality remains the same. to avoid creating size, columns, column names each … -
Marked Solved Status for Extend Monitors
I have Lenovo Ideapad 320 i7 8550u 8th Gen laptop it has below display adapotrs AMD readon TM 530 Intel(R) UHD graphics 620 I want to add two or three … -
Marked Solved Status for SQL Query with SUM and Groupby
Hi, I Have below table I want all rows with all coloumn from below table where ActCode is 1162828 and sum of DocAmount for DocNo. i.e where the docNo is … -
Replied To a Post in Extend Monitors
It appears Type - C is not video enabled I could find below link **( Refer page 27 )** https://download.lenovo.com/consumer/mobiles_pub/ideapad320-15isk_320x-15isk_320-15ikb_320x-15ikb_320-15ikbtouch_hmm_201704.pdf -
Replied To a Post in Extend Monitors
how can i check if my USB-C port is display port or not -
Replied To a Post in Extend Monitors
USB 3 to vga adapter cable link https://mixmax-me.com/product/vmax-type-c-to-vga-adapter-cable-1080-pixel/  -
Replied To a Post in Extend Monitors
i brought USB 3 to vga cable https://mixmax-me.com/product/vmax-type-c-to-vga-adapter-cable-1080-pixel/ but it dint work so i returned it to seller. At store they tried with Lenovo USB 3.0 type c to HDMI … -
Marked Solved Status for Add two external monitors
i am trying to add two external monitors to extend screen on my toshiba laptop through vga and hdmi port . But only one is working. i cannot detect second … -
Edited Extend Monitors
I have Lenovo Ideapad 320 i7 8550u 8th Gen laptop it has below display adapotrs AMD readon TM 530 Intel(R) UHD graphics 620 I want to add two or three … -
Created Extend Monitors
I have Lenovo Ideapad 320 i7 8550u 8th Gen laptop it has below display adapotrs AMD readon TM 530 Intel(R) UHD graphics 620 I want to add two or three … -
Began Watching Extend Monitors
I have Lenovo Ideapad 320 i7 8550u 8th Gen laptop it has below display adapotrs AMD readon TM 530 Intel(R) UHD graphics 620 I want to add two or three … -
Replied To a Post in Add two external monitors
i have found UNITEK USB 3.0 Type C Multiport Hub with power dilivery which has 1- port USB type A + 2 Port HDMI + I Port VGA output will … -
Replied To a Post in Add two external monitors
thanks -
Replied To a Post in Add two external monitors
I also cannot find link to this laptop Model. i dont know it will help you in cheking but it is similer to below link except few changes. processer is …
The End.