Search found 43 matches: respectively

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... dynamic link library (DLL) files commonly used in Windows environments to provide SSL/TLS, cryptographic functions, and URL transfer capabilities respectively. Here's a breakdown of each: 1. libssl-1_1-x64.dll Purpose: This library is part of OpenSSL and provides the SSL/TLS protocol support necessary ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 135

Re: Display thumbnails of pdfs

... a thumbnail image is also saved along with the file. These images are in the formats of "emf,wmf,jpeg" for "docx,xlsx,pptx" respectively. In case of MS Office files saved with this option, we can extract the thumbnails and save them, using the FWH built-in function: OfficeExtractImage( ...
by nageswaragunupudi
Sun Oct 16, 2022 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2270

Increase the map scale

Hi,

In my own task, I work with a map. I am increasing the size of the map container (for example, by 30%) and I want to increase the map scale by the same 30%, respectively. How can this be done ?
by Natter
Mon Sep 27, 2021 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increase the map scale
Replies: 2
Views: 341

Re: COMBOBOX HEIGHTGET is not working? *Solved*

... Now, add these clauses "HEIGHTGET 50" and "HEIGHTGET 30" to oCbx2 and oCbx3 respectively. This is the code.    REDEFINE COMBOBOX oCbx2 VAR cItem2 ITEMS { "One", "Two", "Three" } ;      ...
by nageswaragunupudi
Wed May 20, 2020 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1566

Re: OT: How are we doing ?

... I read a week ago: "One degree Celsius increase in temperature and one percent increase in relative humidity lower R by 0.0383 and 0.0224, respectively. This result is consistent with the fact that the high temperature and high humidity significantly reduce the transmission of influenza. ...
by MarcoBoschi
Fri Mar 20, 2020 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 3688

Re: Documentación sintaxis

... received by the code block parameters. The expressions and statements in the code block are then executed from left to right, or top to bottom, respectively. The return value of the code block must be specified with the RETURN statement. Info See also: {|| }, AEval(), AScan(), ASort(), DbEval(), ...
by nageswaragunupudi
Wed Oct 30, 2019 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación sintaxis
Replies: 6
Views: 1440

Re: Interfacing with Dicom sistems

... which can contain multiple values, or multiple parts within a value (eg names) you apply the same approach with "~" and "^" respectively. The first field in each segment gives you the segment type. You are porbably looking for the PID (patient identification) segment. Within ...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11781

FWH 17.04: BtnBmp: Symbol Fonts as bitmaps

... fonts: While specifying the ASC value, please add 0x10000, 0x20000 or 0x30000 to the asc value for WingDings, WingDings 2, WingDings 3 fonts respectively. This added value indicates to the library which font is to be used. WingDing fonts work on all OS from Windows XP onwards. Sample using ...
by nageswaragunupudi
Fri Apr 28, 2017 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04: BtnBmp: Symbol Fonts as bitmaps
Replies: 3
Views: 781

Re: Looking for cliparse.zip / Buscando cliparse.zip

... ) and a syntax parser (Yacc: Berkeley University BYACC htttp://www.first.gmd.de/cogent/catalog/lexparse.html ) which produce a lexer and a parser, respectively. Both tools, Flex and Byacc may be free downloaded from Internet and they contain full source code. We strongly recommend the reading of ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2296

Re: Move controls as window size

... choosen for the property it was 'RSZ', and stores an integer that indicates with 0, 1 or 2 if you want no_change, proportional, or edge anchoring respectively. In the last case, a high order byte indicates which edge every side is anchored to the right and bottom edges. oBrowse will react having ...
by Carlos Mora
Tue May 19, 2015 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6239

Can not detect explanation of function in chm or your wiki.

... FW _ QuotedColSQL() , FW _ OpenRecordSet() etc. ... If is added in help, was wished to record together when was added from fwh version. Also, ran respectively programs in examples but was so old or data file has thing which do not discharge because is not,. Was wished to supplement perfectly.
by dbmanfwh
Tue Feb 24, 2015 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can not detect explanation of function in chm or your wiki.
Replies: 1
Views: 429

Re: Small correction in TBTNBMP Class to paint Disabled BtnText

... obtn:lDisColor or oget:lDisColors be set to .f. when it is required to paint with programmer specified obtn:nClrDisText or oget:lClrTextDis respectively. Any modification would break the existing code in the presently working software.
by nageswaragunupudi
Thu Jan 15, 2015 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small correction in TBTNBMP Class to paint Disabled BtnText
Replies: 2
Views: 457

XBrowse bEditValid strange behavior (SOLVED)

... for test) after increasing it, the issue is that the xBrowse (Astock) is not displayed until [b]? Code, nn [/ b] is printed twice, with value 1, 2 respectively for [b] nn [/ b], only thereafter xBrowse appears also twice. No matter if function return T. o. F. , the behavior is the same. some help? ...
by Marcelo Via Giglio
Wed Jun 19, 2013 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse bEditValid strange behavior (SOLVED)
Replies: 4
Views: 1283

Re: questions about 64 bits and FWH

... on the open-source Clang compiler, which is the front end for the LLVM compiler, described at http://clang.llvm.org/ and http://www.llvm.org/ respectively. BCC64 is an entirely new code base, so there are significant differences between BCC64 and BCC32. From an easy of use point of view, sadly ...
by Antonio Linares
Wed Feb 20, 2013 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about 64 bits and FWH
Replies: 31
Views: 7584

Re: Xbrowsing a Tree without loading in Memory

... LinkList, but without reading the data into the memory. I have used states.dbf and customer.dbf in the fwh\samples folder as Parent and Child dbfs respectively. I suggest you compile and test the program and then you may adopt to your dbfs. Please change the paths of the dbf files if needed. Also ...
by nageswaragunupudi
Fri Jan 04, 2013 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596
Next

Return to advanced search