Tema: locate
Ver Mensaje Individual
  #4  
Antiguo 01-11-2008
marcosmendozaa marcosmendozaa is offline
Miembro
 
Registrado: oct 2008
Posts: 15
Reputación: 0
marcosmendozaa Va por buen camino
ps muchas gracias por tu respuesta me parece muy logica, i ps asi puse el codigo

if(dm.T_deptoimpre.Locate('nombre_departamento',edit1.Text,
[loCaseInsensitive])) then
dm.T_deptoimpre.Locate('nombre_departamento',edit1.Text,
[loCaseInsensitive])
else
showmessage('No hay impresoras en ese departamento')


incluso lo intente con el lopartialkey

y no me funciona tampoco me marca error:

undeclared identifier: "loCaseInsensitive"
Incompatible types:'Tlocateoptions' and integer
Responder Con Cita