Search found 7 matches: datafields

Return to advanced search

Re: Tabla MySql en Array y xBrowse

... "No se puede conectar a la BD: " + cDbName, "Operacin Cancelada" ) oCon:Free() return endif // Creamos un objeto Table con DataFields oTb := TMsTable( cTabla ):New( oDataBase, cTabla ) // Abrimos la tabla, traemos el resultado a nuestro cliente if !oTb:Open() MsgInfo( "No ...
by Compuin
Wed Jun 07, 2017 4:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla MySql en Array y xBrowse (RESUELTO)
Replies: 15
Views: 2249

I require some work done - eMail Merge Feature

... and xHarbour. Its a basic CRM and quoting system. I need to add the functionaliy to be able to send bulk emails to the database by merging certain datafields. i.e. Dear <<title>> <<surname>> etc. Where I need the help is the editor - I would like the user to be able to create ...
by Ollie
Tue Jul 15, 2008 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I require some work done - eMail Merge Feature
Replies: 32
Views: 7319

FELICITACIONES ADOLFO

Y como se manejan en esta clase los datafields


Es decir

obj:Nombre de campo


Saludos Cordiales
by Vladimir Zorrilla
Thu Jun 12, 2008 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADOBASE, ultima version muy mejorada.
Replies: 27
Views: 6219

How free Class Dymanic

Friends Have function for create DATAfields function TMyMSQuery( cCls ) ; return( MyGenClass( cCls, TMSQuery() ) ) The variable __aHCls AAdd( __aHCls, { cClsName, __nClassH } ) the class and handle How free static __aHCls := {} #include "HbClass.ch" ...
by Vladimir Zorrilla
Thu Jun 12, 2008 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How free Class Dymanic
Replies: 1
Views: 487

Como libero de memoria una clase dinamica

Estimados Amigos Usa una funcion para crear DATAfields function TMyMSQuery( cCls ) ; return( MyGenClass( cCls, TMSQuery() ) ) Uso una variable __aHCls a la que le agrego AAdd( __aHCls, { cClsName, __nClassH } ) la clase y su manejador pero no se ...
by Vladimir Zorrilla
Thu Jun 12, 2008 12:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como libero de memoria una clase dinamica
Replies: 3
Views: 1008

... ; ORDER BY 1 ; OF oDtBase // Traemos el resultado a nuestro cliente OPEN TABLE oTabla *oTabla := TMsTable( cTabla ):New( oDtBase, cTabla ) // Con DataFields: // oTabla := TMyTable( cTabla ):New( oDtBase, cTabla ) // Traemos el resultado a nuestro cliente IF oTabla:lOpened DEFINE DIALOG oDlg RESOURCE ...
by ADBLANCO
Fri Nov 02, 2007 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Eagle (mysql) y el Wbrowse
Replies: 4
Views: 1480

Problemas con Eagle (mysql) y el Wbrowse

... ; ORDER BY 1 ; OF oDtBase // Traemos el resultado a nuestro cliente OPEN TABLE oTabla *oTabla := TMsTable( cTabla ):New( oDtBase, cTabla ) // Con DataFields: // oTabla := TMyTable( cTabla ):New( oDtBase, cTabla ) // Traemos el resultado a nuestro cliente IF oTabla:lOpened DEFINE DIALOG oDlg RESOURCE ...
by ADBLANCO
Fri Oct 26, 2007 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Eagle (mysql) y el Wbrowse
Replies: 4
Views: 1480

Return to advanced search