Search found 96 matches: cid

Return to advanced search

Re: To Nages: tdatarow add new

... a new record with a field caracter used for incremental code Someone sad that this part is wrong, because the final user must not see the code (cId) when he add new record          If lAdd             oBrw:oDbf:clearFilter()             oRec:gobottom()             cId:= strzero(oRec:RecNo+1,4)  ...
by Silvio.Falconi
Thu Feb 07, 2019 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: tdatarow add new
Replies: 3
Views: 817

To Nages: tdatarow add new

... but with datasource command then I add oBrw1:bEdit := { |oRec| EditServizi( oRec,oBrw1 ) } on Editsource function I must cal the new number on cId if lAdd Function EditServizi( oRec,oBrw  )   local lAdd := ( oRec:RecNo == 0 )   local lSave := .F.   local oFont   local oBtn  ...
by Silvio.Falconi
Wed Feb 06, 2019 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: tdatarow add new
Replies: 3
Views: 817

other of Tdatarow of fwh

...  local cDefaImage:="noImage.png"   Local cImage:=   oRec:Image   Local oImage   local cImgPath:=".\images\"   local cId := strzero(oRec:RecNo,4)   DEFINE FONT oFont NAME "TAHOMA" SIZE 0, 15   DEFINE DIALOG oDlg SIZE 422, 326 PIXEL ; //FROM 100, 100 TO 426,522;  ...
by Silvio.Falconi
Mon Feb 04, 2019 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: other of Tdatarow of fwh
Replies: 5
Views: 982

Re: clase VLC para crear un player - algunos problemas

Sorry I download and install the rel Version 3.0.4 • Windows 64bit I must compile with specific libs ? I compiled with Harbour and fwh here crash Firma problema: Nome evento problema: APPCRASH Nome applicazione: test.Exe Versione applicazione: 0.0.0.0 Timestamp applicazione: 00000000 Nome modulo con...
by Silvio.Falconi
Mon Oct 15, 2018 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase VLC para crear un player - algunos problemas
Replies: 15
Views: 3707

Re: Google APIS Lib for Fivewin

... release Cristobal, 1. How to download GMail's body and attachments under a certain label? These are the methods to use METHOD List( cType, cLabel, cId, nMaxResults, lAdd ) // Generic method METHOD ListMessages( nMaxResults, cLabel ) INLINE ::List( "messages", cLabel, , nMaxResults, ) ...
by cnavarro
Thu Nov 23, 2017 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 25841

Re: Quien me ayuda...Adquirir datos de respuesta de una web

... oServer:SetRequestHeader( "lngto","-4.639551") // oServer:SetRequestHeader( "ClientAPI_ID" , ::cID ) // oServer:SetRequestHeader( "ClientAPI_Key", ::cKey ) //oServer:SetRequestBody( cBody ) oServer:Send( cURL ) MSGINFO(oServer:readyState) ...
by softruz
Fri Mar 24, 2017 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quien me ayuda...Adquirir datos de respuesta de una web
Replies: 11
Views: 2511

Re: ClassGriaule.zip

... oEnrollCtx := oGriaulle:CreateContext() oSearchCtx := oGriaulle:GetContext(0) // default context oGriaulle:bSensorPlug := {|oSensor,cId| OnSensorPlug( oSensor , cId ) } oGriaulle:bSensorUnplug := {|oSensor,cId| OnSensorUnPlug( oSensor , cId ) } oEnrollCtx:StartEnroll() oGriaulle:CaptureInit() ...
by marca
Mon Sep 26, 2016 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ClassGriaule.zip
Replies: 14
Views: 2736

Re: WARNING! Memory allocated but not released: 192 bytes (4 blo

Prueba a comentar cada una de tus líneas para ver cual es la que genera ese error en el compilador:

// :HTMLBody = "<p>"+ALLTRIM( cMsg )+"</p>" + "<p><img src='cid:id_imagen10'></p>"
by Antonio Linares
Wed Feb 03, 2016 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WARNING! Memory allocated but not released: 192 bytes (4 blo
Replies: 14
Views: 3725

Re: To save an image

These are a couple of functions I wrote: [code=fw] GDIPLUSIMAGESAVE( hImg, ANSITOWIDE( cDstFile ), ANSITOWIDE( cId ) ) EMG Enrico, GDIPLUSIMAGESAVE function transform asitowide in your code ... is not necessary ansitowide functions std::string str = hb_parc(2) ; std::wstring wstr ...
by mastintin
Fri Oct 23, 2015 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To save an image
Replies: 52
Views: 7809

Re: Mi primer programa Fivetouch para crear usuarios

... oDlgBrw:End() ACTIVATE DIALOG oDlgBrw CENTERED //FT_EDITUSER() CLOSE ALL RETURN NIL FUNCTION BCOL(nCol) RETURN 81*(nCol-1)+10 FUNCTION FT_EDITUSER(cId_User) LOCAL oDlg,I,oBtnOk,oBtnCancel LOCAL oSay:=ARRAY(3) PRIVATE oId,oName,oDate,oActive PRIVATE cId:=SPACE(03),cName:=SPACE(100),dDate:="00/00/0000",lActive:=.T. ...
by xfood
Mon Oct 12, 2015 3:52 pm
 
Forum: FiveTouch
Topic: Mi primer programa Fivetouch para crear usuarios
Replies: 4
Views: 2386

Can I show My Dialg Window in front of any other window?

How Can I show NEW Dialog Window in front of any other window? We are on programming a CID prg for Telephone Caller identification.. As you know, CID prg stay back and the users are on work with other software.. When there is phone Call, there should be "POP-UP" ...
by kim yong woo
Sun Sep 20, 2015 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I show My Dialg Window in front of any other window?
Replies: 5
Views: 1010
PreviousNext

Return to advanced search