Search found 34 matches

by Salvo1087
Wed May 18, 2011 1:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: program is too much for memory
Replies: 2
Views: 525

Re: program is too much for memory

thanks for reply antonio, i have already use a more recent xharbour version,but i have an error like "pcode" version is holder than version of xharbour. when i try to compile other program with fhw + xharbour is all ok,and program start. specifically in this program i must to test the velo...
by Salvo1087
Tue May 17, 2011 5:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: program is too much for memory
Replies: 2
Views: 525

program is too much for memory

hi at all, I'm trying xHarbour + fivewin 6.12.when compile everything is ok, but when lanch the executable program gives me an error message "the program is too large for memory. ". compiling other sample programs, everything works without error. if i compiling the program with harbour + f...
by Salvo1087
Mon Apr 11, 2011 4:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mask dialog not displayed [solved]
Replies: 2
Views: 497

Re: mask dialog not displayed

Thanks Enrico,i have change control to "SysTabControl32" and it's all ok.Problem solved !
by Salvo1087
Thu Apr 07, 2011 12:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mask dialog not displayed [solved]
Replies: 2
Views: 497

mask dialog not displayed [solved]

Hi at all. In the project with clipper 5.2 + FHW 1.98 , the dialogs mask are correctly diplayed : http://img834.imageshack.us/i/errmaschera1.png/ after compiling with Harbour and FHW i have this situation : http://img715.imageshack.us/i/errmaschera32bit.png/ the code of dialogs is this :     if !lPr...
by Salvo1087
Mon Apr 04, 2011 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2025

Re: Error base 1124 : Argument LEFT

while debug program,i have understund that error is in function ascan,infact nPos assumed numeric value here while it should be a character.the parameter of ascan are right?     ******************************************************************************/ function SettaCombo()     ****************...
by Salvo1087
Mon Apr 04, 2011 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2025

Re: Error base 1124 : Argument LEFT

thanks all. I have find the error : the code is correct,but the var mTipoDoc is use by the function SettaCombo()     ******************************************************************************/ function SettaCombo()     *****************************************************************************...
by Salvo1087
Thu Mar 31, 2011 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2025

Re: Error base 1124 : Argument LEFT

mTipoDoc contains correctly one string of char, var mDocFat contains correctly first two char of mTipoDoc,so the fuction left() work...but errorlog show that the error is in fuction left().Maybe a bug? ******************************************************************************/ function fOkTipoDo...
by Salvo1087
Thu Mar 31, 2011 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2025

Re: Error base 1124 : Argument LEFT

mTipoDoc show first "C" and for second "N" with two different Dialog Box.This means that mTipoDoc must be pass at the second parameter of left()?
by Salvo1087
Wed Mar 30, 2011 4:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2025

Re: Error base 1124 : Argument LEFT

thanks for the reply Enrico. mTipoDoc show "C" and "N"...so it is assinged and declared right?
by Salvo1087
Tue Mar 29, 2011 5:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2025

Re: Error base 1124 : Argument LEFT

Sorry for the late reply.i have check type mTipoDoc,and i think that is all ok : //******************************************************************************/ function fEditFattura(lAppend) //******************************************************************************/       local nPos, nOrder...
by Salvo1087
Fri Feb 18, 2011 4:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error base 1124 : Argument LEFT
Replies: 12
Views: 2025

Error base 1124 : Argument LEFT

Hi at all, after completing the program, when I tried to select an item in the dropdown menu, I got this error back. Error description: Error BASE/1124  Argument error: LEFT    Args:      [   1] = N   1      [   2] = N   2 Stack Calls ===========    Called from:  => LEFT(0)    Called from: \ric98\fa...
by Salvo1087
Wed Feb 09, 2011 11:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error BASE/1081 Argument error: +
Replies: 1
Views: 1309

Error BASE/1081 Argument error: +

hi at all, i must to compiling my app write in clipper/fwh 1.95 with harbour and fwh 6.12,but have some error : Error description: Error BASE/1081  Argument error: +    Args:      [   1] = N   0      [   2] = N   15 Stack Calls ===========    Called from:  => (b)DEFAULT(0)    Called from:  => AEVAL(...
by Salvo1087
Wed Feb 09, 2011 11:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box [Solved]
Replies: 10
Views: 4201

Re: Error FiveWin/3 Cannot create Dialog Box [Solved]

thanks a lot,i have solved problem. i replace the borland controll with a controll "button".tanks
by Salvo1087
Sun Feb 06, 2011 4:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box [Solved]
Replies: 10
Views: 4201

Re: Error FiveWin/3 Cannot create Dialog Box

yes,but when i delete borland control it give an error when compile .rc file : Error WINRIC.RC 33 30: Expecting class name or ID   i have added in main.prg the command : local hBorland := LoadLibrary( "BWCC32.dll" ) SET RESOURCES TO "bwcc32.dll" BWCCRegister(GetResources()) ... c...
by Salvo1087
Fri Feb 04, 2011 6:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box [Solved]
Replies: 10
Views: 4201

Re: Error FiveWin/3 Cannot create Dialog Box

Rick , a little part of my .rc file is : AZIENDA_DATA DIALOG DISCARDABLE 0, 0, 271, 97 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION| 0x4 CAPTION "AZIENDA E DATA" FONT 8, "MS Sans Serif" BEGIN EDITTEXT 1003,56,8,208,13,ES_AUTOHSCROLL | NOT WS_TABSTOP PUSHBUTTON "&...