Search found 18 matches: emag

Return to advanced search

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Emag, in this version the program is ok! King regards Marco #include "fivewin.ch" FUNCTION MAIN LOCAL oPdfCreator LOCAL oDlg LOCAL oButton DEFINE DIALOG oDlg // @ 1 , 1 BUTTON oButton OF oDlg ACTION ( oPdfCreator ...
by MarcoBoschi
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 801

Re: mod_harbour for non dedicated servers

Enrico,
Yes, it works fine for me. I also have such a wonderful tool for the backend.
Thank you for this tool.
Best regards,
Otto

Image
by Otto
Sat Jan 01, 2022 8:16 pm
 
Forum: mod_harbour
Topic: mod_harbour for non dedicated servers
Replies: 38
Views: 3624

Re: To James Bott - Error Using TData

Nages,
Now EmagDbu of Enrico Maria read the new field as you can see here
I open the customer.dbf and the indices into c:\fwh\samples

Image

as you can see it open the index and the index is not corrupted!!!!
by Silvio.Falconi
Mon May 27, 2019 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 4174

Re: Test for a SQL Field name

... > ? oRs:Fields( i ):Name > NEXT I add that the above technique works fine at least using Access, MSSQL and MySQL (personally tested). EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg ...
by Rick Lipkin
Thu Jan 05, 2012 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for a SQL Field name
Replies: 4
Views: 1034

Re: Wdbu compile with (x)Harbour

Horizon wrote:
MdaSolution wrote:I use Emag Software Dbu of Enrico Maria Giordano with success... sometimes go to crash but it is good app on win 7 64 bit


I also use it sometimes. But it is Italian and it forced me to learn Italian. :D


I think if you write to Emg can insert your language easy
by MdaSolution
Sun Aug 28, 2011 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wdbu compile with (x)Harbour
Replies: 20
Views: 3465

Re: Wdbu compile with (x)Harbour

MdaSolution wrote:I use Emag Software Dbu of Enrico Maria Giordano with success... sometimes go to crash but it is good app on win 7 64 bit


I also use it sometimes. But it is Italian and it forced me to learn Italian. :D
by Horizon
Sun Aug 28, 2011 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wdbu compile with (x)Harbour
Replies: 20
Views: 3465

Re: Wdbu compile with (x)Harbour

I use Emag Software Dbu of Enrico Maria Giordano with success... sometimes go to crash but it is good app on win 7 64 bit
by MdaSolution
Fri Aug 26, 2011 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wdbu compile with (x)Harbour
Replies: 20
Views: 3465

Re: XML Parser

... WHILE !oRs:EOF FOR i = 0 TO oRs:Fields:Count - 1 ? oRs:Fields( i ):Value NEXT ? oRs:MoveNext() ENDDO oRs:Close() INKEY( 0 ) RETURN NIL EMG EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg ...
by Jack
Tue Feb 10, 2009 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Parser
Replies: 9
Views: 1593

... oDococumentName = "Fax test" oDoc:Recipients:Add( "0639728261" ) oDoc:ConnectedSubmit( oFax ) oFaxisconnect() RETURN NIL EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg ...
by triumvirato
Thu Nov 20, 2008 9:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Faxes en FWH
Replies: 21
Views: 7112

... oDococumentName = "Fax test" oDoc:Recipients:Add( "0639728261" ) oDoc:ConnectedSubmit( oFax ) oFaxisconnect() RETURN NIL EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg ...
by hmpaquito
Wed Nov 19, 2008 10:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Faxes en FWH
Replies: 21
Views: 7112

Button Bars

... graphical point of view. So, what do you suggest? If you are asking me, I already suggested to just put some TBtnBmp on the DIALOG. Try my free EMAG Software IDE to see the result (http://www.emagsoftware.it/ide.zip). Looks good. Now we need to see some source example on how to do this. As I ...
by Antonio Linares
Wed Aug 27, 2008 7:36 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64748

Marco Turco wrote:Hi Enrico,
How did you check the dates ?

I checked them using the Norton Commander dbview and the Open Office "Calc" and all displayed well.


I'm using my own EMAG Software DBU:

http://www.emagsoftware.it/gratis.htm

EMG
by Enrico Maria Giordano
Thu Jun 12, 2008 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problem sorting a dbf file
Replies: 9
Views: 1871

Enrico //--- oRs:Open( "SELECT * FROM Contatti", "Provider=SQLOLEDB;Integrated Security=SSPI;Data Source=EMAG\Emag;Initial Catalog=Ecmp", adOpenForwardOnly, adLockOptimistic ) //--- Source is the IP or DNS name of the server cFROM := "EMAG\Emag" // not a servername .. looks ...
by Enrico Maria Giordano
Mon May 14, 2007 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103050

Enrico //--- oRs:Open( "SELECT * FROM Contatti", "Provider=SQLOLEDB;Integrated Security=SSPI;Data Source=EMAG\Emag;Initial Catalog=Ecmp", adOpenForwardOnly, adLockOptimistic ) //--- Source is the IP or DNS name of the server cFROM := "EMAG\Emag" // not a servername .. looks ...
by Rick Lipkin
Sun May 13, 2007 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103050

... 0 mins 0 secs Error occurred at: 05/13/07, 23:29:50 Error description: Error BASE/1081 Argument error: + Args: [ 1] = C Provider=SQLOLEDB;server=\\EMAG\EMAG;database=Ecmp;uid= [ 2] = U Stack Calls =========== Called from: adordd.prg => ADO_OPEN(248) Called from: => DBUSEAREA(0) Called from: ...
by Enrico Maria Giordano
Sun May 13, 2007 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103050
Next

Return to advanced search