Search found 4102 matches

Search found 4102 matches Page 2 of 411
by CodenStuff
Sat Apr 18, 2020 7:08 pm
Forum: Help & Support
Topic: displaying records
Replies: 3
Views: 12472

Also what is the error?
by CodenStuff
Sat Apr 18, 2020 7:07 pm
Forum: Help & Support
Topic: displaying records
Replies: 3
Views: 12472

hello im using this to display my records in a table with pagination but it will show all the records but i want it do it only shows the records that the username put in to the database i tried this. below shows all the records $sql = 'SELECT * FROM orders LIMIT '.$page1.', 4'; this is ment to just...
by CodenStuff
Thu Mar 19, 2020 8:22 pm
Forum: Announcements
Topic: Site update - March 19th 2020
Replies: 3
Views: 12752

Hello Coders, Well, you can't fail to notice we have started updating the site to a new (or retro) simpler style. This should make the site easier to navigate, view, use and this is across all kinds of devices from mobile phones to high end PC's. We did encounter a problem when updating the database...
by CodenStuff
Sun Dec 09, 2018 3:18 pm
Forum: Help & Support
Topic: Date issue
Replies: 2
Views: 7839

Have you tried:
Code: Select all
mydate.value.date
by CodenStuff
Sat Dec 01, 2018 10:14 pm
Forum: Introduce Yourself
Topic: It's been a while
Replies: 2
Views: 7938

You're welcome, Martin. Let us know when you officially graduate so we can celebrate with you :) This site has been online for 9 years (we'll be 10 next year!) and we will be here for many more years. In fact we'll be here for as long as the internet exists ... and as long as we continue to pay the ...
by CodenStuff
Tue Sep 11, 2018 7:12 pm
Forum: Misc
Topic: Visual Studio Code
Replies: 3
Views: 8367

It's not bad and you don't need a VB download, it is an all-rounder coding UI. Visual Studio code lets you create/edit files in vb, c#, c++, java, html, css etc

I have it and it comes in handy for various tasks. It's not a full dev kit though.
by CodenStuff
Sat Sep 08, 2018 7:36 pm
Forum: Help & Support
Topic: Profile Avatar Help
Replies: 2
Views: 8523

What do you mean by "Dope"?

Here's a picture of a bouncer to relate to your username lol

Image
by CodenStuff
Sat Sep 08, 2018 7:29 pm
Forum: Introduce Yourself
Topic: I have returned!
Replies: 1
Views: 2414

Let me be the first to give you a big hello and welcome home :D
by CodenStuff
Wed Sep 05, 2018 10:18 pm
Forum: Codenstuff boardroom
Topic: Learning to drive..er..ride
Replies: 2
Views: 3197

Disaster? lol Well I did my CBT. Unsure if this is standard in other parts of the world but in the UK it is basically Compulsory Basic Training which you must complete in order to learn to ride a bike by yourself on the roads. This was a one day event (took about 5 hours) during which I was taught h...
by CodenStuff
Sat Aug 11, 2018 5:39 pm
Forum: Coding Help & Support
Topic: Somepages
Replies: 3
Views: 3949

Sorry Dummy1912 I don't have much experience using printer controls, never had the need for them myself lol

Try adding this to your code before or after you set topage/frompage
Code: Select all
PrintDocument1.AllowSomePages = True
OR
Code: Select all
PrintDocument1.AllowSelection = True
Search found 4102 matches Page 2 of 411
Go to advanced search