Re: win32Lib - newUIObj bug?

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu