Search found 153 matches: francis

Return to advanced search

Re: C:\fwh\samples\account Problem

... beim Update ein neues Datum bekommen. LG Otto ** * PROGRAMA: CONTAB.PRG FECHA INICIO: 02/11/95 **** ** * FECHA FIN: 03/11/95 **** ** * ANALISTA: Francis Morales Rivas **** ** * **** *
by Otto
Sat Jan 04, 2020 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C:\fwh\samples\account Problem
Replies: 14
Views: 2627

Re: Ribbon Theme

cnavarro wrote:Francis, very good idea
Also ( not all styles? )
Code: Select all  Expand view

   oRBar:nGroupSeparation  := 0
 



This looks pretty too.. But I leaved mine as default to (:nGroupSeparation := 3), since the gap between group mimics that of Office 2016.

:wink:
by fraxzi
Wed Oct 24, 2018 1:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Ribbon Theme

Francis, very good idea
Also ( not all styles? )
Code: Select all  Expand view

   oRBar:nGroupSeparation  := 0
 
by cnavarro
Wed Oct 24, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Switching to Microsoft Compiler.

Francis There are the four .rh files I needed to make MSVC 2017 work: commctrl.rh dde.rh winnt.rh winuser.rh Also, make sure you are using the latest xHarbour for MSVC 2017 Give me your e-mail address and I will send them ...
by fraxzi
Thu Aug 02, 2018 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2000

Re: Switching to Microsoft Compiler.

Francis

There are the four .rh files I needed to make MSVC 2017 work:

commctrl.rh
dde.rh
winnt.rh
winuser.rh

Also, make sure you are using the latest xHarbour for MSVC 2017

Give me your e-mail address and I will send them to you ..

Rick Lipkin
by Rick Lipkin
Mon Jul 30, 2018 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2000

Re: Switching to Microsoft Compiler.

Rick Lipkin wrote:Francis

The .rh files will work from Borland ... I used then myself.

Rick Lipkin



Mr. I can't produce .EXE because of the error above.
by fraxzi
Mon Jul 30, 2018 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2000

Re: Switching to Microsoft Compiler.

Francis

The .rh files will work from Borland ... I used then myself.

Rick Lipkin
by Rick Lipkin
Sun Jul 29, 2018 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2000

Combobox on multidimensional array

... have a multidimensional array like: aArray:=array(0,2) aadd(1,"Marc") aadd(2,"Luca") aadd(3,"Jannette") aadd(4,"Francis") and I would make a combobox with only the second element list (the names). Is there a quick way to make this directly into the REDEFINE ...
by Marco Turco
Tue Sep 08, 2015 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1206

Re: reopen xBrowse alias resulted in error - PARTIALLY SOLVED

Francis If you use objects for your recordset .. you can oRs:CLose() and then oRs:Open() with a new query and then oLbx:ReFresh() .. just do not reassign oRs .. leave its properties intact. Rick Lipkin Mr Rick That is because ...
by nageswaragunupudi
Tue Nov 11, 2014 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Replies: 5
Views: 845

Re: reopen xBrowse alias resulted in error - PARTIALLY SOLVED

Francis

If you use objects for your recordset .. you can oRs:CLose() and then oRs:Open() with a new query and then oLbx:ReFresh() .. just do not reassign oRs .. leave its properties intact.

Rick Lipkin
by Rick Lipkin
Mon Nov 10, 2014 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Replies: 5
Views: 845

Re: Binary file to field via SQL

Francis If I read your post correctly, you are trying to import a binary file to a Sql Table ? If so, the field type ( sql server ) must be VarBinary (max ) or equivalent. Here is the code that has worked for me ( may be xHarbor ...
by Rick Lipkin
Thu Oct 09, 2014 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Binary file to field via SQL - SOLVED!
Replies: 7
Views: 1772

Re: Client Server options

... and AdsCreateSQL...-. In both cases, the performance is very very bad. Maybe I am losing a third way. Also, my settings in ADS.INI are (thanks to Francis advice): [Settings] COMPRESSION = Always USE_TCP_IP = 1 PACKET_SIZE = 1024 //;or 1024 O 512 Without them, it takes 2 seconds more to accomplish ...
by lucasdebeltran
Sat May 26, 2012 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25018

Re: VENTANA QUE NO SE REDIMENCIONE

Francis

Intenta asi:
Code: Select all  Expand view

 DEFINE WINDOW oWnd FROM 0,0 TO 490,710 PIXEL TITLE "Sistema: " STYLE nOr(WS_SYSMENU,WS_MAXIMIZE,WS_MINIMIZEBOX);
   COLOR  CLR_BLUE, nRGB( 182,192,192 ) MENU CreaMenu()
 


Saludos,

Adhemar
by acuellar
Thu May 24, 2012 6:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VENTANA QUE NO SE REDIMENCIONE
Replies: 7
Views: 1989

Re: Inhabiltar GET despues de capturar dato

Hola Francis.

Gracias por tu respuesta pero no... por que si me regreso con el tabulador se activa el get...

Alguna idea adicional.

Saludos
by devtuxtla
Wed May 23, 2012 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabiltar GET despues de capturar dato
Replies: 5
Views: 860

Re: Programadores de Peru

Francis,

Es ahi donde está la famosa Selva de Iquitos ? :-)
by Antonio Linares
Wed May 09, 2012 6:18 am
 
Forum: Off Topic / Otros temas
Topic: Programadores de Peru
Replies: 3
Views: 655
Next

Return to advanced search