Search found 71 matches: lend

Return to advanced search

Re: "id" for PRIMARY KEY ?

hi,

ok, understand

@Rick
are your User Name UNIQUE :?:

Auto incremating Primary keys lend themselves to Sql Injection attacks

did you have a Sample to show the Problem :?:
by Jimmy
Mon Jul 24, 2023 1:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 479

Re: "id" for PRIMARY KEY ?

... primary key .. ps I do not use the "Auto" incremating feature .. I create my Primary key values myself .. Auto incremating Primary keys lend themselves to Sql Injection attacks .. Rick
by Rick Lipkin
Sun Jul 23, 2023 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 479

DBF REDE/WEB WINDOWS 7/10/11

... LOCAL oMes,oEmp,oAvu LOCAL oPan, aCargo, cAno,lAllOk, nPos, aTemp, a // LOCAL cComp LOCAL nConti:=0 LOCAL nContador :=0 LOCAL nContador2:=0 local lEnd := .f. PUBLIC cComp PUBLIC cMesANO oPan := SWPanelWindow( "Função Testa Processo 01 - DBF ...." ) cMesAno :="01/2021" dData ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9367

Re: Programming with the M1 Mac

Hello guys I Would like to shared about it. Last year I gave my son an m1 for his 15th birthday, and I told him to lend it to me, well, I installed the harbor from git, downloaded, and all its components, build it and then run a couple of examples, and the truth is, the speed it's ...
by ramirezosvaldo2
Tue Jul 19, 2022 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming with the M1 Mac
Replies: 2
Views: 336

TFTP no reporta archivos para actualizacion de aplicacion

... local cpassword:= "clave" local rRuta := "/public_ftp/ruta" local CantFiles,nSize:= 0 local oDlg,oSay,oBtnCancel,oMeter,lEnd:=.F.,nAmount,lOk:= .F.,lValRet:= .F. local lReturn := .F. MsgRun( "Connecting to Internet...", "Please, wait",{ || oInternet ...
by CARLOS ATUNCAR
Thu Jan 13, 2022 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFTP no reporta archivos para actualizacion de aplicacion
Replies: 4
Views: 461

Re: MsgMeter

... rutina que tengo para regenerar los indices). Estuve batallando un poco con la instrucción EVAL ( oMeter:Set( mar->(Recno()) ), SysRefresh(), ! lEnd ) //EVERY 20 hasta que me aclaró Antonio que esto debía contener la evaluacion de un bloque de codigo Viste el video ? Por favor enviame tus comentarios ...
by juan_arroyo_t
Tue Oct 09, 2018 3:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgMeter
Replies: 9
Views: 1588

Re: MsgMeter

...     BITMAP "BTN_OK" TEXTRIGHT ;      ACTION ( iif( nOpcion = 1, ;                  MsgMeter( { | oMeter, oText, oDlg, lEnd | EmiRepMar(oMeter, oText, oDlg, @lEnd) },, ), ;                  MsgMeter( { | oMeter, oText, oDlg, lEnd | EmiRepRef(oMeter, ...
by juan_arroyo_t
Mon Oct 08, 2018 7:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgMeter
Replies: 9
Views: 1588

Re: MsgMeter

... => (b)MSGMETER( 347 ) Estoy llamando desde la function LisCapFis() ACTION ( if( nOpcion = 1, ; MsgMeter( { | oMeter, oText, oDlg, lEnd | EmiRepMar(oMeter, oText, oDlg, @lEnd) },, ), ; MsgMeter( { | oMeter, oText, oDlg, lEnd | EmiRepRef(oMeter, oText, oDlg, @lEnd) },, ) ), oDlg:END() ...
by juan_arroyo_t
Sun Oct 07, 2018 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MsgMeter
Replies: 9
Views: 1588

Re: Listbox displays incorrect data

... started having problems. //----------------------------------------------------------------------------// static function BuildEvt( nIndex, pText, lEnd ) oMeter:nTotal = RecCount() nPercent = 0 DO CASE CASE nIndex=1 cText := "Removing Deleted Event records" oText:SetText( cText ) PACK ...
by cdmmaui
Wed Aug 01, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2249

Re: FTP with Harbour / MSVC / FWH issues

... "xxx@xtech.com.cn", "erp6.5", 1, 0,0 ) if !EMPTY( hInternet ).and.!EMPTY( hConnect ) msgmeter({|ometer,otext,odlg,lend|download002(ometer,otext,odlg,@lend,hConnect)},"正在下载,可能需要几分钟...","下载提示") msginfo("已经升级完毕","提示") else msginfo("网络不通,下载失败","提示") ...
by ShumingWang
Wed Jun 27, 2018 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP with Harbour / MSVC / FWH issues
Replies: 8
Views: 2231

Harbour and floats

Hello! I'm new here so I hope you guys can lend me a hand if at all possible. First I should disclose that I know pretty much nothing about Harbour, however I recently became interested in learning about it; so my question might already have an ...
by dissonantdev
Sat Jan 27, 2018 4:13 am
 
Forum: Off Topic / Otros temas
Topic: Harbour and floats
Replies: 4
Views: 973

Re: xharbour last cvs error

... for the late reply--I just read this message thread. The complete line of code is:      ::Meter( { | oMeter, oText, oDlg, lEnd | ;         ::buildIndex( oMeter, oText, oDlg, @lEnd, cTag, cKey, cFile, nInterval, lUnique, bFor, lDescending ) ...
by James Bott
Sun Aug 28, 2016 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3032

Re: xharbour last cvs error

... Tdata\Tdata.prg(281) Error E0047 Code block contains both macro and declared symbol references line of tdata : ::buildIndex( oMeter, oText, oDlg, @lEnd, cTag, cKey, cFile, nInterval, lUnique, bFor, lDescending ) },; cMessage ) someone can contact xharbour team? thanks Can you build a little PRG ...
by Enrico Maria Giordano
Wed Aug 24, 2016 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3032

xharbour last cvs error

... Tdata\Tdata.prg(281) Error E0047 Code block contains both macro and declared symbol references line of tdata : ::buildIndex( oMeter, oText, oDlg, @lEnd, cTag, cKey, cFile, nInterval, lUnique, bFor, lDescending ) },; cMessage ) someone can contact xharbour team? thanks
by norberto
Wed Aug 24, 2016 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3032

Re: Ms Access (ADO) in a network with multiple users?

... the better the buy in for your product... and for that, I like Ms Sql Server... and that can be expensive in an Enterprise setting and does not lend itself to the 'free version' and YES, you will need to get the IT DBA staff involved in setting up the Sql Server and set up the initial permissions, ...
by Rick Lipkin
Fri Jun 12, 2015 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Access (ADO) in a network with multiple users?
Replies: 2
Views: 751
Next

Return to advanced search