Search found 196 matches: selects

Return to advanced search

change size dialog selecting noption folder

I have a dialog I have a folder on this dialog I have a buttonbar at the bottom of odlg I would like to make the dialog smaller when the end user selects tab number 3 and tab number 6 I made a small test Problem is when press folder tab the dialog is resized but sometimes the oBar is hided or became ...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 616

Re: Have the parameters Selecting a printer

... you always have to set your desired/required values before printing. NO it's wrong !!! as I already told you in another topic when the end user selects the printer the computer changes some vital parameters for printing among which xOffset and Yoffset if I assign the value 0 to these parameters ...
by Silvio.Falconi
Mon Jan 15, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 694

Re: Inserting a string with CRLF into a single-line TGet.

... the context And as a programmer you do not know what text the user will copy. And when the user wants to paste in the Get, he presses Ctrl-V or selects "Paste" from the right-click context menu. Then the TGet class calls: CallWindowProc( ::nOldProc, ::hWnd, WM_PASTE, 0, 0 ) ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 893

Re: Saving OuterHTML using Await Implementation with TWebView

... Constructor that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1627

Re: Saving OuterHTML using Await Implementation with TWebView

... Constructor that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1627

Re: genblock

... to assign the umbrellas the operator presses one of the numerical buttons that are on the left and then selects a button that is inside the first scrollable panel on First Scroll Panel If I select one button it return allways 04 on source on a for next ...
by Silvio.Falconi
Mon Jun 12, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: Problem with xBrowse

Mr. Rao: Oh Sorry, yes. Pardon my forgetfulness. It selects TEST as current database. Don't worry! I am now copying your program with minor changes and trying to execute at my end. Thanks a lot BTW, it is now about 10:30 pm in Toluca. Are you still ...
by Armando
Sun May 28, 2023 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2155

Re: Problem with xBrowse

... USE is a mysql command, after this command all commands affect tables in TEST database Best regards Oh Sorry, yes. Pardon my forgetfulness. It selects TEST as current database. I am now copying your program with minor changes and trying to execute at my end. BTW, it is now about 10:30 pm in ...
by nageswaragunupudi
Sun May 28, 2023 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2155

Re: show DELETED Record in XBROWSE

... .T. for ? Syntax: oBrw:Delete( [lMessage] ) If the lMessage parameter is .T., a MsgeYesNo() box is displayed and only if the user selects "Yes", the Record is deleted() Otherwise, the record is deleted without any message. If SET DELETED IS ON, deleted records are not ...
by nageswaragunupudi
Fri May 26, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 472

Re: CLASS modification

... been using for many years at school where I have a get (action) control that opens a calendar (Tcalendar class) in a dialog (popup) and the user selects the date. Now it happened that I had to modify some procedures of that program and I went to recompile and that get while loading the calendar ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1704

group on oBrw:Report

I would like to group in the report but it doesn't work for me through a combobox the user selects the index oDbf:setorder(nGroup) oDbf:gotop() nGroup is a number aGroup := {nGroup} oBrw:Report( cTitle, , , ; { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf ) }, aGroup ) static ...
by Silvio.Falconi
Tue May 02, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: group on oBrw:Report
Replies: 1
Views: 140

change ChooseColor() Background Color

... example, we are setting the background color of the parent window to green using SetClassLongPtr() before calling ChooseColor(). After the user selects a color, we restore the original background color using GetStockObject(). i have try it but it have no Effect in my Sample HB_FUNC ( CHOOSECOLOR2 ...
by Jimmy
Wed Apr 05, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 273

Re: Forcing to unlock a record

... is that when the program reads a record into a dialog for editing, it also copies the original data to a second buffer. Then when the user2 selects to save the data, first the program reads the record again and compares it to the original data in the second buffer. If a change has been made ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 785

Search for a number on xbrowse and highlight it

i have an array with some numbers i would like that the user selects on the bar "N" if he wants to color a single number or "N +" if he wants to color all numbers equal to the one selected The user can delete the colors from the browse ...
by Silvio.Falconi
Tue Oct 11, 2022 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 619

a Get on a buttonbar

How can I put a Get in a buttonbar when the end user selects the second option of a combobox xhe is on the same buttonbar local aShowExtract:= {"Estrazioni continue","Estrazioni annuali"} ::nyear := "2022" //ComboBox @ ...
by Silvio.Falconi
Sat Oct 01, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Get on a buttonbar
Replies: 9
Views: 562
Next

Return to advanced search