Search found 179 matches: initially

Return to advanced search

Re: Pls recommend a Resource Editor

Thank you Rick. Always good to see you around. I guess there are more choices than I initially thought. That's a good thing.

Keep coding, my friend.

Reinaldo.
by reinaldocrespo
Sat Apr 22, 2023 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pls recommend a Resource Editor
Replies: 7
Views: 705

Re: Utilizar 2 dbcombo

... In this example, we create a window with two comboboxes, Combo_1 and Combo_2. Combo_1 has three options: Option 1, Option 2, and Option 3. Combo_2 initially has three sub-options: Sub-Option 1, Sub-Option 2, and Sub-Option 3. We then bind a handler to Combo_1's Change event using the COMBO_1:Change ...
by Jimmy
Fri Apr 21, 2023 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar 2 dbcombo
Replies: 3
Views: 311

Scrollbar of TMultiGet

Hi,

There is a TMultiGet control with a vertical scrollbar (initially the scrollbar is disable).
I enter some data into Get and as soon as they go outside the window of this Get, the scrollbar becomes enable.
How can I find out the status of this scrollbar ?
by Natter
Thu Mar 30, 2023 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 350

Re: xbrowse custom myBrowse

... into consideration, instead I consider it very useful in practice if we have 15 fields in the xbrowse table and we want to display only 4 of them initially for reasons that may also be of aesthetics, the end user however he could display the field he wants online and the configuration is saved ...
by Silvio.Falconi
Sun Feb 26, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse custom myBrowse
Replies: 2
Views: 226

Re: Codejock Calendar Samples?

... resources and images i use also. If you need help, let me know , codejock is a fantastic product while their support is very bad... unfortunately. Initially the class was set by Reinaldo Crespo and Tim Stone and highly updated by me. Special thanks also to Daniel Garcia Gil who helped me also getting ...
by richard-service
Sat Jan 21, 2023 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46756

Antonio, Example colors and themes

Hello Antonio. I made the color management example I have. Initially I started doing these routines with the purpose of creating a class to manage themes. The logic is easy to understand. In this class I use only 3 themes, but it could have infinite themes ...
by Giovany Vecchi
Thu Dec 15, 2022 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, Example colors and themes
Replies: 19
Views: 1159

Re: Fivedbu - Import/Export

OK ... I initially searched for it and couldn't find it in my 2210 file. Now I see it. Next question.   DEFINE BUTTON OF oBar PROMPT "Import" RESOURCE "code" //;   //   ACTION ( TxtStruct( ...
by TimStone
Tue Dec 06, 2022 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: StyleBrowse( oBrw ) ???
Replies: 8
Views: 593

Re: set spinner on combobox

... problem https://i.postimg.cc/ZKGjXzV8/spinner.gif ie if the user presses the down arrow he cannot decrease the value the user can initially decrease or increase the value in the get by pressing the spinner buttons, once the ResetValore() function has set the minimum value the user ...
by Silvio.Falconi
Wed Nov 02, 2022 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set spinner on combobox
Replies: 7
Views: 466

Error on Header of Xbrowse

... function that creates the headers and group headers to work I have created a small test that uses a child window to show you what the problem is Initially I open the lotto.dbf file and create a filter because I want to view only the records of a specific year, for example 2022     oQry := TDatabase():Open( ...
by Silvio.Falconi
Thu Sep 29, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Header of Xbrowse
Replies: 2
Views: 263

Re: FW and Telegram

... has implemented it many years ago :-) Antonio, when I created the procedure (in Win Xp) the Ritzan class did not exist, nor that of Charles KWON Initially I have been working using the telegram bees directly Later on an old project by the Greek Yunus (September 2018) who did not use any class ...
by Silvio.Falconi
Thu Sep 29, 2022 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and Telegram
Replies: 13
Views: 1138

Re: cyclometric circle

... it needs the positions of the circle I did not understand why it does not find them this does not happen in the large circle even if it does not initially create the shape of the first record "Bari" if after I scroll through the browse, the procedure shows the corresponding form in ...
by Silvio.Falconi
Wed Aug 03, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3225

Re: Search on a Xbrowse

... my intention was to insert a popup menu because the end user can choose to view the buttonbar or not initially the buttonbar does not appear but if you press the mouse and the right button you can display the menu and select "Show toolbar" ...
by Silvio.Falconi
Fri Feb 25, 2022 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on a Xbrowse
Replies: 19
Views: 1269

Re: clearing of archives

... to make the substitutions of teachers every morning, I am changing it because we have decided to transform it into a network with user management. Initially to use the procedure it was necessary to insert the data in all the archives (teachers, classes, classrooms, lessons etc.), to avoid entering ...
by Silvio.Falconi
Thu Jan 20, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 318

Re: a question MDI

... Once again I have understood that you did not fully understand what I had asked for. The oWndChild window is initially MAXIMIZED and fills the oClient of the oWnd window, then the user resizes the window with the mouse and can hide it under the explorerbar ...
by Silvio.Falconi
Fri Jan 07, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1630

To Nages : Tsequence modify

I have a dialog with the add/edit of categories and subcategories https://i.postimg.cc/SKW2VKrW/ty.jpg While I can initially open the category.dbf archive with the Tsequence class TCategory():New():Browse():Close() I don't know how to open another area for the xbrowse which ...
by Silvio.Falconi
Mon Dec 06, 2021 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Tsequence modify
Replies: 0
Views: 218
PreviousNext

Return to advanced search