|
|||||||||
| Post | Reply | Previous | Next | All Messages |
|
Date: Thu May 8 21:15 From: CChris <christian.cuvier at ag?icu?ture.gouv.fr> Subject: Re: win32Lib - newUIObj bug? |
getNameId() was changed in 70.4a. Please paste this to replace the current body of getNameId(), and tell me if it gets you going:global function getNameId(sequence pName) integer p pName=makeStandardName(pName) p=find(pName, ctrl_Name) if p=0 then return 0 end if while not validId(p) do p=find_from(pName, ctrl_Name,p+1) if p=0 then return 0 end if end while return p end function CChris
| Post | Reply | Previous | Next | All Messages |