>>>>I discovered that FB^3 seems to be missing 2 toolbox calls that FB2 >>>>supported, fn ReadDateTime and fn SetCatInfo, so is the following code >>>>correct ?? >>>> >>>>toolbox fn ReadDateTime(long) = int `0xA039 >>>>toolbox fn SetCatInfo(long) = int `0xA260 >>>> >>> >>> These are in the Tlbx Standard.Incl. >>> >>> If you want to find a toolbox call, click on the name of it and hit >>> command-e. The editor will take you to the place where it is defined.(FB^3 >>> Editor manual Page 29). >> >>ReadDateTime seems to be missing from the Tlbx Standard.Incl, so does >>SetCatInfo >> > > I just checked. SetCatInfo is a toolbox alias for PBSetCatInfoSync. Is this > not present in your headers? > > > > Best, > > -STAZ ~)~ This is what I could find in Tlbx Standard.Incl ToolBox FN PBSetCatInfoSync(long) = word `0x205F,0x700A,0xA260,0x3E80 ToolBox FN PBSetCatInfoAsync(long) = word `0x205F,0x700A,0xA660,0x3E80 when searchinf for setcatinfo FutureBasic FB^3 Release 0 hth Pete...