Search found 27 matches: whe

Return to advanced search

GetImage on fiveh.lib

While I was carrying out a small procedure, a strange error appeared, basically asking for these functions whe we use getimage function Error: Unresolved external '_HB_FUN_BETAVERSION' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport Error: Unresolved external '_HB_FUN_SHOWGRID' ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 2
Views: 63

Re: To Nageswrao Del Objs on TscrollPanel

... scroll  as you can see on this picture https://i.postimg.cc/SxTbV6sG/project.jpg the problems are only on Manage buttons because when I delete a button not refresh good the panel scroll  for a sample If I delete some records  (1,3,4) I have on xbrowse  admin, procedure2 and procedure ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 721

txbrowse totals and edit modes

... 10.2 with hobby purpose. My problem is a txBrowse which doesn't show column totals and neither accepts edited values. I can edit values but whe i leave the cells the former content remains visible. Here my code :    REDEFINE XBROWSE oBrwPos ID 50 OF oDlg ALIAS "pos" FOOTERS COLOR ...
by Detlef
Wed Feb 16, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 668

Re: Compilar código Harbour con gcc en 64 BITS

Hello for 64 bit i have to use: harbour 64 bit GCC 7.3 64 bit x86_64-7.3.0-release-posix-seh-rt_v5-rev0 whe you compile a sample .prg i have to use KBMK2 this is a sample of TEST64.HBP # ========================== # ========================== -oTEST -exitstr -gui -inc ### solo ...
by vensanto
Sun May 27, 2018 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar código Harbour con gcc en 64 BITS
Replies: 8
Views: 2020

Re: class tprinter and a dot-matrix printer

... nLeftMargin: Left margin, by default 0 nTopMargin: Top margin, by default 0 lAnsiToOem: If .T. a Ansi to Oem translation is done automatically whe printing, by default is .T. METHODS: New(cPort) Constructor, no comment End() Destructor, no comment StartPage() Begining of a page, this method ...
by ukoenig
Sun Mar 26, 2017 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class tprinter and a dot-matrix printer
Replies: 2
Views: 776

Re: design clausole

... control perhaps need the clausole transparent i TRIED WITH @ 4, 4 GROUP oGrp PROMPT "Group" SIZE 240, 68 PIXEL OF oDlg TRANSPARENT 2. whe n I insert a new control of Say then the design save a list of oSay ( oSay,oSay,oSay) and this is made also with cGet and oGet . On source I correct ...
by Silvio.Falconi
Thu Dec 08, 2016 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6036

Re: Ejemplo TdosPrn

... nLeftMargin: Left margin, by default 0 nTopMargin: Top margin, by default 0 lAnsiToOem: If .T. a Ansi to Oem translation is done automatically whe printing, by default is .T. METHODS: New(cPort) Constructor, no comment End() Destructor, no comment EndPage() End of page, this method is optional ...
by LuisPonce
Thu Aug 18, 2016 4:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TdosPrn
Replies: 11
Views: 2791

Re: ADO RDD xHarbour

... comments, experiences, ideas and bug reports are most welcomed! New features: 1) ADO_EXIT called internally to close all tables and connections whe exit the app. 2) Gave up the idea of persistent recordsets to open huge sets because the difference speed in opening its completely lost closing ...
by AHF
Mon Oct 19, 2015 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448116

Re: ADO RDD xHarbour

New version of ADORDD at https://github.com/AHFERREIRA/adordd.git Changes: Faster opening recordsets Recordsets are now opened by recno order when no index is active as any dbf Tables without auto inc fieldto be used as recno throws an error whe opening it Reccount faster Copy To (from other ...
by AHF
Mon Aug 17, 2015 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448116

Re: ADO and resume laptop

I know than whe are using the same connection again, but I was refering to recordset that are allways are reopen while calling.

But anyhow, it's working now, like you suggested. By closing the connection, and reopening it, if there was an error.

Thanks,
by Marc Vanzegbroeck
Sun Jun 29, 2014 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 2012

Array BUG?

I make a array with arr := array(30) and then aFill(arr,{}).
When I now say aadd(arr[1],{1,2,3,4}]) all arrays in arr become this aadd() not only arr[1]!
Whe i fill the arr with aeval(arr,{|,index|aadd(arr[index],{1,2,3,4}}) then is it ok.
I use xHarbour.
by byte-one
Thu Feb 21, 2013 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array BUG?
Replies: 2
Views: 649

Re: ERROR XBROWSE MAKETOTALS

Dear Nages Now I correct and I see now the footer but only whe I change a field if I open the procedure and there is one record the footer is zero (0.00) At INIT http://img853.imageshack.us/img853/5284/inito.jpg when I change a field http://img543.imageshack.us/img543/6014/changek.jpg ...
by Silvio.Falconi
Fri Feb 08, 2013 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR XBROWSE MAKETOTALS
Replies: 6
Views: 2068

Re: EditCell

Nages nor run the final user can edit the record but then whe nthe user press return it return as before aBrowse := { { { || CE->ALIMENTO }, i18n("Alimento"), 350, },; { { || CE->PROTEINE }, i18n("Proteine"),40, },; { { || CE->GLUCIDI ...
by Eoeo
Mon Aug 13, 2012 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EditCell
Replies: 6
Views: 1404

Re: New FWH 11.07

Mgsoft, Now we should revise all rcs and prgs to see if whe use group boxes?. In my case, it does not worth updating FWH at all. Is such a big effort to use a source code editor to make an automatic search for GROUP keyword ? Your comments are really ...
by Antonio Linares
Tue Aug 09, 2011 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.07
Replies: 79
Views: 12432

Re: New FWH 11.07

... all .rcs and point 3 requires to revise all source code. Is not there any other solution?. Now we should revise all rcs and prgs to see if whe use group boxes?. In my case, it does not worth updating FWH at all.
by mgsoft
Tue Aug 09, 2011 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.07
Replies: 79
Views: 12432
Next

Return to advanced search

cron