
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 10:32 AM
Debug your code. You'll be able to see where it's using Nothing where a value is expected. Then, if you still need help, you'll be able to tell us.
1 replies | 5 view(s)
-
Today, 10:29 AM
Are you joking?
21 replies | 482 view(s)
-
Today, 10:25 AM
Hi All... I am using the code below to drag&drop files between listboxes. For some reason I am now getting an exception 'Value Cannot be Null....
1 replies | 5 view(s)
-
Today, 10:22 AM
I have made a short version for testing.
Running the compiled exe does not cause error of any sql using the like operator in this small sample. ...
21 replies | 482 view(s)
-
Today, 10:07 AM
Thanks for the answers so far. Sorry if my vocab is a bit off, I'm somewhat new to programming.
I'll try to clarify a bit more:
ReDim b(dim1)...
5 replies | 83 view(s)
-
Today, 09:51 AM
The output in Textbox is:
S17°4'-19,7",W40°42'-4,8"
Remains negative... :(
If you want to test, the link of image that shows the negative...
4 replies | 360 view(s)
-
Today, 09:36 AM
Closing both hands??? Isn't that usually called 'clapping'?
70 replies | 1445 view(s)
-
Today, 09:36 AM
Once a backup is created you should never add to it, that causes ambiguity and uncertainty. The empty zipfile is opened like a jug and you pour your...
5 replies | 190 view(s)
-
Today, 09:33 AM
Actually, what's in A is not a double, it's an array of double.
2D arrays make very little sense in .NET. Redim makes only a little sense in...
5 replies | 83 view(s)
-
Today, 09:31 AM
You aren't going to turn a shallow copy into a deep copy by any means.
Considering that the array is an array of double, what is the distinction...
5 replies | 83 view(s)
-
Today, 09:31 AM
Doubles don't have pointers ... so when you copy a to b, it's copying the values, not pointers. So changes to b or a will not affect the other. Now...
5 replies | 83 view(s)
-
Today, 09:01 AM
Got it without ROW_NUMBER
SET @rn = 0;
SET @ic ='';
SELECT
i.item_code,
i.item_description,
i.item_unit,
...
8 replies | 113 view(s)
-
Today, 08:41 AM
Argg...and additionally i missed that ROW_NUMBER is only available in MySQL8 and later, not earlier.
Damn!
wqweto, OP's Problem is, that he wants...
8 replies | 113 view(s)
-
Today, 08:33 AM
Trying to be specific here. Are you looking for a b(j)?
5 replies | 83 view(s)
-
Today, 08:13 AM
Hello,
Could anyone help me out and explain the exact behaviour of a ReDim on shallow copies - to illustrate I've the following example:
Const...
5 replies | 83 view(s)
-
Today, 08:11 AM
Try this query without a window function (the ROW_NUMBER bit)
https://www.db-fiddle.com/f/tZJbvdrRUNUrx8g18Ui9Ev/1
It's less efficient than...
8 replies | 113 view(s)
-
Today, 07:21 AM
OUCH! Why such an old version?
https://dev.mysql.com/doc/refman/5.6/en/create-view.html
If i understand it correctly, with MySQL5.7 and...
8 replies | 113 view(s)
-
Today, 07:04 AM
I am using Mysql 5.0
8 replies | 113 view(s)
-
Today, 07:03 AM
Hi Zvoni
Thank you so much, when i run the query i get the following error:
'VIEW'S SELECT CONTAINS A SUB QUERY IN THE FROM CLAUSE'
Any Ideas?
8 replies | 113 view(s)
-
Today, 06:17 AM
Returns:
ABC01
Item Number One
Ea
1238
2022-07-09
10.33
8 replies | 113 view(s)
-
Today, 06:15 AM
Tested in SQLite (No MySQL at Hand).
ROW_NUMBER might have a different Syntax on MySQL, but researching it couldn't find any difference
SELECT
...
8 replies | 113 view(s)
-
Today, 05:55 AM
jmcilhinney
thanks a lot
it worked
15 replies | 466 view(s)
-
Today, 05:49 AM
Dear All
I am trying to run a query that returns inventory items and the last purchase date, price and order number used to make the purchase
I...
8 replies | 113 view(s)
-
Today, 05:00 AM
@Shaggy - thanks for this info - I'll see if I can make some kind of connection to a license program like that. I am doing this for a project I'm...
2 replies | 124 view(s)
-
Today, 12:22 AM
So, I still don't get it.
What's now faster Eduardo? VC6 or VS2015 dll?
Maybe you can repeat the tests with the replaced piece of sample suggested...
192 replies | 21165 view(s)
-
Yesterday, 11:29 PM
Is there a good image recognition code that can be referenced? It is analogy that vb calls opencv, etc., I have a simple recognition requirement. The...
2 replies | 417 view(s)
-
Yesterday, 09:01 PM
Your "goofy" comment got me to think. I don't know why you think it is "goofy".
But, after seeing some code to try to do what I need, I decided...
2 replies | 139 view(s)
-
Yesterday, 08:52 PM
Wouldn't MyBase.WndProc(m) be better placed at the end of the sub?
Protected Overrides Sub WndProc(ByRef m As Windows.Forms.Message)
...
15 replies | 466 view(s)
-
3278 replies | 367048 view(s)
-
Yesterday, 08:18 PM
Sounds completely goofy. But if you want that why not look into WM_MOVE and WM_MOVING. Both are described in the documentation that came with VB6.
2 replies | 139 view(s)
|
Click Here to Expand Forum to Full Width
|