Current Revision posted to Project Delivery: Content Management Wiki by Thomas Hess on 8/2/2016 2:56:28 PM
Product(s): | ProjectWise Explorer Client | ||
Version(s): | 08.11.11.559 | ||
Area: | Document Code | ||
Original Author: | Bill Kenney, Bentley Technical Support Group |
Problem
User is trying to format a number for his document code, but the format
string is not working as intended. %4u was bringing out -1 and not 0001
with the leading zeros.
Product: ProjectWise Client V8i
Version: 08.11.11.111
Area: Explorer, Problem ID#: 90686, PROBLEMSOLVING
Solution
User changed the environmental attribute in the SQL database to Varchar
instead of Integer, and that corrected the issue.
Tags: Migrated, SELECTsupport