Search found 12 matches: ccomment

Return to advanced search

String manipulation

... manipulate a string. I am sending an HL7 result message that contains a comment section. In this comment section I am inserting my comment (var = cComment) cComment can contain a paragraph or more. The issue I'm having is, if the user enters their comment as one long string (ie: no CRLFs) the ...
by Jeff Barnes
Tue Jul 31, 2018 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String manipulation
Replies: 3
Views: 659

Re: funciones de FWH y Harbour en un archivo .txt

... HB_SetTermCP(<cTermCP>,[<lBoxChar>])->Nil HB_SetWith([<oNewObject>])->oOldObject HB_SetZIPComment(<cComment>)->Nil HB_Shadow(<nTop>,<nLeft>,<nBottom>,<nRight>,[<nColorAttr>])->Nil HB_SizeOfCStructure(<aTypes>,[<nAlign>])->nBytes ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: Zip functions - I'm in trouble

... $DOC$ * $FUNCNAME$ * HB_SETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Set an Zip archive Comment * $SYNTAX$ * HB_SETZIPCOMMENT( <cComment> ) --> Nil * $ARGUMENTS$ * <cComment> Comment to add to the zip archive * $RETURNS$ * <NIL> this function always return NIL ...
by Enrico Maria Giordano
Sun Aug 30, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zip functions - I'm in trouble
Replies: 1
Views: 905

Making a Tapi call: Outlook Vs my program

James, I have compiled a program with this function: DLL32 Function PhoneTo1( cPhoneNo As LPSTR, cAppName AS LPSTR, cName AS LPSTR, cComment AS LPSTR ) ; AS LONG PASCAL FROM "tapiRequestMakeCall" LIB "TAPI32.DLL" It's work fine but at least two dialog appears on the screen for each calls. ...
by MarcoBoschi
Thu Oct 09, 2008 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TAPI
Replies: 14
Views: 3197

... phone calls and send sms through skype. Function Countrycode() not included. Hope you'll enjoy it. :lol: Antonio FUNCTION PhoneTO(cPhone,cNome,cComment,CodeCountry) Local oSkype,oCall,oUser DEFAULT CodeCountry := CountryCode() if empty(cPhone) return 0 endif //if its a user do nothing if val(cPhone) ...
by AHF
Sat Nov 17, 2007 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5693

Dear AHF,

Try

oCall := oSkype:SendSms(cPhone, cComment)

Code: Select all  Expand view
oCall := oSkype:PlaceCall(cphone)


Regards,
Dutch
by dutch
Wed Nov 14, 2007 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5693

Making Skype phone calls and sms

I've been trying with the code below but it doesn't work. FUNCTION PhoneTO(cPhone,cNome,cComment) Local oSkype,oCall,oUser cPhone := alltrim(cPhone) Try oSkype := CreateObject("Skype4COM.Skype") Catch alert("Skype4Com não está instalado!") return End If .not. oSkype:Client:IsRunning() ...
by AHF
Wed Nov 14, 2007 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5693

Re: Copiar objecto database a otro

... del objecto database a otro? Salu2. Tdbf es similar a TDataBase pero más potente. En Tdbf se haría: oTDbfexDomi := oTDbfDomici:Clone( lNewArea, cComment ) y para copiar los valores de los campos: For nContador := 1 To Len( oTDbfDomici:aTField ) AEVAL( oTDbfexDomi:aTField, { |oCampo| If( oCampo:cName ...
by FiveWiDi
Wed Oct 17, 2007 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copiar objecto database a otro
Replies: 5
Views: 1320

TDBF

... (sin optimizar) que utilizo con FWH 7.01 y parece que funciona correctamente: Saludos ****************************** METHOD Clone( lNewArea, cComment ) CLASS TDbf local oDb := Self local oClon DEFAULT lNewArea := .f. DEFAULT cComment := ::cComment if lNewArea oClon := DbfServer( oDb:cFile ...
by FiveWiDi
Tue Apr 03, 2007 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADSISSHARED,ADSISREADONLY,ISSHARED,ISREADONLY EN TDBFH
Replies: 22
Views: 6581

Re: TESTZIP

... $DOC$ * $FUNCNAME$ * HB_SETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Set an Zip archive Comment * $SYNTAX$ * HB_SETZIPCOMMENT( <cComment> ) --> Nil * $ARGUMENTS$ * <cComment> Comment to add to the zip archive * $RETURNS$ * <NIL> this function always return NIL ...
by Enrico Maria Giordano
Fri Jan 05, 2007 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TESTZIP
Replies: 3
Views: 1983

... $DOC$ * $FUNCNAME$ * HB_SETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Set an Zip archive Comment * $SYNTAX$ * HB_SETZIPCOMMENT( <cComment> ) --> Nil * $ARGUMENTS$ * <cComment> Comment to add to the zip archive * $RETURNS$ * <NIL> this function always return NIL ...
by Enrico Maria Giordano
Thu Feb 23, 2006 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIPS Functions
Replies: 11
Views: 4294

Re: uso di zip-unzip

... $DOC$ * $FUNCNAME$ * HB_SETZIPCOMMENT() * $CATEGORY$ * Zip Functions * $ONELINER$ * Set an Zip archive Comment * $SYNTAX$ * HB_SETZIPCOMMENT( <cComment> ) --> Nil * $ARGUMENTS$ * <cComment> Comment to add to the zip archive * $RETURNS$ * <NIL> this function always return NIL ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1845

Return to advanced search