Search found 272 matches: actions

Return to advanced search

Source code editor based on xBrowse

... small test program and am amazed by how performant xBrowse works as an editor. The benefits I see are that you can link to every source code line actions like: documentation, the status of the program line like source tested, date and time, open a dialog eg autocode to edit the line, different ...
by Otto
Thu Oct 17, 2019 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source code editor based on xBrowse
Replies: 2
Views: 687

How to play a background-sound (SND_ASYNC) ?

Hello, I want to play a background-sound a defined time without blocking any possible actions using < SND_ASYNC > That doesn't work because the function returns immediately after beginning the sound FOR I := 1 TO 3 // play sound 3 times SndPlaySound( "Test.wav", ...
by ukoenig
Mon Sep 09, 2019 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to play a background-sound (SND_ASYNC) ?
Replies: 2
Views: 575

Autostart on workstations with defined config-settings ?

... ( 3 at once ) with date, time and sound-selections http://www.pflegeplus.com/IMAGES/Alarm_2jpg The 1. setup-section with selected actions after the alarm is done. The user can define if he wants a autostart or not. ( I can add any needed values to the config-file if needed for ...
by ukoenig
Sat Aug 17, 2019 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autostart on workstations with defined config-settings ?
Replies: 1
Views: 544

Re: Activar botón con oDlg:AEValWhen() (SOLUCIONADO)

... an MDI environment, converts the dialog as mdichild and activates. On activation, the variable oDlg now refers to the new mdichild window and all actions and codeblocks using oDlg variable now act on the mdichild window. fwh\samples\mdidlg.prg http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36244 ...
by nageswaragunupudi
Thu Jun 06, 2019 11:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activar botón con oDlg:AEValWhen() (SOLUCIONADO)
Replies: 17
Views: 2488

Re: xBrowse edit dialog and navigation

... |oRec| MyEditDlg( oRec ) }  // Standard for all browses      //      :CreateFromCode()   END   // --> Add/Edit/Delete Actions common to all browses   DEFINE BUTTON OF oBar PROMPT "Add"     ACTION oBrw:EditSource( .t. )   DEFINE BUTTON OF oBar PROMPT ...
by nageswaragunupudi
Fri May 31, 2019 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse edit dialog and navigation
Replies: 26
Views: 4045

Re: TO Mr Rao : XBrDtPicker

... to move to the defined date but nothing happens. maybe it works in Your solution. I created something special because of some needed / included actions and other extras so it looks different like You can see trying to move to the selected date with : ACTION oCal:SetDate( oCust:HireDate, .T. ...
by ukoenig
Mon May 20, 2019 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Mr Rao : XBrDtPicker
Replies: 10
Views: 937

Re: ERROR __OBJDERIVEDFROM

... calling PostEdit() again from inside this codeblock. 2) Recommended to avoid bOnPostEdit. If defined, may limit to assign data and any consequent actions may be incorporated inside bOnChange We await your help in providing a sample that we can build at our end and investigate the matter.
by nageswaragunupudi
Fri Feb 15, 2019 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR __OBJDERIVEDFROM
Replies: 14
Views: 1996

Xbrowse oCol assigment with variabel Headers

I always want to use the col names for all actions in xbrowse, since while in devellopment, de colums always changes from place so we know this works WITH OBJECT :p_2018 :nEditType := EDIT_NONE END WITH OBJECT :p_2017 :nEditType := EDIT_NONE END ...
by Marc Venken
Thu Jan 31, 2019 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse oCol assigment with variabel Headers
Replies: 1
Views: 539

Re: FWH 18.08: Enhancements to strings.prg

... * ... * * This functions have also an error diagnostic, so you can ask your user * for non default actions. * * * This simple example explains how is possible to configure the i18n system * at runtime: * * * ************************************************************ ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5502

New FTDN Oct. 2018 (FWH 18.10)

... an MDI environment, converts the dialog as mdichild and activates. On activation, the variable oDlg now refers to the new mdichild window and all actions and codeblocks using oDlg variable now act on the mdichild window. fwh\samples\mdidlg.prg http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36244 ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4267

Re: tdatabase class not working with memos

The old behavior while using this class was saving what it was told without further, hidden, actions. It is a little confusing not finding what it has been saved on the field (even while sometimes, I must confess, is somewhat unnecessary saving extra spaces at the end ...
by ellano
Sat Oct 06, 2018 10:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdatabase class not working with memos
Replies: 3
Views: 1105

Re: Using oRec:Modified() in BUTTON with WHEN

Yes, please, look my sample You are defining the coordinates of the buttons with values that belong to dialog 1 of the folder, so the defined actions do not work, even if you have defined with the OF clause, that belong to the main dialog I changed any size and coordinates of your sample. I changed ...
by cnavarro
Sat Sep 15, 2018 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using oRec:Modified() in BUTTON with WHEN
Replies: 16
Views: 3056

Re: change color

Just try this small test The button-actions can be any condition The button < dark > changes the colors of button 1 and 2 to dark red The button < normal > switches back to normal http://www.pflegeplus.com/IMAGES/Btnswitch1.jpg ...
by ukoenig
Sat Aug 25, 2018 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change color
Replies: 2
Views: 643

Coordinates problem between 7.10 and 16.04

... and at the lower ones, they are over the text. The old release was the text always correct. Is there another solution to have rectangles with actions?
by Marc Vanzegbroeck
Fri Aug 24, 2018 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinates problem between 7.10 and 16.04
Replies: 0
Views: 246

Clear a get date

I have a get date with datepick Near I have a btnbmp with a Menu to select actions https://s33.postimg.cc/5mj94ythb/image.png @ 12,5 SAY "Note di :" OF  oDlg PIXEL SIZE 100,20 TRANSPARENT @ 10,35 DTPICKER aGet[1] VAR dDataNote ...
by Silvio.Falconi
Tue Jul 31, 2018 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clear a get date
Replies: 7
Views: 811
PreviousNext

Return to advanced search