Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Declare Long tapiRequestMakeCall In ;
"TAPI32.DLL" String tcPhone, String nothing, String nothing2, String nothing3
Use Home(2)+"\data\customer.dbf" Shared Again In 0
Select customer
Scan
=telephone_call(ALLTRIM(customer.phone),ALLTRIM(customer.contact))
Endscan
Function telephone_call(nPhonenum,cContact)
RetVal = tapiRequestMakeCall(nPhonenum,"I'm calling :",Alltrim(cContact),"")
Endfunc