Search found 36 matches: constructs

Return to advanced search

Re: Convert a print to Rtf or doc

... data in the GUI. 4. Generating a Report By pressing a button in the dialog, the Report function is invoked. This function reads HTML templates and constructs a structured report that includes images, product descriptions, quantities, and prices. 5. Printing the Report The PrintHtml function allows ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Clase Nativa MySql

Then, your present TRY/CATCH constructs should continue to work, when enclosed between oCn:lThrowError := .t. and .f. like this.
Code: Select all  Expand view
oCn:lThrowError := .t.
YOUR PRESENT TRY/CATCH CODE
oCn:lThrowError := .f.
by nageswaragunupudi
Thu Mar 17, 2022 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1851

Re: lGetBar

... := <blankvalue_of the datatype> You need to do this for those columns for which you want the Gets to work. Once you assign this, XBrowse constructs Gets for these columns when initializing the browse. Optionally you can also provide a picture. oCol:cBarGetPic := <picture> Assuming ...
by nageswaragunupudi
Mon Jan 28, 2019 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 5733

Re: Experiences from convert to 64Bit BCC

To own c-files should be added the fwh.h and all constructs "( HDC ) hb_parnl( param )" should now be wrote as "( HDC ) fw_parH( param )" to be compatible.

Antonio this should expanded to HWND and HFONT too!
by byte-one
Fri Apr 01, 2016 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Experiences from convert to 64Bit BCC
Replies: 7
Views: 922

Experiences from convert to 64Bit BCC

... BCC64.exe. There comes some interesting information from the compiler (double directories, etc.). To own c-files should be added the fwh.h and all constructs "( HDC ) hb_parnl( param )" should now be wrote as "( HDC ) fw_parH( param )" to be compatible. ..will be continued....
by byte-one
Thu Mar 31, 2016 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Experiences from convert to 64Bit BCC
Replies: 7
Views: 922

Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be

... BarcodeReader.qml in relevant context only. HbQtBarcodeReader() is developed to provide one-line calling methodology in mind and has many other constructs you are already familiar with. METHOD HbQtBarcodeReader:create( oParent ) ... ... // register C++ classes in order to access them inside ...
by Pritpal Bedi
Sat Aug 01, 2015 1:47 am
 
Forum: FiveTouch
Topic: Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be
Replies: 1
Views: 1668

Clases UI

... be greatly appreciated. Attached some pictures as a "step by step" so they can see some of the options provided and the example that constructs I also include some tests The following posts will indicate the link to download the classes and icons used /* * * Proyecto: FiveUI * Fichero: ...
by cnavarro
Sun Aug 03, 2014 8:23 am
 
Forum: Utilities / Utilidades
Topic: Clases UI
Replies: 40
Views: 11033

Feasibility Assertion - FiveQt

Hello Everybody Off late I am compelled to think seriously about porting Five* library constructs to HbQt, but... Rationale behind this initiative: At the begining of HbQt evolution, I wanted a proven application framework which would go side-by-side and also become ...
by Pritpal Bedi
Sat Jul 12, 2014 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Feasibility Assertion - FiveQt
Replies: 14
Views: 5485

Re: xBrowse + OO Array

... and hands over total responsibility to your method. If not it checks if your object has the methods I stated above and if so goes ahead and constructs the browse using your methods. If not it simply offers to browse your object as an unknown object ( Hope you know we can browse oDlg, oWnd, ...
by nageswaragunupudi
Fri Jun 06, 2014 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4796

Re: Simple xBrowse edit ?

... := x } SIZE 40 ALIGN CENTER EDITABLE   Instead it is much easier to write the code using the syntax I suggested. In that case xbrowse constructs the SETGET codeblocks itself. Please try my suggestion and let me know. PS: Please check if I committed any spelling mistakes.
by nageswaragunupudi
Thu Oct 24, 2013 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple xBrowse edit ?
Replies: 10
Views: 2531

New FTDN March/Marzo 2013 (FWH 13.03)

... mdb file For connectiong to a folder containing DBF tables, it is enough to specify the full path of the folder. In the above cases, the function constructs the appropriate connection string. * Enhancement: FW_OpenRecordSet( oCn, cSql ). Now the first parameter can also be a connection string ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2502

XHARBOUR VERSION CVS Y SVN

Greetings!

I downloaded the xHarbour SNV and run make_gnu.sh fails me, is the CVS version constructs without problems, could tell me if the svn requires some flag for its construction, have reviewed the documentation and I can not provide a solution to this problem

Thank you!
by compubrion
Sat Sep 29, 2012 8:47 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: XHARBOUR VERSION CVS Y SVN
Replies: 1
Views: 1551

Re: ADS not supports hb_WildMatch( '"+cWild+"', DbRecordInfo

... by using the asterisk * is combined with the AND operator, so the chance to find suitable data sets might be very low! For example, I'm using constructs like this contains( dbtrn->Name1, "cPattern" ) OR contains( dbtrn->Name2, "cPattern" ) OR contains( ...
by frose
Tue Mar 20, 2012 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS not supports hb_WildMatch( '"+cWild+"', DbRecordInfo
Replies: 5
Views: 1217

Re: XBrowse ToExcel

... years back. Instead, it has always been recommended to assign the code block to bEditValue and picture clause to cEditPicture. XBrowse internally constructs bStrData. The code errors out in case of non-standard usage of bStrData and that was intentional.
by nageswaragunupudi
Mon Oct 31, 2011 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ToExcel
Replies: 2
Views: 708

Re: symbol € on xbrowse

... advised to use bEditValue only. Codeblocks returning any datatype ( numeric, date, or whatever ) can be assigned to bEditValue. XBrowse internally constructs bStrData codeblock from bEditValue and cEditPicture ( if assigned ). Here is the another way (easiest) way of using xBrowse. Function Main()  ...
by anserkk
Tue Mar 08, 2011 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: symbol € on xbrowse
Replies: 18
Views: 6601
Next

Return to advanced search