
- 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, 04:31 PM
This is how your business logic should probably work:
Starting at row 1, loop until cell A is empty
Change your SQL command to be an update...
7 replies | 146 view(s)
-
Today, 04:05 PM
Got it! Works fine. Thx again.
31 replies | 324 view(s)
-
Today, 03:57 PM
SHA256 CODE:
Function HMACSHA256(strToSign As String, strKey() As Byte)
Dim lngLoop As Long
Dim oUTF, oEnc
Dim HMAC() As Byte
Dim lastrow As...
8 replies | 365 view(s)
-
Today, 03:56 PM
VB6 CODE
Function HMACSHA256(strToSign As String, strKey() As Byte)
Dim lngLoop As Long
Dim oUTF, oEnc
Dim HMAC() As Byte
Dim lastrow As Long
...
1 replies | 444 view(s)
-
Today, 03:54 PM
It is desired by you or by someone else?
What code is the one that needs to run from there?
Anyway it is extremely simple the solution, put a...
31 replies | 324 view(s)
-
Today, 03:49 PM
YES.
In these cases it is either desired or OK for Form_Activate event to run.
Eduardo - thanks again for your help.
31 replies | 324 view(s)
-
Today, 03:42 PM
that is what it is supposed to do, it worked with a sample i tried, i will look at it further
of course with vba it would be much simpler to code...
4 replies | 70 view(s)
-
Today, 03:40 PM
Also worth to mention that if it is a SetFocus, the proper way to handle it is to set that control with TabIndex = 0 (no SetFocus needed).
31 replies | 324 view(s)
-
Today, 03:36 PM
Ah, Ok. You have other code that you are running in the form activate.
It is the same, run that code on the Form_Load instead.
If there is...
31 replies | 324 view(s)
-
Today, 03:35 PM
This is the result of that SQL:
WITH CTE (Col1, Col2, DuplicateCount) AS
(SELECT ClientID, RoomWithID, ROW_NUMBER() OVER(PARTITION BY ClientID,...
8 replies | 143 view(s)
-
Today, 03:31 PM
I'm lost now, in Post#1 you execute a Insert statement
in Post#6 you talk about a Update statement
this is how a Update can statment look like
...
7 replies | 146 view(s)
-
Today, 03:26 PM
Form2 is NOT shown in the Form_Activate event. (have i mistakenly said this somewhere??)
31 replies | 324 view(s)
-
Today, 03:23 PM
Then the question is why is it shown also in the Form_Activate event if it has code only to show in manually.
It still makes no sense.
31 replies | 324 view(s)
-
Today, 03:14 PM
Eduardo - thanks for trying. got a few good suggestions that are working now. so thanks all. Sorry that i must have confused the explanation of my...
31 replies | 324 view(s)
-
Today, 03:10 PM
Thanks for the reply.
Its the WHERE bit im struggling with.
I want to update WHERE nothing exists in rows starting from columns E.
Thanks...
7 replies | 146 view(s)
-
Today, 03:02 PM
Very very good!
Just what I was looking for, thanks!
I'd like to change the style of the menu.
Where can I find some documentation?
I...
74 replies | 66951 view(s)
-
Today, 02:51 PM
This sort of confirms my suspicion from my original post. Have you tried calling update on the row?
7 replies | 146 view(s)
-
Today, 02:38 PM
Hi,
My connection string is already working ok and adding HDR=Yes didnt change anything.
I don't think I explained myself very well.
In...
7 replies | 146 view(s)
-
Today, 02:34 PM
This is a generic question.
HDD or SSD?
System or backup?
Internal or external?
Broken or Data loss?
NTFS or ANY BS Apple use?
etc..
First...
1 replies | 78 view(s)
-
Today, 02:25 PM
See, that's one of the things about the south: Your crawfish only live for one year (or two, they can manage that). Up here, a one year old is less...
65079 replies | 6539051 view(s)
-
Today, 02:21 PM
You'd need MORE than 100 years, you'd just say it was 100.
65079 replies | 6539051 view(s)
-
Today, 02:21 PM
OK, I think that nobody understands now.
If you can't explain what you need to do (clearly, obviously. What you should had done in the OP BTW)...
31 replies | 324 view(s)
-
Today, 01:56 PM
Eduardo-thanks. Why do I need to automatically show form2 from Form1.Form_Load? That’s not my intention, but don’t think I understand why that might...
31 replies | 324 view(s)
-
Today, 01:53 PM
No, you cannot embed ocx or dll in a web page.
In the past, the ActiveX technology worked with Internet Explorer, but the components or plug-ins...
8 replies | 156 view(s)
-
Today, 01:38 PM
So, yeah, not working.
The remote passed Intptr complains about remote and does not proceed.
So another attempt is to call OpenProcess API first,...
2 replies | 102 view(s)
-
Today, 01:26 PM
That's what I and everyone else guessed. You need to only show Form2 automatically from Form1 at start-up, and no more.
You don't need the...
31 replies | 324 view(s)
-
Today, 01:21 PM
Sounds like a pachinko machine program if there are multiple open connections on the same database. You would only need to do this in rare cases.
...
26 replies | 58886 view(s)
-
Today, 01:15 PM
Don't use Form_Activate unless your program needs to for a legitimate purpose.
Much of what a Form needs to do to initialize can be done in...
31 replies | 324 view(s)
|
Click Here to Expand Forum to Full Width
|