
- 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, 11:05 AM
I'm stumped. Can I buy a vowel???
66944 replies | 12250631 view(s)
-
Today, 11:03 AM
That comic is hilarious.
It reminds me of one of those hot, still, summer days, when the temperature was pushing triple digits and the A/C in my...
66944 replies | 12250631 view(s)
-
Today, 10:52 AM
In a VB6 project in Japanese Win10 OS machine, this line is working fine during the code running and debug.
Private lReport As CRAXDRT.Report...
0 replies | 11 view(s)
-
Today, 10:17 AM
I promise you that O.P. might have been loosely based upon English but with many important grammatical and vocabulary elements missing. There are...
6 replies | 317 view(s)
-
Today, 10:09 AM
Three! Slightly hard to find on the third.
66944 replies | 12250631 view(s)
-
Today, 10:05 AM
As you want "up to 5 page buttons", my logic for 2-5 pages would be:
Disable the first button if the current "page" is 1
Disable the last button if...
1 replies | 65 view(s)
-
Today, 09:40 AM
The computer can run the application and do any other reads and writes without error. But if it runs that one task that updates the 3 tables inside a...
3 replies | 81 view(s)
-
Today, 09:33 AM
I agree with dday9, that sounds like a network issue with the client computer. How is that computer connected to the network? Wired or wireless? ...
3 replies | 81 view(s)
-
Today, 09:33 AM
twinBASIC IDE BETA 92 is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
Click on "Assets" for the...
1134 replies | 414544 view(s)
-
Today, 08:56 AM
Looking at your error, it appears it is actually happening on the BeginTransaction request.
However, every time I have experienced The specified...
3 replies | 81 view(s)
-
Today, 07:49 AM
I have around 250 users running this app daily for many years. Never had this problem before.
It now ONLY affects ONE user. So I'm (reasonably...
3 replies | 81 view(s)
-
Today, 07:36 AM
No, not a permission problem. I changed the code to run notepad and still same issue with notepad. Has to be the application that is calling the my...
8 replies | 246 view(s)
-
Today, 07:33 AM
It looks like the file is located on a network share. Maybe it is a permision problem. You could try to copy the file to your computer and see if it...
8 replies | 246 view(s)
-
Today, 06:42 AM
Shared DB is the way to go. I have used Access MDBs for this in many cases both with DAO and ADO, and of course SQL Server and SQL Server Express in...
4 replies | 176 view(s)
-
Today, 05:53 AM
ok i have found the answer :bigyello::bigyello:
8 replies | 184 view(s)
-
Today, 05:45 AM
Function DecToBin$(Value&)
While Value > 0
DecToBin = Value Mod 2 & DecToBin
Value = Value \ 2
Wend
End Function
8 replies | 308 view(s)
-
Today, 05:39 AM
Sounds like a Debug folder, rather than a Debug file.
6 replies | 200 view(s)
-
Today, 05:07 AM
Hi Paul,
What else would you call: -
"D:\Visual Studio Projects\Projects\AlarmClock\bin\Debug"
Poppa
PS. I don't pop a mint ON, I pop...
6 replies | 200 view(s)
-
Today, 04:09 AM
That's a contradiction, because the value IS committed when browsing through items using the arrow keys.
2 replies | 91 view(s)
-
Today, 03:31 AM
Updating a single database from two places? That's fine. Even for Access. Mostly.
Copying the database around? That's risky, because while...
4 replies | 176 view(s)
-
Today, 03:17 AM
I think I worked it out.
Dim ComboBoxValueChanged As Boolean = False
Private Sub ComboBox1_SelectionChangeCommitted(sender As Object, e As...
2 replies | 91 view(s)
-
Today, 03:02 AM
Hi,
I want to handle the event only when a combox's value is committed.
Not when browsing through items using the arrow keys....
2 replies | 91 view(s)
-
Today, 02:32 AM
Or, perhaps, he shares the same "illness" as the character in The Time Traveller's Wife, who finds himself unexpectedly and randomly "bouncing"...
15 replies | 442 view(s)
-
Today, 01:37 AM
joining date is not guaranteed lol sometimes forget because i haven't used it for a long time
8 replies | 184 view(s)
-
Today, 01:26 AM
Yeah, right......
Homework.....
Joined in 2009 (13 years ago), at age what? 4 years old?
8 replies | 184 view(s)
-
Today, 01:22 AM
Yeah. "Officially" resolved (just saw the post now)
After reading your description of the problem, my first try would be:
1) make copies of the...
7 replies | 168 view(s)
-
Today, 01:20 AM
@ahenry @SamOscarBrown ok i am using access database and using command button to search my data from db to showing in my listvie and then my form1...
8 replies | 184 view(s)
-
Today, 12:33 AM
E.g.
Dim dt = #1/1/2022#
Do
Dim str = $"{dt:d}: {dt.Year}{dt.Month - 1 + (dt.Month Mod 2):00}"
Console.WriteLine(str)
dt =...
1 replies | 92 view(s)
|
Click Here to Expand Forum to Full Width
|