Does anyone has an idea why this function is not working anymore?
- Code: Select all Expand view
DLL32 Function PhoneTo(cPhoneNo As LPSTR,cAppName AS LPSTR,cName AS LPSTR,cComment AS LPSTR) AS LONG PASCAL FROM "tapiRequestMakeCall" LIB "tapi32.dll"
........
PhoneTo(IF(US->USTELNUL,"0","") + ALLTRIM(cTelNr),"wordt opgebeld door",ALLTRIm(cTelNm),ALLTRIM(US->USERNAAM))
If I push the button now, the dialer is opened, but the phone number is not visible and the call is not made.
Anyone any idea?
Thanks.