15,794,377 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by tara lara (Top 8 by date)
tara lara
21-Jun-20 22:24pm
View
Thank you so much!! I can't believe I didn't see that error the first time. Sorry about that.
tara lara
21-Jun-20 13:21pm
View
Hello. I looked at the website. I re-wrote the function like this:
def infoB(year, sem):
return cursor.execute("SELECT * FROM COURSES WHERE sem_year = :year AND semester = :sem", {"year": year, "sem": sem})
My function still is not returning anything. I tried doing this instead:
def infoB(year, sem):
return cursor.execute("SELECT * FROM COURSES WHERE sem_year = :year AND semester = :sem ", {"year": uyear, "sem": usem})
But I get an error with this. Can you refer me to another website?
tara lara
20-Jun-20 12:25pm
View
Hi. Ok, I tried that but it's still not returning any values. Does anyone have any other idea?
tara lara
19-Dec-19 18:10pm
View
That's true. Most parts of the world don't use the AM/PM system.
tara lara
18-Dec-19 13:22pm
View
Do you know what function this is and how to use it for buttons? I don't necessarily want all of the buttons to be checked off but I want to write an "if-statement" that will check off the box according to the local time.
tara lara
18-Dec-19 13:15pm
View
I wanted to use standard time so I did "int Hour = localTime->tm_hour % 12". I guess in military time it would be hour 17 actually.
tara lara
17-Dec-19 21:10pm
View
Ok. I'll do that. Sorry. I never use this website therefore I didn't know about that.
tara lara
17-Dec-19 20:49pm
View
Ok. I guess that's one thing I could fix. Would I still be able to edit the buttons individually even if they are in a list (and not separately)?
Show More