Search found 30 matches: cann

Searched query: cann

by nageswaragunupudi
Wed May 31, 2017 12:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Set filter for deleted in MariaSql (SOLVED)
Replies: 10
Views: 1632

Re: Set filter for deleted in MariaSql

Maurizio wrote:You cann use TRIGGER before delete ( or update ) , and popolate a table .

Maurizio

This is what we do generally for highly secure software. For every deletion and also modification we create log files with userid, programid and datetime stamp
by Maurizio
Wed May 31, 2017 12:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Set filter for deleted in MariaSql (SOLVED)
Replies: 10
Views: 1632

Re: Set filter for deleted in MariaSql

You cann use TRIGGER before delete ( or update ) , and popolate a table .

Maurizio
by Maurizio
Sat Apr 08, 2017 4:59 am
Forum: FiveWin para Harbour/xHarbour
Topic: TCalex: No presenta bien las citas...
Replies: 71
Views: 18991

Re: TCalex: No presenta bien las citas...

Cristobal
Cann try at
info@nipeservice.com

Thanks
Maurizio
by Maurizio
Wed Jul 27, 2016 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error with xBrowse
Replies: 1
Views: 571

Error with xBrowse

Hello Rao ,

I Use xBrowse with ADO , I have a error when I press * on a character column , you cann try adoxbr01.prg

The error :

Args: [ 1] = C CUSTNAME LIKE '**' [ 2] = N 0 [ 3] = N 1 [ 4] = N 1Stack Calls=========== Called from: => TOLEAUTO:FIND( 0 &#41 ...
by fgondi
Wed Aug 13, 2014 6:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal report with Mysql
Replies: 13
Views: 3681

Re: Crystal report with Mysql

Maurizio wrote:Cann I have your email ?

fernando at alsisghe dot es
by Maurizio
Wed Aug 13, 2014 7:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal report with Mysql
Replies: 13
Views: 3681

Re: Crystal report with Mysql

Thank Fernando

//// oCRDatabase:LogOnServer( "pdsodbc.dll", "NAME SERVER", "NAME DATABASE" "USER", "PASS" )
This works .

Now I try with formula and parameters , and then I tell you.

// send me the rpt, and try to review it.
Cann I have your email ?

Maurizio
www.nipeservice.com
by Maurizio
Fri Jul 25, 2014 7:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.06
Replies: 15
Views: 4821

Re: FWH 14.06

Antonio ,
cann I have the modified libraries ?

Maurizio
www.nipeservice.com
by Maurizio
Fri Nov 08, 2013 1:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FE 13.09 String Problem
Replies: 1
Views: 548

FE 13.09 String Problem

... have this msg :

La stringa :"Close" per il linguaggio IT
definita da Browse linea 121 in .\source\function\ XBROWSER.PRG
Non è definita nella stringhe FWH
Please add it to FWH\source\function\strings.prg

cann add ?
{ "Close", "Cierra ", "Fermer ", "Fecha ","Alle ","Chiudi " },;

Regards MAurizio
by Maurizio
Fri Aug 16, 2013 7:16 am
Forum: WhatsNew / Novedades
Topic: New FWH 13.07 revised build
Replies: 33
Views: 12862

Re: New FWH 13.07 revised build

Thank Antonio ,

It works , you cann fix it for the next version ?


Regards Maurizio
by Maurizio
Wed Apr 03, 2013 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Build error
Replies: 13
Views: 3292

Re: Build error

Antonio ,
I use harbour with MSVC
where I cann download Harbour for MSVC ?

Thanks
MAurizio
by Maurizio
Wed Dec 05, 2012 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TCalenda
Replies: 1
Views: 606

Bug in TCalenda

Antonio

there is a problem in tcalenda.prg , you cann see it in TESTCAL2.PRG
If you do a double click (quicky ) on a day of previous month , you have :

Application
===========
Path and name: C:\fwh_09\samples\testcal2.exe (32 bits)
Size: 1,840,128 bytes
Compiler version: xHarbour build 1.2.1 ...
by Maurizio
Fri Jul 20, 2012 1:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 6384

Re: Compiling with minigw

Antonio ,

do you cann try FHW\samples\TESTMAIL.PRG ? does't work .

Maurizio
by Maurizio
Tue Aug 02, 2011 6:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.07
Replies: 79
Views: 15658

Re: New FWH 11.07

Antonio,

you cann try my example at :
viewtopic.php?f=3&t=21947

Regards Maurizio
by Maurizio
Mon May 30, 2011 2:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.05
Replies: 21
Views: 4623

Re: New FWH 11.05

Antonio,

I have 3 problems :

1) with QUICKBUTTON , you cann try fwh\samples\testcqk.prg
Application
===========
Path and name: C:\FWH_05\samples\TESTQCK.exe (32 bits)
Size: 1,664,000 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 05/30/11, 16:48:51
Error description ...
by Maurizio
Mon Jan 31, 2011 8:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Calendar (prototype)
Replies: 102
Views: 37099

Re: Outlook Calendar (prototype)

Hello James

In the method ::oCalex:LoadDates you cann specify the color

nColorText and aGrad

::oCalex:LoadDates( ( ::cAlias )->START,;
( ::cAlias )->END, ;
( ::cAlias )->DSTART, ;
( ::cAlias )->DEND, ;
( ::cAlias )->TEXT, ;
( ::cAlias )->SUBJECT ,;
nColorText,;
{ { 1.00,aGrad,16777215 ...