Search found 24 matches: constructed

Return to advanced search

Re: Update a scrollpanel

Mr Rao the array constructed in this way is not useful to me local aPrices := { { 25.40, 45.70 }, { 77.20, 92.34} } because you show one record at a time that is, or I have to display all the articles that are in the archive the structure ...
by Silvio.Falconi
Fri Feb 07, 2020 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a scrollpanel
Replies: 9
Views: 1689

ZIP files with Harbour, MSVC, and FWH

I have tried to build an application previously constructed with the commercial version of xHarbour, but now trying to use Harbour, FWH 18.04, and MSVC++ 2017. I have included the harbour libraries: hbziparc, hbmzip, hbzlib, minizip When building, ...
by TimStone
Sun Jun 17, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP files with Harbour, MSVC, and FWH
Replies: 2
Views: 561

Re: xBrowse Report and column pictures

... of March 2008. We suggest using bEditValue as a SETGET block returning value of any type and optional cEditPicture for formatting. bStrData is constructed internally by XBrowse, using bEditValue and cEditPicture. You made a valid point that you understood cEditPicture to be used only for editing. ...
by nageswaragunupudi
Thu Mar 22, 2018 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report and column pictures
Replies: 3
Views: 782

Re: ADO RDD xHarbour

Antonio, now i found that the .mdb is constructed but no tables inside!! -> Also the error comes from here.
I use this code:
Code: Select all  Expand view
DbCreate("table1;"+cPath+"\test2.mdb", .....


ADO CACHESIZE i do not use!
by byte-one
Tue Oct 20, 2015 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446626

Re: Clases UI

... be the examples: WNDUI18 - WNDUI19 - WNDUI20, etc. I have prepared and I'm "polishing" I hope someone proves me and indicate whether constructed correctly If anyone can / wants to translate these messages would be nice. Anything, you know, I'll be here
by cnavarro
Sun Aug 03, 2014 9:49 am
 
Forum: Utilities / Utilidades
Topic: Clases UI
Replies: 40
Views: 11033

Re: Drawing on a TImage and save [Solved]

... control Nor do I work the SIZE clause Any displayed image is located in a control double image size The image size is 150x100 eagle.jpg control is constructed and sized 300x200 @ 15, 5 IMAGE oImg PIXEL FILE "EAGLE.JPG" OF oDlg //ADJUST 
by cnavarro
Tue Apr 01, 2014 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11703

Re: Client Server options

... much faster to xbrowse. Here is the difference between a live (also called dynamic) cursor vs a static cursor from the help file: A live cursor is constructed by essentially putting a filter on the base table so that only the requested rows are visible. Conversely, a static cursor is actually a ...
by reinaldocrespo
Mon May 28, 2012 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25097

Re: Crash from FWSavePreviewToPDF

I should add that all of my reports are manually constructed with the PRINTER commands:

PRINT oPrn NAME "Daily Totals" PREVIEW
by TimStone
Fri Jul 08, 2011 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash from FWSavePreviewToPDF
Replies: 34
Views: 7903

Re: Busqueda incremental con Array en xBrowse

... "@!"  Explanation: When we called the method oBrw1:SetArray( aEmpleados, .t. ), with second parameter as True, xBrowse already constructed correct codeblock for oBrw1:bSeek appropriate for array seek. We should not re-assign with our own codeblock which does not work on arrays. ...
by nageswaragunupudi
Thu Apr 21, 2011 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda incremental con Array en xBrowse
Replies: 2
Views: 801

Re: Get in a loop

... may expect. All the codeblocks use the value of the variable after exiting from the loop, in this sample, 61. In such cases, codeblocks should be constructed in separate functions, using the concept of detached locals. This code works: for i = 1 to 60   Tget():redefine(1000+i, ...
by nageswaragunupudi
Thu Feb 17, 2011 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get in a loop
Replies: 3
Views: 700

Re: Error Xbrowse

... appropriate to the datasource, be it RDD, RecordSet, Array, etc. The codeblocks automatically generated by xbrowse internally are much better constructed than what we may directly supply. It is desirable to know what version of FWH Mr. Ruben is using. In the code that is posted both recordset ...
by nageswaragunupudi
Wed Nov 10, 2010 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Xbrowse
Replies: 4
Views: 1004

Re: vTaskBar on the left MDIChild Window on the Right

... using MDI Windows that looks like a typical SDI design, then that changes the picture. But then that would really be a SDI interface (just constructed using MDI windows). I am afraid that to do this would require a fair amount of changes to the FWH source code, however. And I just don't ...
by James Bott
Wed Sep 29, 2010 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4574

Re: xbrowse value of cell is nil

... ):Value }oCol:bStrData    := { || cValToStr( oCol:Value, oCol:cEditPicture ) }  Note: The real codeblock constructed by XBrowse is more complex than shown above, because it includes check for empty recordsets also. But that is not relevant now, if we know ...
by nageswaragunupudi
Wed Sep 22, 2010 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse value of cell is nil
Replies: 5
Views: 1857

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... ! Demonstrated the use of QPainter():drawLine( ... ) with variable type of argument types. NOTE: this mechanism holds good if arguments are constructed via Q*Class( ... ) call only. Also this mechanism seems to be working best for only those classes of Qt which are neither inherited nor ...
by Pritpal Bedi
Mon Sep 20, 2010 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99109

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... * contrib/hbqt/qtgui/qth/QLinearGradient.qth * contrib/hbqt/tests/demoqt.prg ! One of the main-menu prompt constructed differently. * contrib/hbide/hbqreportsmanager.prg + HbqReportsManager() class is split in two to manage graphic objects more efficiently. ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99109
Next

Return to advanced search