... Gene, In my experience, simply sending out batches of e-mail is not generally sufficient to trigger spam filters, otherwise a whole bunch of legitimate...
I am creating an object report for Student "Learning Profiles," and I want to eliminate an empty line when the text is not printed (is blank). The decoding...
We had a similar situation. I had to add the port :8080 to the IP address in order to log in. xx.xxx.xx:8080/admin Not sure if that will help you but it...
How do you handle sending out sheets to collect homework when students are serving in- school suspensions. Is there an easy way to print a sheet through...
there are several files I would like to use in Powerschool, but I can't seem to figure out how to save them onto my computer and them import them. I have...
... If I understand correctly, it sounds like you want to use a "checkbox" field type for that particular field. Tom ... Tom Donovan Chief Information Officer ...
Here are some basic customization instructions: <http://www.somerton.k12.az.us/ps/Customization.html> Bob Cassidy, Somerton School District, Arizona, K-8, 2700...
We created a custom screen for our 2nd mailings and we want a flag to show at the top of the screen when we put information on that page. ... [Non-text...
Are you wanting to move where things are tabbed to based on whether the fields are empty or not? If so you can use "if" statements to say things like, if field...
We do this on a few reports... the trick is to make your entire code one long line with NO line breaks. Then include the <br> tag WITHIN the output of the...
I need to be able to export a data file that includes the academic history for students at my school. This file needs to include student ID numbers, course...
Hi, I am new to PowerSchool administration after having used the program for several years. Does anyone has any idea as to why a student shows up as...
for the student the class that is not showing any student make sure that there is not a student in that class list that is enrolled twice into the class. check...
Will, Here's a suggested list of fields to export, using DDE from the StoredGrades table. The fields that have brackets, e.g., [1]student_number are pulling ...
We are new to PowerSchool and I have tried running the ADA/ADM by Date report; however, the report has all zeros. The ADA/ADM by Student seems to work...
... Hi Melissa, You have duplicate attendance records for at least one student to get that result. You can use the ADA/ADM by Student report to find them by ...
Debbie: Thanks for your help. I found one student on the ADA/ADM by Student report who has zero attendance. How do I find where the duplicate is and delete...
For those of you who write PHP scripts to manipulate PowerSchool data, do you have PHP installed on the PowerSchool server itself? I was planning on connecting...
... There are many things that could cause your mail server/powerschool server to be pegged as a spam server. Many mail servers/providers will block mail...
... Lisa, I assume you're running a Windows server, but if you're running a Mac OS X server, PHP is already there. It might just need to be enabled. Tom ... ...
My personal suggestion would be to not put it on the same box. One thing is that there isn't a webserver that you have manipulative control over on the...
That was my initial feeling about the matter. I am planning on connecting via ODBC with PHP, but I haven't gotten started beyond figuring out how to connect. ...
To add to this would there be anyway to have a script setup on an enrollment page which would be triggered to enter students into the Active Directory? I don't...
No direct way to put a function in PowerSchool such as that (or tie in an outside PHP script for that matter), however, you could have a nightly routine set...
Final update on the matter… Currently we are using Microsoft VisualStudio.NET to create web pages that directly access the Sybase database (even putting link...
Dave, You state that "External apps (like the ones we are writing) do not have direct access the PVSIS_Custom_Students views." Is this because you are using...
Trying to get an export out that lists student name, 8th hour teacher and 9th hour teacher for third trimester. The search codes I have always used do not...