muchas gracias
Publicado por Andrea (22 intervenciones) el 25/01/2005 20:50:51
hola! muchas gracias a las dos personas q responcdieron mi pregunta anterior, lo aprecio!
Ahora tengo otro problemita y es en este código:
esta en el text de la columna de un grid
c=this.value
thisform.pageframe1.page1.grid1.RecordSource=""
CLOSE TABLES ALL
SELECT * from cliente INTO ARRAY pru
fa=pru(1,1)
INSERT INTO factura_aux(cod) VALUES (fa)
thisform.pageframe1.page1.grid1.RecordSource="factura_aux"
al ejecutarlo me aparece un error q dice lo siguiente:
Index does not match the table.Delete the index file and re-create the index
PD: No he creado ningun indice !!!
Gracias
Ahora tengo otro problemita y es en este código:
esta en el text de la columna de un grid
c=this.value
thisform.pageframe1.page1.grid1.RecordSource=""
CLOSE TABLES ALL
SELECT * from cliente INTO ARRAY pru
fa=pru(1,1)
INSERT INTO factura_aux(cod) VALUES (fa)
thisform.pageframe1.page1.grid1.RecordSource="factura_aux"
al ejecutarlo me aparece un error q dice lo siguiente:
Index does not match the table.Delete the index file and re-create the index
PD: No he creado ningun indice !!!
Gracias
Valora esta pregunta


0