PDA

View Full Version : Duplicate Global Method ExtractFilePath / LastDelimeter



starzen
26-Jun-2018, 09:16 AM
declared in

cWorkspace.pkg

and

cImageList32.pkg

same for LastDelimeter (it is spelled wrong) but it has a #IFDEF around

also IsFileNameQualified and ExtractFileName in same files

Peter van Mil
26-Jun-2018, 09:42 AM
These functions can better be defined in GlobalFunctionsProcedures.pkg (or a similar package).

starzen
26-Jun-2018, 10:11 AM
These functions can better be defined in GlobalFunctionsProcedures.pkg (or a similar package).

Agree. Making a copy and then protecting it with an IFDEF is a problem waiting to happen of course

Dennis Piccioni
12-Jul-2018, 04:31 PM
Hi Mike,

thanks for the report, this is fixed for the next build. We took the approach you and Peter suggested.

Peter van Mil
13-Jul-2018, 01:50 AM
Hi Dennis,

This is great. Can you do the same for the function Network_User_Name in DfAbout.pkg? It is really asking for a same move.