Search found 25 matches: utenti

Return to advanced search

Re: james

... use tdatabase I not have error If I use tdata without add the database driver in the tdata class's New() method I have error My set tdata ( sample Utenti.dbf ) CLASS TXData from TData     DATA cDbfPath init oApp:cDbfPath     DATA cExePath init oApp:cExePathENDCLASSCLASS TUtenti from TXData   METHOD ...
by Silvio.Falconi
Sun Dec 19, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: Administrator operations

... RddSetDefault( "DBFCDX" ) DEFINE DIALOG oDlt RESOURCE "Dlg_Tmp" //FONT oWnd:oFont REDEFINE SAY PROMPT "Verificando utenti..." ID 10 OF oDlt oDlt:bStart:={|| lCont:=CheckUsers(),oDlt:End()} ACTIVATE DIALOG oDlt CENTERED IF !lCont msginfo("you can make admin ...
by Silvio.Falconi
Mon Jun 07, 2021 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Administrator operations
Replies: 2
Views: 369

to simplify the Tdatabase call

I wanted to know if in Tdatabase I can do this sample CLASS TUtenti from TDataBase METHOD New() METHOD ToArray() ENDCLASS METHOD New( lShared ) CLASS TUtenti Default lShared := .t. ::super:New(,oApp():cExePath + "Utenti" ,, lShared) if ::use() ...
by Silvio.Falconi
Mon May 17, 2021 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to simplify the Tdatabase call
Replies: 3
Views: 548

Re: ADOFUNC.prg e SQLEXPRESS

...  USE CLIENTI NEW ALIAS (cAlias2) ....  2) Per default non è necessario definire nessun tipo di lock, suppongo quindi che se due utenti variano lo stesso record ed entrambe confermano la variazione l'aggiornamento del record avvenga con una sequenza temporale, o meglio resta definitiva ...
by mauri.menabue
Sun Mar 21, 2021 8:16 am
 
Forum: All products support
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 6
Views: 1281

Re: ADOFUNC.prg e SQLEXPRESS

... completamente diverso rispetto ai DBF e rischieresti di non usarne appieno le possibilità. 2) Come eseguire una Rlock o Flock per evitare che due utenti lavorino sullo stesso record o gruppi di record. 3) Se c'è necessità di fare manutenzione sulle tabelle Compattazione, reindicizzazione No, non ...
by Enrico Maria Giordano
Fri Mar 19, 2021 6:49 pm
 
Forum: All products support
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 6
Views: 1281

ADOFUNC.prg e SQLEXPRESS

... in ADOFUNC.PRG mi chiedevo : 1) Se è il modo migliore per iniziare o è meglio usare ADORDD 2) Come eseguire una Rlock o Flock per evitare che due utenti lavorino sullo stesso record o gruppi di record. 3) Se c'è necessità di fare manutenzione sulle tabelle Compattazione, reindicizzazione Grazie ...
by mauri.menabue
Fri Mar 19, 2021 4:56 pm
 
Forum: All products support
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 6
Views: 1281

problem with OrdScope and refresh xbrowse

... TAG 'xUte' FOR !Deleted() INDEX ON Permessi->Utente+Permessi->M+Permessi->Modulo TAG 'xMod' FOR !Deleted() oDUsu is index with INDEX ON Utenti->Chiave TAG 'Utenti' FOR !Deleted() the dbfs https://i.postimg.cc/N0Qwrrmx/archivi.jpg for the first time it refreshes the ...
by Silvio.Falconi
Wed Dec 18, 2019 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with OrdScope and refresh xbrowse
Replies: 2
Views: 466

Re: A question about moving between pages

... page is the last you saw. If you click on the previous page of the browser in the url there is written "http://192.168.10.180/samples/BSTUDIO/utenti.prg?reload" but the first lines of code of the prg are not executed again until you make a manual refresh of the page.
by Massimo Linossi
Fri Aug 09, 2019 2:49 pm
 
Forum: mod_harbour
Topic: A question about moving between pages
Replies: 2
Views: 473

Re: Fatturazione Elettronica

Doppia data?
- data creazione fattura per il gestionale e consentire agli utenti di effettuare ricerche ordimenti
- data fattura quella che va nel file XML
Mah
e la chiamano estate
by MarcoBoschi
Fri Jun 21, 2019 7:38 am
 
Forum: All products support
Topic: Fatturazione Elettronica
Replies: 91
Views: 63498

Re: GenMail

... con gli uffici della Pubblica Amministrazione e, purtroppo, l'iniziativa è stata sospesa a dicembre 2014 a causa del basso utilizzo da parte degli utenti. Sorry, Brazil does not have PEC. I do not know. Regards.
by karinha
Mon Dec 10, 2018 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GenMail
Replies: 7
Views: 1344

Re: SAve dbf from another pc

I think we are writing permission problems (windows), I have the answer creating the archive folder in c:\
windows 7 writes here: c:\Utenti\ ..... \AppData\Local\VirtualStore\Program Files\

Stefano
by stefano
Mon Sep 25, 2017 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAve dbf from another pc
Replies: 3
Views: 765

Re: Error compiling with latest Xharbour commercial

... -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\xHB\c_lib\win" "obj\UTENTI.obj" "obj\ANAGRAFE.obj" "obj\APPSCHED.obj" "obj\AUTHORITY.obj" "obj\BACKUP.obj" "obj\BANCA.obj" ...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2091

Error compiling with latest Xharbour commercial

... -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\xHB\c_lib\win" "obj\UTENTI.obj" "obj\ANAGRAFE.obj" "obj\APPSCHED.obj" "obj\AUTHORITY.obj" "obj\BACKUP.obj" "obj\BANCA.obj" ...
by Massimo Linossi
Sat Jul 11, 2015 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2091

Re: FiveTech's FiveWeb (free up to version 1.0)

Hi Antonio, I made a test with your examples in my web server connect to ADS DATABASE SERVER. Try this link: http://95.110.162.74/cgi-bin/tutor01.exe #include "FiveWeb.ch" #include "c:\harbour\include\ads.ch" function Main() local cFile:="" , gtext:="" , AdsHa...
by giuliano
Tue Oct 30, 2012 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23520

Problemi XBROWSE in rete

... server la velocità del XBROWSE è normale, ma dalle altre parti è molto lenta, precipitando notevolmente, tanto da essere illavorabile se gli altri utenti lavorano con lo stesso database. Il Database viene gestito con indici NTX ed uso Harbour e FWH 9.05. Qualcuno mi saprebbe indicare la soluzione ...
by a.tixi@htech.it
Fri Jul 10, 2009 2:39 pm
 
Forum: All products support
Topic: Problemi XBROWSE in rete
Replies: 3
Views: 754
Next

Return to advanced search