Search found 97 matches: cdir

Return to advanced search

Re: xbrowse too slow

oLotto:= TDatabase():Open( , cDir+"Lotto", "DBFCDX", .T. )
oLotto:setorder(nOrder)
oLotto:gotop()
oLotto:lbuffer:=.f.
by Silvio.Falconi
Wed Sep 18, 2019 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4320

strange problem with tdatabase

... the oPartres dbf is index on INDEX ON RESITEMS->INVNUM + STR( SERIAL, 3, 0 ) TAG invnum TO resitems oPartres:=TDatabase():Open( , cDir+"ResItems", "DBFCDX", .T. ) oPartres:setorder(1) oPartres:gotop() oPartRes:Gotop() Do While .not. oPartRes:eof() IF alltrim(oPartRes:InvNum) ...
by Silvio.Falconi
Sat Aug 10, 2019 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange problem with tdatabase
Replies: 5
Views: 1021

Re: To Nages : error on FW_DbfToArray

Sorry Nages , I wish understand on Function BuilDbf(cDir) function I'mseeing this structure if ! File( cDir+"ResItems.dbf" )         aStructure = {{ "InvNum",      "C",   13, 0 }, ; //Invoice Num  ...
by Silvio.Falconi
Sat Jul 13, 2019 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : error on FW_DbfToArray
Replies: 2
Views: 546

Re: Problem with Tplan : Cargo Error

... a DATA oApp:cDbfPAth where I save the path od Dbf, sample "\2013\Data\" when I use on BuildDbf method (of the class SamplePlan) local cDir := oApp():cDbfPath ::oRooms := TDatabase():Open( nil, cDir+"ROOMS", "DBFCDX", .t. ) I have this error https://i.postimg.cc/3rzjfRsR/error-tdatabase.png ...
by Silvio.Falconi
Tue Jul 02, 2019 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2890

Re: Como asignar un nombre aleatorio

FWH function

cTempFile( cDir, cExt )
by nageswaragunupudi
Sun Nov 25, 2018 6:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como asignar un nombre aleatorio
Replies: 1
Views: 512

tIPClientFtp

... me out with the syntax for the tUrl + tIPClientFtp classes. I would like to upload to a certain directory. How can I do that. oFtp:UploadFile( cdir + cfile ) How should the string look like: "\mydir\" + "myfile.zip" is not working. I also tried with slash but it is not working. ...
by Otto
Wed Nov 07, 2018 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tIPClientFtp
Replies: 2
Views: 584

Re: Backup y Restore con MySqlDump

também uso mysqldump, ex: cComando := oApp:cDir_001+"mysqldump --host="+oApp:IpSQL+" --port="+oApp:SQLPort+" -u "+oApp:UID+" -p"+oApp:PWD+" --all-databases > "+oApp:BackupPath+"\backupD"+strtran(dtos(Date()), "/","")+...
by Sistem
Tue Mar 27, 2018 7:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Backup y Restore con MySqlDump
Replies: 36
Views: 6096

Re: Abrir navegador dentro de un dialogo

En efecto tendría que ser oActiveX:DO( "Navigate2", cDir ) lo otro es un "defecto" al copiar y pegar el código en el mensaje . :D Como "Test" comenta el" on init" a ver si te da error o se queda en la ventana . ...
by mastintin
Mon Mar 27, 2017 7:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir navegador dentro de un dialogo
Replies: 9
Views: 2350

Re: Abrir navegador dentro de un dialogo

Amigo ya probé tu codigo. Primeramente me arrojó error de sintaxis en la línea ON INIT ( oActiveX:DO( "Navigate2", cDir ) y recordando lo que lei anoche, el amigo cristóbal navarro recomendaba sustituir ":" por ":" de manera que quedara oActiveX:DO( ...
by JoseAlvarez
Sun Mar 26, 2017 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir navegador dentro de un dialogo
Replies: 9
Views: 2350

Re: GETCURDIR() con windows Server 2008 64 bits

no windows 2008 tambem? aqui acontece no winXP, para resolver faço: If IsWinXP() oApp:cDir_002 := StrTran(oApp:cDir_002, "\\", "\") oApp:cDir_001 := StrTran(oApp:cDir_001, "\\", "\") Endif No XP, não tive relatos de problemas, mesmo porque, pedimos aos client...
by karinha
Wed Jul 06, 2016 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GETCURDIR() con windows Server 2008 64 bits
Replies: 2
Views: 422

Re: GETCURDIR() con windows Server 2008 64 bits

no windows 2008 tambem?

aqui acontece no winXP, para resolver faço:

If IsWinXP()
oApp:cDir_002 := StrTran(oApp:cDir_002, "\\", "\")
oApp:cDir_001 := StrTran(oApp:cDir_001, "\\", "\")
Endif
by Sistem
Wed Jul 06, 2016 2:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GETCURDIR() con windows Server 2008 64 bits
Replies: 2
Views: 422

PDFCreator 2.2

... has changed and the below program does not works ! Seems it uses other keys of windows Any help ? Tks Romeo/Zingoni ***** FUNCTION SETTAREG( cDir , cFile , cAutoSave ) LOCAL oReg oReg:=TReg32():New( HKEY_CURRENT_USER , "SOFTWARE\PDFCreator\Program" ) oReg:Set( "UseAutosave" ...
by Romeo
Wed Nov 11, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDFCreator 2.2
Replies: 5
Views: 1064

Re: un pequeño ejemplo ...meteo.prg

I tried from test cDir := "https://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where woeid in (select woeid from geo.places(1)" cDir:= cDir + " where text= '"+ cCity +"' and lang='"+cLanguage+"' ...
by Silvio.Falconi
Tue Dec 09, 2014 11:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: un pequeño ejemplo ...meteo.prg
Replies: 53
Views: 18439

Re: Search words

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=12307 I wish insert all Whats new of Fwh into a Dbf DbCreate(cDir+'FW', {{ "FWANYO" , "C", 4, 0 },; // sample 2014 { "FWNUMERO" , "C", 2, 0 },; // sample 09 { "FWWHATS", ...
by Silvio.Falconi
Tue Dec 02, 2014 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search words
Replies: 5
Views: 954

Re: Como encontrar una cadena en todos los reg de una o mas DBFs

Antonio, I wish insert all Whats new of Fwh into a Dbf DbCreate(cDir+'FW', {{ "FWANYO" , "C", 4, 0 },; // sample 2014 { "FWNUMERO" , "C", 2, 0 },; // sample 09 { "FWWHATS", "C", 250, 0 } } , 'DBFCDX') ...
by Silvio.Falconi
Tue Dec 02, 2014 8:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como encontrar una cadena en todos los reg de una o mas DBFs
Replies: 13
Views: 3548
PreviousNext

Return to advanced search