Search found 264 matches: mike

Return to advanced search

Re: Problema tReg32 con Windows 7

Hola Mike,

Ejecuta el programa como administrador, me paso algo similar y era por los permisos.


Saludos,

Lautaro Moreira
by Lautaro
Tue Jun 01, 2010 1:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema tReg32 con Windows 7
Replies: 6
Views: 897

Re: tOutlook2003 & Imagen de Fondo

Mike, Hazlo asi: #include "FiveWin.ch"function Main()   local oWnd, oBmp   DEFINE BITMAP oBmp FILENAME "logo.bmp"   DEFINE WINDOW oWnd MDI   ACTIVATE WINDOW oWnd ;      ON PAINT DrawBitmap( ...
by Antonio Linares
Thu Nov 19, 2009 10:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tOutlook2003 & Imagen de Fondo
Replies: 4
Views: 803

Re: tOutlook2003 & Imagen de Fondo

Mike, 1) Puedes cambiar el bitmap de un grupo de la siguiente forma: oOutLook:aGroups[ n ]:oBitmap:SetBMP( cBmpResName ) // desde recursos óoOutLook:aGroups[ n ]:oBitmap:LoadBMP( cBmpName ) ...
by Antonio Linares
Thu Nov 19, 2009 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tOutlook2003 & Imagen de Fondo
Replies: 4
Views: 803

Re: Is this the correct way to create a one byte LRC

Mike, According to this C code: http://www.as400pro.com/tipView.php?cat=C&key=8 the right code would be: function LRC( cText )   local nCheckSum := 0   local n   for n = 1 to Len( cText )      nCheckSum ...
by Antonio Linares
Wed Nov 18, 2009 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is this the correct way to create a one byte LRC
Replies: 2
Views: 385

More news about the CrunchPad

Mike Arrington (TechCrunch CEO) provides more news about it from minute 39 in this video:
http://www.youtube.com/watch?v=_UuqQm4TFsM&feature=player_embedded

Image
by Antonio Linares
Sun Nov 15, 2009 9:21 pm
 
Forum: Off Topic / Otros temas
Topic: More news about the CrunchPad
Replies: 9
Views: 2118

Re: Xbrowse bug?

Mike,

Puedes mostrar un PRG pequeño y autocontenido de como lo estas haciendo ? gracias
by Antonio Linares
Sat Aug 22, 2009 8:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse bug?
Replies: 1
Views: 272

Re: Pregunta sobre xBrowse

Saludos Mike...

Creo que la data que buscas es bClrSel

oBrw:bClrSel := {|| { CLR_WHITE, CLR_BLACK } }

Saludos..
by Daniel Garcia-Gil
Fri Aug 14, 2009 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre xBrowse
Replies: 4
Views: 598

Re: Need Help With CodeJock.SkinFrameWork License

Dear Mr.Mike,

Thankyou for the reply

Regards

Anser
by anserkk
Mon Apr 06, 2009 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With CodeJock.SkinFrameWork License
Replies: 3
Views: 1058

Re: Need Help With CodeJock.SkinFrameWork License

Dear Mr.Mike,

Did you solve this problem ?.

I am unable to run the compiled application on a client PC ie on a PC which does not have CodeJock Setup installed. I assume that it is something related to the license key while calling the controls from FWH.

Regards

Anser
by anserkk
Sat Apr 04, 2009 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With CodeJock.SkinFrameWork License
Replies: 3
Views: 1058

Re: ADS Server & Linux

Mike, I'm working with Linux server with ADS 7.1 many years, until now I don´t have any problems, I use ADT file and ADS Dictionary. In my work there are many systems ( FWH + xHb ) which access to differents ads databases ...
by Marcelo Via Giglio
Mon Mar 23, 2009 12:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Server & Linux
Replies: 2
Views: 502

ADS Server & Linux

... I have never used Linux but I was thinking it may be good for larger installs you would not need Microsoft server. Any thoughts appreciated. Mike
by Mike Buckler
Sun Mar 22, 2009 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Server & Linux
Replies: 2
Views: 502

Re: Off topic

Mike,

Comprueba que tienes creado el fichero c:\bcc55\bin\ilink32.cfg y que contiene esta línea:

-L"C:\Bcc55\lib"
by Antonio Linares
Tue Feb 24, 2009 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Off topic
Replies: 1
Views: 315

Re: Consumo de Memoria

Mike,

Que proceso estas haciendo cuando llamas a BigMsg() ?

Usas DBFs, arrays, etc ? Intenta dar todos los detalles que puedas, gracias
by Antonio Linares
Fri Jan 23, 2009 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consumo de Memoria
Replies: 5
Views: 1040
PreviousNext

Return to advanced search