Search found 49 matches: interactively

Return to advanced search

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, then it should ask for it and allow to edit it. Once ...
by Marc Venken
Tue Jul 11, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 869

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, then it should ask for it and allow to edit it. Once ...
by Antonio Linares
Tue Jul 11, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 869

Re: Changing the bitmap in the bookmark

Natter wrote:Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out :(

Sorry, this not run ok ?
Code: Select all  Expand view

oFld:SetBitMap( "modif", oFld:nOption )   // "modif" -> resource of bitmap
 
by cnavarro
Mon Jan 30, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 377

Re: Changing the bitmap in the bookmark

Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out :(
by Natter
Mon Jan 30, 2023 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 377

Re: Manupulate PDF via Acrobat PRO DC

... has a title that appears on screen, and an action that specifies what happens when a user clicks on the bookmark. Bookmarks can either be created interactively by the user through the Acrobat DC application’s user interface or programmatically generated. The typical action for a user-created bookmark ...
by mastintin
Thu Dec 23, 2021 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3703

problem with fw_adoexporttodbf function

... dbf is created with a character field (instead of "memo" field) length=0, and without content. To fix this problem, need to declare interactively the structure of dbf at runtime moving ".T." in the third parameter of the function. But in this way the program stops execution ...
by max
Sun May 12, 2019 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 2543

Re: add recs/repl fields to an existing table of SQL db

The answer is for ADO. 1) how can i add records to an existing table of a database SQL in "batch" mode (not interactively with browse and similar)? You can do it in two ways. (a) Directly using SQL. (b) Opening recordset in batchmode. (a) Directly using SQL. SQL syntax is ...
by nageswaragunupudi
Thu Apr 25, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1307

Re: add recs/repl fields to an existing table of SQL db

... very fast! Now I need two examples, if possible: 1) how can i add records to an existing table of a database SQL in "batch" mode (not interactively with browse and similar)? 2) how can i replace a content of a field in a specific record of an existing table (like "replace fieldname ...
by dutch
Thu Apr 25, 2019 3:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1307

add recs/repl fields to an existing table of SQL db

... very fast! Now I need two examples, if possible: 1) how can i add records to an existing table of a database SQL in "batch" mode (not interactively with browse and similar)? 2) how can i replace a content of a field in a specific record of an existing table (like "replace fieldname ...
by max
Wed Apr 24, 2019 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1307

Re: Where i can find "FiveODBC Documentation"

... very fast. Now I need two examples, if possible: 1) how can i add records to an existing table of a database SQL in "batch" mode (not interactively with browse and similar)? 2) how can i replace a content of a field in a specific record of an existing table (like "replace fieldname ...
by max
Wed Apr 24, 2019 1:48 pm
 
Forum: FiveWin for CA-Clipper
Topic: Where i can find "FiveODBC Documentation"
Replies: 15
Views: 13258

Docker quick guide

// Download linux debian docker pull debian // run debian interactively docker run -it debian /bin/bash // once inside debian, install mc (midnight commander) apt-get update apt-get install mc mc exit (to exit from debian) // to save the docker image ...
by Antonio Linares
Thu Mar 14, 2019 10:05 am
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1132

Re: TImage zoom

oImg:nZoom++/oImg:nZoom++, oImg:refresh() - for TImage not work

Use a brush good idea, but I was not able to interactively change its size.

Probably for zoom/unzoom you can use SaveWindow. Save need rectangl context in BMP, and then load in TImage
by Natter
Thu Apr 07, 2016 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TImage zoom
Replies: 14
Views: 2590

Re: Load, show in dialog, interactively crop and save cropped

Uwe,

ukoenig wrote:Enrico,
have a look at :
( select the one, that will be the best for You :

http://graphicssoft.about.com/od/pixelb ... otoedw.htm

Best Regards
Uwe :lol:


Thank you, I'll have a look at them.

EMG
by Enrico Maria Giordano
Sun Aug 18, 2013 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load, show in dialog, interactively crop and save cropped
Replies: 31
Views: 9428

Re: Load, show in dialog, interactively crop and save cropped

Enrico, have a look at : ( select the one, that will be the best for You. 11 tools from range 1 to 11 with deteiled informations ) : http://graphicssoft.about.com/od/pixelbasedwin/tp/freephotoedw.htm A overview from the download-page : http://www.pflegeplus.com/pictures/Imgeditors.jp...
by ukoenig
Sun Aug 18, 2013 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load, show in dialog, interactively crop and save cropped
Replies: 31
Views: 9428

Re: Load, show in dialog, interactively crop and save cropped

Uwe, I'm still searching a good image editor. :-) I tried Pixelformer but when you load an image it doesn't allow to easy resave it (you have to export it). Or is there a way that I haven't seen? Pixelformer apart, what other image editor can you recommend? Windows Paint would be enough for me but i...
by Enrico Maria Giordano
Sun Aug 18, 2013 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load, show in dialog, interactively crop and save cropped
Replies: 31
Views: 9428
Next

Return to advanced search