Search found 77 matches: pulldown

Return to advanced search

Problem with datepick control Resolved !!!

I have two datepick as the Nages sample dtprang1.prg I add a small Menu pulldown where I set some dates oBtnSelCalendar:oPopUp:= { |oBtn| BtnPopCalMenu(@dFirst, @dLast,oDtpFirst,oDtpLast,dMin,dMax) } obviously I added Update to the datepick controls https://i.postimg.cc/nL0gTmLJ/errror-date.png ...
by Silvio.Falconi
Sun May 02, 2021 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick control Resolved !!!
Replies: 7
Views: 838

FW_ExceltoDbf version in FW 2102

... will showup with the oRange and headers. Right click and the headers will be put in a central dbf here we match the headers with the dbf fields (pulldown in browse) SELECT A GREEN TAG AND THE CORRESPONDING DBF TAG FOR SELECTION TO USE 3 EXIT THE BROWSE AND CONFIRM THE UPDATE 4 FW_Exeltodbf will ...
by Marc Venken
Thu Mar 25, 2021 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2571

Re: Problem in barmenu in FWH 20.12

Since I use FWH 20.12, my menuitems in my pulldownmenu's aren't working anymore. There is no reaction at all. But when I go back to FWH 20.08, everything is working normally. I am also using 20.12, My application's pulldown menus or buttonbars ...
by RAMESHBABU
Tue Jan 05, 2021 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1734

Re: Duplicar Array con registros que cumplan una condicion

... FIELD->groep ), nil ) } )   ASORT( aGroepen )  This will give me the array of all existing groep's (names for a pulldown) But I would like to have a count for how many times it was in the database (or shoul I make a do while.....) Result now = "Work","School","Private", ...
by Marc Venken
Mon May 11, 2020 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duplicar Array con registros que cumplan una condicion
Replies: 7
Views: 1223

Re: dialog resizable

... DEFINE WINDOW ::oWnd BRUSH obrush STYLE WS_POPUP and the user must click on a button to exit from ::oWnd but I cannot show the caption and menu pulldown ( no good) on DIALOG it is different because I need to have DEFINE DIALOG oDlg TITLE aTitle[nMode] SIZE 1120,650 ; PIXEL TRUEPIXEL RESIZABLE ...
by Silvio.Falconi
Wed Jul 03, 2019 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog resizable
Replies: 7
Views: 776

Xbrowse : aBarGetlist reposition record after change

... ex. Cities I have a index on that field in order to show them sorted by city. I then have a array of all posible cities and I choise them from the pulldown menu. At that point totaly normal, the position of the Xbrowse changes to the new cities. I want to go to the next record that I have been ...
by Marc Venken
Thu Mar 07, 2019 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : aBarGetlist reposition record after change
Replies: 5
Views: 799

Problem with xImage

... although I have put these commands oImageDlg[1]:bRClicked := NIL oImageDlg[1]:ltransparent:=.t. oImageDlg[1]:nUserControl :=0 I also see the menu pulldown I I click on right button of the mouse as you can see here https://i.postimg.cc/PJZfpZkr/nnn.png How should I do so the end ...
by Silvio.Falconi
Wed Jan 30, 2019 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xImage
Replies: 2
Views: 395

Re: FWH 17.07 announcements

After the great experience at Sillian, where we got a very valuable feedback, these are the plans for FWH 17.07: * Class TGoogle and Google calendar, mail, etc. will be included in FWH 17.07. This is a work in progress that will be continued in FWH 17.08 and so on * Class TCalex becomes part of FWH...
by richard-service
Thu Oct 05, 2017 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.07 announcements
Replies: 4
Views: 1429

FWH 17.07 novedades

Después de la gran experiencia en Sillian, donde obtuvimos un feedback muy valioso, estos son los planes para FWH 17.07: * las Clases TGoogle and Google calendar, mail, etc. se incluyen en FWH 17.07. Es un trabajo en desarrollo que continuará en FWH 17.08 y versiones sucesivas * La Clase TCalex pasa...
by Antonio Linares
Wed Jul 12, 2017 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 17.07 novedades
Replies: 5
Views: 1476

FWH 17.07 announcements

After the great experience at Sillian, where we got a very valuable feedback, these are the plans for FWH 17.07: * Class TGoogle and Google calendar, mail, etc. will be included in FWH 17.07. This is a work in progress that will be continued in FWH 17.08 and so on * Class TCalex becomes part of FWH ...
by Antonio Linares
Wed Jul 12, 2017 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.07 announcements
Replies: 4
Views: 1429

Re: FiveWeb Question

... I have used the FiveWeb forms designer to build it: (the pulldown menu is not showing properly, I have to review it) http://www.fivetechsoft.net/cgi-bin/fiveform For those of you that may be interested ...
by Antonio Linares
Sat Dec 12, 2015 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Question
Replies: 20
Views: 4101

Re: VERY URGENT PROBLEM concerning menu class

... problem http://www.softwarexp.co.uk/beta/test/test.html To access go to http://www.condominio.biz user: testca pwd: A12345678 Source code: // Some PullDown menu samples #include "FIVEWIN.CH" static oWnd //------------------------------------------------------------// FUNCTION Main() DEFINE ...
by Marco Turco
Thu Oct 29, 2015 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VERY URGENT PROBLEM concerning menu class
Replies: 15
Views: 2498

Re: Debug a console app

... the Harbour debugger menu for your own needs somehow this may be creating the conflict. Could you try to debug another text app without using the pulldown menu and see if it also fails ? thanks
by Antonio Linares
Mon Apr 20, 2015 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debug a console app
Replies: 11
Views: 1920

Re: To Antonio:

Gustavo,

It is not available, sorry.

I designed that pulldown menu for the Harbour debugger, and submenus were not needed.

Do you need them ?
by Antonio Linares
Tue Apr 14, 2015 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 12681
Next

Return to advanced search