Author |
Message |
   
D.
Moderator Username: Dave
Post Number: 5467 Registered: 4-1998

| Posted on Friday, March 4, 2005 - 7:55 am: |    |
I'm being forced into the cruel and unusual punishment of using ASP code on a project and want to understand a few things. 1) Is all the code in area A required or can some lines like "local_preview" and "preview" be deleted? 2) What is the "i-CheckSum" line and is it a required item? Does it match a field in the database? (I don't have direct access to the database).
 |
   
Rick B
Citizen Username: Ruck1977
Post Number: 493 Registered: 8-2003
| Posted on Friday, March 4, 2005 - 8:57 am: |    |
Dave, Don't blame ASP on this stuff (but you can probably blame MS!). YOu have about 3 lines in there that are ASP function calls. the rest is FP crap. FP uses web bots for updating sites through its calls and extensions. This looks like some sort of FP/ASP integration. If it were straight ASP, I'd just cycle through each doctor you want to display and display. Looks like FP has some tricky way of integrating with ASP adn creating a result set of hte data. Then passes it back to a class defined in fpdbrgn1.inc. Unfortunately, I don't know what any of this FP stuff means.
|
   
D.
Moderator Username: Dave
Post Number: 5488 Registered: 4-1998

| Posted on Friday, March 4, 2005 - 5:56 pm: |    |
Thanks, Rick. |