Search found 29 matches: vcard

Return to advanced search

Re: VCard import

yes, I had arrived at this. Then another problem that the tvcard class reads only the first record instead in the file there are so many. I think it was made just to read only one vcard, in fact it only points to the first interval "BEGIN: VCARD", ...
by Silvio.Falconi
Tue Oct 22, 2019 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909

Re: VCard import

Silvio, I think I have not explained myself well, or you have not understood my message. When a method is declared VIRTUAL in a class (in this case TVCard), it is because the programmer will carry out a class (TMyVCard, for example) that will inherit from the initial (TVCard), and in that class the ...
by cnavarro
Tue Oct 22, 2019 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909

Re: VCard import

Cris i insert the link on message ,there's no parent or inhereit class
Is wrote Only

Class Tvcard
I not see parent class
by Silvio.Falconi
Tue Oct 22, 2019 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909

Re: VCard import

Nages, where are these methods METHOD SaveToDBF() VIRTUAL METHOD ReadFromDBF() VIRTUAL METHOD SaveAsText() VIRTUAL METHOD RestoreFromText( cText ) VIRTUAL METHOD WriteVCard() VIRTUAL Silvio, where have you copied that code? In the class where that code was, it is the main class or "parent"...
by cnavarro
Tue Oct 22, 2019 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909

Re: VCard import

Of course....
Cris let me see wich Is the principal class because i not see it

Please ready the Nages topic
and you found the tcard class I mean

viewtopic.php?f=3&t=26196#p143937
by Silvio.Falconi
Tue Oct 22, 2019 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909

Re: VCard import

The VIRTUAL clause is used so that these methods are defined in the classes that are created inheriting from the principal.
by cnavarro
Tue Oct 22, 2019 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909

Re: VCard import

Nages, where are these methods METHOD SaveToDBF() VIRTUAL METHOD ReadFromDBF() VIRTUAL METHOD SaveAsText() VIRTUAL METHOD RestoreFromText( cText ) VIRTUAL METHOD WriteVCard() VIRTUAL https://i.postimg.cc/MGhGxTYg/vcf.jpg How I can make to go to the next record ? How I can to save eac...
by Silvio.Falconi
Tue Oct 22, 2019 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909

Re: Exportar a VCard

Manuel, tu ejemplo funciona perfectamente, la idea de hacerlo en c es para ganar más velocidad y aprender un poco c, pero me he topado que no se como pasarla como una funcion de harbour.

Un saludo y mil gracias
Gabriel
by Frafive
Wed Oct 15, 2014 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 4
Views: 626

Re: Exportar a VCard

... aDatos )local cTexto:= ""local nLen:= len( aDatos ) local ifor i= 1 to nLen      cTexto+= "BEGIN:VCARD " + CRLF     cTexto+= "VERSION:2.1 " + CRLF     cTexto+= "N:" + aDatos[i,2] + " ...
by mastintin
Wed Oct 15, 2014 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 4
Views: 626

Re: Exportar a VCard

No se si diré una tonteria , pero a primera vista esa función diría que se puede hacer directamente en Harbour sin demasiado problema. ¿ Hasprobado con memowrit() ?
by mastintin
Wed Oct 15, 2014 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 4
Views: 626

Exportar a VCard

... pero me encuentro con el problema de como pasarla a una función de harbour y llamarla desde fivewin. A la función se le pasan tres parametros vCard(n_contactos,datos,n_archivo); El número de contactos, un array con los datos y el nombre del archivo. Un saludo y gracias Gabriel Aqui el código: ...
by Frafive
Wed Oct 15, 2014 7:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 4
Views: 626

Re: Exportar a VCard

Fiz assim:       Net_Use("FTCLIMES","CSVCLIM")      Net_Use("FTCLIEND","CSVCLIE")      Set Relation To NR_CL Into CSVCLIM      Set Filter   To "@"$OBS     ...
by ORibeiro
Sat Oct 04, 2014 8:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 1
Views: 366

Exportar a VCard

Hola amigos

Alguien tiene alguna idea de como generar un archivo vcf desde una dbf ?, para despues importarlo a cualquiler dispositivo móvil.

Un saludo

Gabriel
by Frafive
Fri Oct 03, 2014 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar a VCard
Replies: 1
Views: 366

Re: VCard import

Hola


Para exportar a Vcard ? alguien tiene algo hecho.

Un saludo
Gabriel
by Frafive
Wed Oct 01, 2014 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5909
Next

Return to advanced search