|
-
Oct 6th, 2025, 09:46 AM
#1
Forum acting up again.
Have trouble posting answers (Quick reply, reply with quote).
Forum claims "reply is too short" (as in empty)
Doesn't matter if Quick reply or with Advanced
EDIT: Found it
It's the Word "C ASE" (note the blank between C and A)
Forum rejects the post if i remove the blank in that word
We/I had the same thing some months ago
See here: https://www.vbforums.com/showthread....er-Site-Issues
Last edited by Zvoni; Oct 6th, 2025 at 09:59 AM.
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Oct 7th, 2025, 08:19 AM
#2
Re: Forum acting up again.
What about select case statements?
Edit - Hmm, that allowed me to post it. I wonder if it is when SELECT CASE is all capitalized.
Edit 2 - No, that allowed me to post it too. What about on its own: Case
Edit 3 - Nope, that's fine for me too. Are you sure it's the word case getting caught?
-
Oct 7th, 2025, 08:28 AM
#3
Re: Forum acting up again.
 Originally Posted by dday9
What about select case statements?
Edit - Hmm, that allowed me to post it. I wonder if it is when SELECT CASE is all capitalized.
Edit 2 - No, that allowed me to post it too. What about on its own: Case
Edit 3 - Nope, that's fine for me too. Are you sure it's the word case getting caught?
Pretty sure.
I was trying to post some SQL-Code having a C ASE WHEN
In particular this thread and the SQL-Code within
https://www.vbforums.com/showthread....=1#post5684352
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Oct 7th, 2025, 08:34 AM
#4
Re: Forum acting up again.
I wonder if it was because of the parenthesis before it: (CASE
Edit - No, let me try copying/pasting the entire code snippet:
Code:
SELECT Ma.Control,
SUM(CASE WHEN RLS.ReleaseMethod IS NULL THEN 0 ELSE 1 END) AS SumRelease,
SUM(CASE WHEN RLS.ReleaseMethod IS NOT NULL THEN 0 ELSE 1 END) AS SumReleaseNo
FROM xtlbMROrder AS Ma
LEFT JOIN xtblMROrderSerialNumbers AS RLS ON Ma.Control=RLS.MROrderMasterControl
GROUP BY Ma.Control
Edit 2 - No, it let me copy/paste it. Maybe it's because I'm a moderator? But that just seems very odd.
-
Oct 7th, 2025, 09:53 AM
#5
Re: Forum acting up again.
The message you have entered is too short. Please lengthen your message to at least 4 characters.
"C ASE" isn't an English word unless you can use it in a sentence
-
Oct 8th, 2025, 09:24 AM
#6
Re: Forum acting up again.
 Originally Posted by Steve R Jones
The message you have entered is too short. Please lengthen your message to at least 4 characters.
"C ASE" isn't an English word unless you can use it in a sentence 
You're having me on...
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Oct 8th, 2025, 03:11 PM
#7
Re: Forum acting up again.
I can't post JUST CASE but maybe C ASE?
My usual boring signature: Nothing
 
-
Oct 8th, 2025, 03:12 PM
#8
Re: Forum acting up again.
SELECT Ma.Control,
SUM(CASE WHEN RLS.ReleaseMethod IS NULL THEN 0 ELSE 1 END) AS SumRelease,
SUM(CASE WHEN RLS.ReleaseMethod IS NOT NULL THEN 0 ELSE 1 END) AS SumReleaseNo
FROM xtlbMROrder AS Ma
LEFT JOIN xtblMROrderSerialNumbers AS RLS ON Ma.Control=RLS.MROrderMasterControl
GROUP BY Ma.Control
My usual boring signature: Nothing
 
-
Oct 8th, 2025, 03:12 PM
#9
Re: Forum acting up again.
Code:
SELECT Ma.Control,
SUM(CASE WHEN RLS.ReleaseMethod IS NULL THEN 0 ELSE 1 END) AS SumRelease,
SUM(CASE WHEN RLS.ReleaseMethod IS NOT NULL THEN 0 ELSE 1 END) AS SumReleaseNo
FROM xtlbMROrder AS Ma
LEFT JOIN xtblMROrderSerialNumbers AS RLS ON Ma.Control=RLS.MROrderMasterControl
GROUP BY Ma.Control
My usual boring signature: Nothing
 
-
Oct 8th, 2025, 03:12 PM
#10
Re: Forum acting up again.
SELECT Ma.Control,
SUM(C ASE WHEN RLS.ReleaseMethod IS NULL THEN 0 ELSE 1 END) AS SumRelease,
SUM(CASE WHEN RLS.ReleaseMethod IS NOT NULL THEN 0 ELSE 1 END) AS SumReleaseNo
FROM xtlbMROrder AS Ma
LEFT JOIN xtblMROrderSerialNumbers AS RLS ON Ma.Control=RLS.MROrderMasterControl
GROUP BY Ma.Control
My usual boring signature: Nothing
 
-
Oct 8th, 2025, 03:12 PM
#11
Re: Forum acting up again.
Well, I can't replicate it. Which browser are y'all using. All y'all who are getting the problem, that is.
My usual boring signature: Nothing
 
-
Oct 9th, 2025, 12:24 AM
#12
Re: Forum acting up again.
 Originally Posted by Shaggy Hiker
Well, I can't replicate it. Which browser are y'all using. All y'all who are getting the problem, that is.
Firefox
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Oct 9th, 2025, 02:20 AM
#13
Re: Forum acting up again.
 Originally Posted by Shaggy Hiker
Well, I can't replicate it. Which browser are y'all using. All y'all who are getting the problem, that is.
The word SELECT is more than 4 characters.... BOOM you're done and have gotten past too short error.
Chrome.
-
Oct 9th, 2025, 04:36 AM
#14
Re: Forum acting up again.
Select case
Code:
SELECT CASE WHEN ID IS NULL THEN 0 ELSE 1 END FROM MyTable
EDIT:
Weird....
Maybe the Rules here in Forum Feedback are different?
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Oct 9th, 2025, 08:13 AM
#15
Re: Forum acting up again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|