Search found 67 matches: michael

Return to advanced search

Re: España: Normativa sancionadora sistemas informáticos

... clientes de paso. Lean con atención. No puedo evitar que aflore en mi cabeza el recuerdo de ese mítico coche llamado "Kitt"; le decía Michael Knight (interpretado por el actor David Hasselhoff) algo así como: " Kitt, vete a buscar a la rubia y tráela a tomar unas cervezas al chiringuito ...
by Verhoven
Tue Jan 16, 2024 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 28838

Re: checking an url

Michael I googled the difference between Http and Https .. HTTPS is HTTP with encryption. The only difference between the two protocols is that HTTPS uses TLS (SSL) to encrypt normal HTTP requests and responses. As a result, ...
by Rick Lipkin
Fri Oct 23, 2020 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1322

Re: Reading network pathname

Dear Michael, You may use WNetGetUniversalName() This function is based on the above suggestion: HB_FUNC( UNC_NAME ){   DWORD cbBuff = 1000;   TCHAR szBuff[1000];   UNIVERSAL_NAME_INFO ...
by nageswaragunupudi
Fri Jan 17, 2020 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading network pathname (solved)
Replies: 13
Views: 1753

Re: Reading network pathname

Michael, Please try these ones: function GetDriveLetter( cPath )   local o := CreateObject( "Scripting.fileSystemObject" )   return o:GetDrive( o:GetDriveName( o:GetAbsolutePathName( cPath ...
by Antonio Linares
Thu Jan 16, 2020 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading network pathname (solved)
Replies: 13
Views: 1753

Re: Reading network pathname

Dear Michael,

You may use WNetGetUniversalName() or adapt this code to Harbour:

Code: Select all  Expand view
Sub abc()
Dim fs As Object
Set fs = CreateObject("Scripting.fileSystemObject")
For Each dr In fs.Drives
msgbox dr.DriveLetter & " - " & dr.ShareName
Next
End Sub
by Antonio Linares
Thu Jan 16, 2020 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading network pathname (solved)
Replies: 13
Views: 1753

Re: Saving a CSV-file as a Excel-file

Michael,

You say that you don't have any problem reading the CSV-file in excel, but isn't is so that when you read it, that everything is in the first column?
by Marc Vanzegbroeck
Thu Dec 19, 2019 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a CSV-file as a Excel-file
Replies: 8
Views: 1064

Re: Link errors with September 2019, BCC7 and Harbour

Michael,

Please link xhb.lib too, thanks
by Antonio Linares
Mon Dec 09, 2019 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors with September 2019, BCC7 and Harbour
Replies: 3
Views: 416

Re: Internal and external IP

Michael, You may place this little PHP at your server: getip.php <?php  echo $_SERVER[ 'REMOTE_ADDR' ];?> I have copied it in FiveTech server, so please replace "http://www.ip-adress.com/" with "http://www.fivetechsoft.com/getip.php" ...
by Antonio Linares
Fri Mar 01, 2019 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internal and external IP - solved
Replies: 11
Views: 2127

Re: Warning: truename not finished - Base44 TDatabase:cfile

Michael,

Could you provide a small and self contained example to reproduce the error ?

thanks
by Antonio Linares
Thu Nov 10, 2016 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning: truename not finished - Base44 TDatabase:cfile
Replies: 3
Views: 659

Re: Next target: EasyReport !!! :-)

... smaller user base and that spawned out of our own fw-harbour community, do work with the latest versions of FR. I may be wrong, but it seems like Michael Filipenko (FastReports Inc), is willing to make deals for FR resale. Sergey and now also that other visual-xbase environment that I make reference ...
by reinaldocrespo
Mon Jul 14, 2014 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 14894

Re: OLE-problem

Michael

Just off the top of my head .. you might check to see if Excel has run over some of its limits .. see link

http://office.microsoft.com/en-us/excel ... 99291.aspx

Rick Lipkin
by Rick Lipkin
Fri Oct 25, 2013 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE-problem
Replies: 1
Views: 506

Re: Problems with antivirus

Michael

Just curious what would happen if you changed the .exe name if that would make any difference ?

Rick Lipkin
by Rick Lipkin
Thu Oct 10, 2013 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with antivirus
Replies: 3
Views: 814

Re: DESCARGAR MYSQL Y INSTALARLO

... saludos... :shock: MariaDB es un sistema de gestión de bases de datos derivado de MySQL con licencia GPL. Es desarrollado por Michael Widenius (fundador de MySQL) y la comunidad de desarrolladores de software libre. Introduce dos motores de almacenamiento nuevos, uno llamado ...
by joseluisysturiz
Wed Oct 02, 2013 2:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DESCARGAR MYSQL Y INSTALARLO
Replies: 12
Views: 2829
Next

Return to advanced search

cron