- Code: Select all Expand view
- METHOD crearFichas()
::oCnx:deletetables( "tbfichas", .T. )
aDatos := { ;
{ "texto", "LONGTEXT", 250, 0, .T., 0 }, ;
}
RETURN ( ::oCnx:createTable( "tbfichas", aDatos, "id", , "id" ) )
thanks
METHOD crearFichas()
::oCnx:deletetables( "tbfichas", .T. )
aDatos := { ;
{ "texto", "LONGTEXT", 250, 0, .T., 0 }, ;
}
RETURN ( ::oCnx:createTable( "tbfichas", aDatos, "id", , "id" ) )
{ "texto", "M", .... }
nageswaragunupudi wrote:
- Code: Select all Expand view
{ "texto", "M", .... }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 20 guests