Search found 705 matches: given

Return to advanced search

Re: gradiants ?

... on the function itself but it works quite nicely ... once you issue SetDlgGradient() it becomes the default windows and dialog background.. I have given you several different gradients .. I use different gradient backgrounds throughout my programs .. Very easy to create your own functions .. sometime ...
by Rick Lipkin
Fri Jun 03, 2022 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 579

Re: How code obfuscation helps protect application data

... shot of a Customer table in Sql .. not that much different than .DBf .. I am not saying one could probably de-encrypt the encryption algorithm given enough time, but most ransom crooks don't want to spend the time to de-encrypt the data .. to them, they just want the EASY and quick un-encrypted ...
by Rick Lipkin
Tue May 17, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1394

Re: A big hit: Neither Apache and mod_harbour are needed

Dear Marco,

You only need one harbour exe and you use it from the web browser (Chrome, edge, etc)

You can use it locally accesing localhost from the web browser or remotely given its IP address.

It's very simple and this allows to build web apps using Harbour very easily :-)
by Antonio Linares
Thu Apr 28, 2022 12:09 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15478

Re: Help for scrollBar

Antonio Linares wrote:Are you using an index ?



I found the error
there was the bitmap next to the given string covering part of the scrollbar
sorry
by Silvio.Falconi
Mon Apr 25, 2022 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for scrollBar - Resolved -
Replies: 10
Views: 553

Re: Recognizing a Word-document

...  cType    := "TXT.ANSI"      endif   endifreturn cType  This function can recognize if the given text is an image type or a doc type ( RTF, GTF, PDF, DOC, DCX (for DOCX), etc
by nageswaragunupudi
Sun Mar 13, 2022 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recognizing a Word-document
Replies: 3
Views: 458

Re: LOST CONNECTION - At. Mr. Rao

... Desde ya les agradezco a quienes tengan alguna solución. Saludos Marcelo Roggeri There is nothing to be done in the program. This message is given to the user, so that he will check internet/cables, etc. If the user gets this message, let him check and wait for internet connection. When the ...
by nageswaragunupudi
Sun Feb 13, 2022 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: LOST CONNECTION - At. Mr. Rao
Replies: 13
Views: 973

Re: Problem with SQL Native

... This is the result: https://imagizer.imageshack.com/v2/xq90/924/r0Jglh.png You can yourself run this program. Copy the program given below to \fwh\samples folder and build and run with buildh.bat or buildx.bat. #include "fivewin.ch"function Main()   local ...
by nageswaragunupudi
Mon Feb 07, 2022 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1711

datatype

... however, it often happens that a text is displayed in a column but the field in the archive is numeric but xbrowse it returns me the type of the given character but if the field is numeric it gives me an error How can I check if the field in the archive is numeric? When I create the xbrowse I ...
by Silvio.Falconi
Mon Feb 07, 2022 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: datatype
Replies: 1
Views: 307

Re: thumbnail of window

Given a windows handle you can get a bitmap with its image

and once you have the bitmap, you can resize it to the thumbnail required size

is that what you mean ?
by Antonio Linares
Thu Jan 27, 2022 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: thumbnail of window
Replies: 2
Views: 235

Xbrowse Builder having a strange error (SOLVED)

... : It is inside a folder system where all folders have this line of code I know that the function is processing several lines with values, but at a given moment the data seems to be fault, mayby NIL like I saw on a post... Any tips, help please ? Application =========== Path and name: C:\marc32\factumat32.exe ...
by Marc Venken
Tue Jan 04, 2022 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1547

Re: Starting monitor

... oWnd ON INIT FW_GetMonitor( 2 ):Center( oWnd )  I think we can do most anything required with the provided multi-monitor functions given above.
by nageswaragunupudi
Fri Dec 10, 2021 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Starting monitor
Replies: 15
Views: 1476

Re: RTF from Variable

... | WS_VISIBLE | WS_BORDER | WS_VSCROLL, 10, 40, 500, 350  cText is loaded from a .dbf memo field. The text will load. If I right click, I am given an option to turn on/off the spell checker. I see no Rich Edit controls so no other capability is displayed. Also, can we auto turn on the spell ...
by TimStone
Wed Dec 01, 2021 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4308

Re: RTF from Variable

... is loaded from a .dbf memo field. Using a GET with MemoEdit, cText has data. Using this contol, I get a blank control box. If I right click, I am given an option to turn on/off the spell checker. I see no Rich Edit controls so no other capability is displayed. I followed the discussion in this ...
by TimStone
Wed Dec 01, 2021 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4308

Re: help on a GPF situation

... at run-time, and to query and set the trace level. From C code: * To query the current tracing state, and optionally change the current state to a given value (which should be in the range [0,1], otherwise the current state remains unchanged): hb_tracestate( state ); Therefore, to just query the ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3401

Re: Increase the map scale

Natter,

I don't think you have given enough information for anyone to be able to help.

Is the map an image you already have or an online map such as Google Maps?

Is the scale a separate image from the map, or something you are drawing on the map image?
by James Bott
Mon Sep 27, 2021 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increase the map scale
Replies: 2
Views: 344
PreviousNext

Return to advanced search