Hi I have this code in a grid within a onrecord event, when I run I get the following error: Undefined offset: 0, no I’m doing wrong, any help.
Thank you
Hola tengo este c?digo en un grid dentro de un evento onrecord, cuando lo ejecuto me sale el siguiente error: Undefined offset: 0, no se que estoy haciendo mal, alguna ayuda.
Gracias
// SQL statement parameters
$check_table = ‘tarifas’; // Table name
$check_where = “codcli = ‘[v_codcli]’
and
codart= ‘{codart}’”; // Where clause
// Check for record
$check_sql = ‘SELECT codcli, codart, preven’
. ’ FROM ’ . $check_table
. ’ WHERE ’ . $check_where;
sc_lookup(dataset, $check_sql);
{prevena} = {dataset[0][0]};;
}
else
{
{prevena} = {prevena}; // sin variable de session
}