I am having enormous trouble doing a simple task like displaying a date.
I have imported Pan 6 databases and they have not problem and when I inspect them in Pan X on object properties and all that stuff and compare it with a Newly Created Pan X database there seems no apparent difference.
I get no joy. Hours shot on such a trivial goal.
Here is the Procedure which simply creates a new record, puts a unique ID in, and records the date it was created and creates a second date for when last modified.
;
;-------------------------------Called “.NewRecord”
;Puts unique ID number in field ID for smart merge routines
local OptionKey
AddRecord
;
ID=uniqueid(“ID”,“DigitalDevices—”)
;
«First Entered»=datepattern(today(),“mm/dd/yyyy”)
«Last Modified»=today()
The record is created, the ID, the numeric value for the date, just no matter what I do the number stays instead of a formatted date displayed.
This seems really hard to do vs. Pan 6.
Thanks
George