Search found 37 matches: v10

Return to advanced search

Re: Enviando un mensaje a un objeto desde bajo nivel

... "error de protección general" así que he decidido estudiar el tema más profundamente... cuando lo tenga resuelto lo publicaré en Eagle1 v10.00 :D
by xmanuel
Sat Jun 25, 2011 11:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviando un mensaje a un objeto desde bajo nivel
Replies: 32
Views: 9204

Re: FWPPC V10.2 issues

John,

Please use:

ACTIVATE WINDOW ... MODAL

so it will use modal execution :-)
by Antonio Linares
Sat Apr 16, 2011 11:09 am
 
Forum: FiveWin for Pocket PC
Topic: FWPPC V10.2 issues
Replies: 3
Views: 1229

Re: FWPPC V10.2 issues

Thanks Enrico, I've changed all my listbox field to type 'C' for now.. My BIG BIG probelm is the PRIVATE variables not being visiable from the 2nd Window / Dialog i.e problem 2) I just want a main window with 3 buttons to choose the 3 sections to run. These buttons open up a new Window But i just ca...
by johnshay
Sat Apr 16, 2011 8:11 am
 
Forum: FiveWin for Pocket PC
Topic: FWPPC V10.2 issues
Replies: 3
Views: 1229

Re: FWPPC V10.2 issues

johnshay wrote:
Code: Select all  Expand view
FIELDS code,desc,price  ;


Try

Code: Select all  Expand view
FIELDS code,desc,STR(price)  ;


or use TRANSFORM() to set the numeric format.

EMG
by Enrico Maria Giordano
Thu Apr 14, 2011 10:46 am
 
Forum: FiveWin for Pocket PC
Topic: FWPPC V10.2 issues
Replies: 3
Views: 1229

FWPPC V10.2 issues

... over the many years Antonio. I have been using Fivewin Harbour and Fivwin PPC for around 6 years Now! Its a great Product! Now a few probelms with V10.2 which i just purchased. I hope someone can help... 1) Curdir() seems to return blank "". Before it returned a path i.e "program ...
by johnshay
Thu Apr 14, 2011 10:07 am
 
Forum: FiveWin for Pocket PC
Topic: FWPPC V10.2 issues
Replies: 3
Views: 1229

Re: BMP para fondo del xBrowse ( para Daniel )

... Aqui dejo el mensaje de error, ademas lo he comprado en la clase y no existe. Application =========== Path and name: C:\JLLORISH\PsitaControl32 v10 Rel 1.3\alert.exe (32 bits) Size: 2,422,784 bytes Time from start: 0 hours 0 mins 2 secs Error occurred at: 17-11-2010, 14:19:24 Error description: ...
by jll-fwh
Wed Nov 17, 2010 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP para fondo del xBrowse ( para Daniel )
Replies: 16
Views: 5982

Re: XBrowse Array as MULTILINE

nageswaragunupudi wrote:Mr Frances
Please try again. This works for me.



Dear Mr. RAO,

It doen't work.. I tried all oBrw:nMarqueeStyle := 1..6 , what could be? in RDD/memo it works in Array it doesn't..
I'm using FWH v10.5 (not yet on 10.6)


Regards,
Frances
by fraxzi
Fri Jun 25, 2010 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Array as MULTILINE
Replies: 17
Views: 4252

A little correction on Get Action Bitmap

... The action bitmap is now visually better. I hope this will be fix in v10.6 Regards, Frances
by fraxzi
Wed Jun 23, 2010 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A little correction on Get Action Bitmap
Replies: 4
Views: 691

error compiling 'TESTZIP.PRG'

Dear Mr. Antonio, Im using FWH v10.5 and latest xHarbour for BCC582 I tried to compile testzip.prg with these errors: http://i208.photobucket.com/albums/bb82/fraxzi/testzip.png I already included hbzip.lib but still cannot ...
by fraxzi
Fri Jun 18, 2010 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error compiling 'TESTZIP.PRG'
Replies: 4
Views: 716

Re: How display a shadow on a dialog ?

Hello Lailton,

is it possible to skin TMDIChild Window? I tried with v10.5 but not showing..

Can I store skin resources to .RC or perhaps in .dll so there will be no 'blue_skin' folder? Or any way to store 'blue_skin' bitmaps to apps.exe?


Best Regards,
Frances
by fraxzi
Fri Jun 11, 2010 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How display a shadow on a dialog ?
Replies: 6
Views: 1094

How to end/hide oVscroll/oHscroll in dialog

... oDlg:oVScroll:Destroy().. oDlg:oVScroll:End().. I even refresh.. repaint oDlg.. I cant make them disappear after it was created... Im using FWH v10.5 Any Ideas are most welcome.. Regards, Frances
by fraxzi
Fri May 28, 2010 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to end/hide oVscroll/oHscroll in dialog
Replies: 3
Views: 543

Re: timage ( FWH 10.4) maestro Antonio/Daniel

... el cambio a dib.c bmf.bfType = 0x4D42; como lo planteo el Maestro Antonio linares al colocar el dib.c en el buildh.bat es el mismo que trae FWH V10.4 me da varios warning y varios errores 12 en total echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include -I%fwh%\include %1.c dib.c > b32.bc ...
by luisduque
Thu May 27, 2010 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: timage ( FWH 10.4) maestro Antonio/Daniel
Replies: 2
Views: 586

timage ( V10.4) maestro Antonio/Daniel

Hola
Espero que estén bien

Revisando testimg.prg

no funciona oImage:SaveImage( "SAVED.JPG", 2, 25 ) guarda la imagen en 0 bytes y estaba trabajando bien
by luisduque
Mon May 24, 2010 10:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: timage ( V10.4) maestro Antonio/Daniel
Replies: 0
Views: 410

Re: New controls for FWH

Hi!

Example of these external report generator is Crystal Report.. There you can export almost anything..
I'm using this with FWH9.11 and now with v10.4


Regards,
Frances
by fraxzi
Wed May 12, 2010 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 26952

Re: New FWH 10.4

Dear Mr. Antonio, Today I received Sylvia's email for v10.4 download.. Without modification on my apps.. I used BCC582 + FW9.11.. nothing changed in my visual controls.. When I compiled with new FW10.4 I lost both vertical and horizontal scroll-bars ...
by fraxzi
Tue May 11, 2010 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.4
Replies: 61
Views: 15048
PreviousNext

Return to advanced search