[Axapta-Knowledge-Village] Re: Deleting files in a folder

2007-06-20 Thread da_man812000
I used this code to delete all files that are contained in a directory: FilePathfolder = "E:\\My uninstaller"; FilePathfilePath; container fileInfo; int fileHandle; FileNamefnameTmp; ; fnameTmp = folder; filePath = fnameTmp; if (substr(

[Axapta-Knowledge-Village] Company and virtual company

2005-04-22 Thread da_man812000
Hi group! I have 2 companies with some common tables (for example custtable). I create a Virtual Company, I have a problem when the companies have the same customers as the field dataAreaId contains the Virtual company's name. I would like to view only customer, in other words I don't want to hav