tommyxv |
03-21-2006 08:53 PM |
Quote:
Originally Posted by tommyxv
Some FYI: If you deleted one of the profile fields for whatever reason, you won't be able to uninstall this product. It will give you a database error because the field is no longer there. You have to remove it from the uninstall code to have it uninstall correctly.
I want Fields 50 and 51 to be drop downs, so I have changed the XML.
Seems to work well.
|
For the people having un-install issues, you may need to follow this.
Quote:
Originally Posted by fkatzenb
Sorry, the flu sucks and is sapping my thoughts. When you are logged into VB and view details for each slip entry, the hopepage is your hopepage in every case.
Frank
|
Do you have the latest version becuase that was fixed.
EDIT: Also for anyone installing this, it's highly unlikey but make sure you don't already have profile field numbers 50 and up or you will have problems. If you don't want certain fields, it's best to remove them from the XML before you install it. This way you can remove it later down the line withour problems. EX: I decided not to use "Density Altitude" so i removed all traces of that field from the install and uninstall code. Also of you want certain field to be drop downs, you need to change "input" to "select" for that field in the XML.
|