The example is very much appreciated Norm. I was just in the midst of writing the procedure to call the data from the database column and loaded it to an array.
I will load your example into the IDE and give it a run and see what is happening in the code so I can follow the flow and see how I can ...
Search found 15 matches
- Thu Sep 21, 2017 3:38 am
- Forum: Coding Questions
- Topic: Finding "mode" of a data base column...
- Replies: 4
- Views: 1323
- Thu Sep 21, 2017 1:59 am
- Forum: Coding Questions
- Topic: Finding "mode" of a data base column...
- Replies: 4
- Views: 1323
Re: Finding "mode" of a data base column...
So to understand this correctly (newbie), I would call the DB and then collect the data in the desired column and place it in an array then sort it to find the most entered number(s). Once it is loaded into an array there must be, or I hope there would be, an expression that can be used to get the ...
- Wed Sep 20, 2017 11:28 pm
- Forum: Coding Questions
- Topic: Finding "mode" of a data base column...
- Replies: 4
- Views: 1323
Finding "mode" of a data base column...
I have been looking through the variables and types table in help section of the IDE but have not been able to find what I am after. I am looking to write a formula to get the "mode" and or "multimode" using a column containing numbers (grades), in a database. Can someone point the way to the proper ...
- Tue Sep 19, 2017 5:19 pm
- Forum: 3D Programming
- Topic: Looking for information - How to create 3D animation
- Replies: 5
- Views: 3098
Re: Looking for information - How to create 3D animation
As I went over the code more intently I was able to follow the structure of where the calls where pointing in the folders for PB.
I will keep looking at the various coding to learn from and also check the book you recommended. I have a cope of the beginners manual and have had a small peek in it ...
I will keep looking at the various coding to learn from and also check the book you recommended. I have a cope of the beginners manual and have had a small peek in it ...
- Mon Sep 18, 2017 9:06 pm
- Forum: 3D Programming
- Topic: Looking for information - How to create 3D animation
- Replies: 5
- Views: 3098
Re: Looking for information - How to create 3D animation
I appreciate the help applePi... This is a great start to learning to understand how the 3D aspect of coding works and how best to approach it. The example of the globe with smaller spheres is a little sloppy in look and function, obviously, but it offers some insight to how and how no to code the ...
- Sun Sep 17, 2017 8:46 pm
- Forum: 3D Programming
- Topic: Looking for information - How to create 3D animation
- Replies: 5
- Views: 3098
Looking for information - How to create 3D animation
My apologies for such a broad question.... but I am looking to find information on how to develop a 3D animated piece to run within my current project. I am not sure if I require additional software to develop a 3D mesh or structure for what I am after or whether it can be done directly using PB ...
- Mon Sep 11, 2017 2:21 am
- Forum: Coding Questions
- Topic: Populating the textgadget issue
- Replies: 9
- Views: 2419
Re: Populating the textgadget issue
This part of the programming is not completed thanks to all advice and the help given.
Thank you all for being understanding of my lack of knowledge. I know I will be posting a new thread shortly on how to write a more complex procedure for comparing items stored in a DB, but that will wait until I ...
Thank you all for being understanding of my lack of knowledge. I know I will be posting a new thread shortly on how to write a more complex procedure for comparing items stored in a DB, but that will wait until I ...
- Sat Sep 09, 2017 6:50 pm
- Forum: Coding Questions
- Topic: Populating the textgadget issue
- Replies: 9
- Views: 2419
Re: Populating the textgadget issue
I greatly appreciate all the replies, and I will go through each thoroughly to better understand what I have missed and/or misunderstood about my procedure and text gadgets. I should have mentioned that the window setup does have a textgadget named and in place for each column to be populated ...
- Sat Sep 09, 2017 6:42 am
- Forum: Coding Questions
- Topic: Populating the textgadget issue
- Replies: 9
- Views: 2419
Populating the textgadget issue
I am still rather new to PB and took the past year away from any code and I have decided to get back into it to learn more.
This maybe a rather simple and silly problem but the resolve escapes me and it has been nagging at me for a couple days now..... I am attempting to populate my textgadget with ...
This maybe a rather simple and silly problem but the resolve escapes me and it has been nagging at me for a couple days now..... I am attempting to populate my textgadget with ...
- Mon Nov 02, 2015 10:10 pm
- Forum: Coding Questions
- Topic: Comparing string gadget input
- Replies: 4
- Views: 742
Re: Comparing string gadget input
I will look at all the examples and use the best solution. I greatly appreciate the helpful snippets to learn from.
In my coding I have all data base queries set, finished and closes. As I mentioned the project works properly, however while doing a search for an "item" from either gadget the result ...
In my coding I have all data base queries set, finished and closes. As I mentioned the project works properly, however while doing a search for an "item" from either gadget the result ...
- Mon Nov 02, 2015 8:13 pm
- Forum: Coding Questions
- Topic: Comparing string gadget input
- Replies: 4
- Views: 742
Re: Comparing string gadget input
I appreciate the advice. I'll look up "array" in the help file and see how I can implement that because it seems to be the option to use in this scenario.
I have the project almost completed at this point. All functions are working, with the StringGadget() and GetGadgetText(). The biggest issue I ...
I have the project almost completed at this point. All functions are working, with the StringGadget() and GetGadgetText(). The biggest issue I ...
- Mon Nov 02, 2015 6:45 pm
- Forum: Coding Questions
- Topic: Comparing string gadget input
- Replies: 4
- Views: 742
Comparing string gadget input
I apologize for being so new to PB... and I am sure this is a rather simple resolve for those who have been working with PB. This is only me second attempt at a project and I have found that the help file that is attached to the IDE is handy but less than helpful in learning to actually implement ...
- Sat Dec 13, 2014 8:00 pm
- Forum: Coding Questions
- Topic: Changing database row after user input.....
- Replies: 1
- Views: 1202
Changing database row after user input.....
New and in need of advice and a push in the right direction.
I'll try to explain what I am attempting to do....
I have been trying many different ways to accomplish my goal but have not figured out how to make this work yet.
My database contains sport player information. Once the program is run ...
I'll try to explain what I am attempting to do....
I have been trying many different ways to accomplish my goal but have not figured out how to make this work yet.
My database contains sport player information. Once the program is run ...
- Wed Dec 03, 2014 3:44 am
- Forum: Coding Questions
- Topic: Printing database information.
- Replies: 3
- Views: 2008
Re: Printing database information.
Thank you for the push in the right direction.... I'll see what i can do with this snippet in my project.
- Tue Dec 02, 2014 5:46 am
- Forum: Coding Questions
- Topic: Printing database information.
- Replies: 3
- Views: 2008
Printing database information.
Being extremely new to this, and on my first project to learn PB I am having a little trouble understanding the print function.
What I am currently trying to do is write a procedure to allow a user click the print button and print the schedule stored in the DB.
Currently I have a schedule that ...
What I am currently trying to do is write a procedure to allow a user click the print button and print the schedule stored in the DB.
Currently I have a schedule that ...