Search found 58 matches: controlled

Return to advanced search

Add a taskpanel on line

How can I insert a taskpanel into Texplorerbar online, i.e. controlled by the end user? I did this test but it doesn't work because the oExbar doesn't refresh at init the taskpanel n. 2 is not showed explbar.prg modified #include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Fri Jan 05, 2024 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a taskpanel on line
Replies: 0
Views: 524

Re: Force a POST sort on xBrowse

... Any thoughts on how to sort ( or resort ) the ( de-encrypted cell ) UserID column so it will display properly .. apparently the sort is being controlled by the way the table was opened in its original encrypted format .. Thanks Rick Lipkin http://img4.imagetitan.com/img4/small/24/24_staff.jpg
by Rick Lipkin
Fri Jun 11, 2021 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a POST sort on xBrowse
Replies: 5
Views: 748

New FTDN April/Abril 2018 (FWH 18.04)

... )) - New method SelectRow( nOperation ) --> lSelected. Same as method Select() but works when lMultiSelect is .f.. Useful for programmer controlled multiple selections. * TGET: - Extension to SPINNER clause. SPINNER BUTTONS <cbmp1>,<cbmp2> displays two buttons on left and ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2161

Re: Isprinter and bluetooth

Silvio,
O should be ok.
Try what happens if the printer is off line.
Paper must be controlled by your software.
Eg one print out is 10cm. You have to add a counter.
Best regards,
Otto
by Otto
Sun Oct 08, 2017 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isprinter and bluetooth
Replies: 8
Views: 1191

Re: URGENT HELP !!!

... fwh and xharbour I have all on a folder called "Work" and on Work I have : -xharbour -harbour -fwh -Pellesc -xmate .prg -errori I controlled also : bcc32.cfg -I"C:\Work\Bcc7\include\windows\crtl";"c:\Work\bcc7\include\dinkumware";"c:\Work\bcc7\include\windows\rtl";"c:\Work\bcc7\include\windows\sdk"-L"C:\Work\BCC7\lib;C:\Work\BCC7\lib\psdk"-lj"C:\Work\BCC7\lib;C:\Work\BCC7\lib\psdk" ...
by Silvio.Falconi
Tue Apr 25, 2017 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: URGENT HELP !!!
Replies: 18
Views: 2630

Re: FWH: MySql/MariaDB: RowSet object

... place it is supposed to be (acording to key order) You advice us to use oDbCli:bEdit, and oBrw:EditSource( .t. ), but I prefer a more (complex) controlled way because I have permissions on appending, modifying, which are different for every user. How can I do the refreshing of the data shown ...
by Adolfo
Mon Apr 24, 2017 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19536

Re: FWH app as Service

... starts and exits without user interaction a mechanism is needed to close the called app. In my case one of the apps has a socket interface that is controlled via the service, in the other cases I wound up doing a FindWindow then sending a windows message to exit the spawned app. I just did a quick ...
by rhlawek
Wed Mar 29, 2017 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3693

Re: Looking for cliparse.zip / Buscando cliparse.zip

... Clipper functions and methods and external C language functions again and again. The CVM organizes these multiple accesses in a ordered and full controlled way and implements services to access these multiple execution levels (ProcName(), ProcLine(), debugging, and stack variables access). The ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2291

Richedit( ) function problems

... PRINT class ), and in normal edit field display 4) Can we use the new class with an RC file ( once again, @ x,y syntax doesn't help out with a .rc controlled dialog ).
by TimStone
Fri Jun 24, 2016 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit( ) function problems
Replies: 27
Views: 6800

Re: Resizeable screen formats

... a lot of controls when dialog is resized. You can control how and which controls move, resize, or combination. I don't know if the version now controlled by Fivewin has been upgraded like EasyReports have.
by Gale FORd
Mon May 23, 2016 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5315

Help for combinations

... nNumero11 aCombinations[3][2]:= nNumero12 aCombinations[3][3]:= nNumero13 aCombinations[3][4]:= nNumero14 aCombinations[3][5]:= nNumero15 I controlled aCombinations with xbrowser how can I see all the combinations that if all the numbers are the same for a sample : for the the horizontal ...
by Silvio.Falconi
Sat Nov 28, 2015 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for combinations
Replies: 0
Views: 441

Show a message with Xbrowse

... I need show a message ( with say control) when the user change the cursor of Xbrowse on Browse2 this message is controlled by a function but I need Know wich cell ( of browse1) is selected because I need to read the text into sample : if the user before select ...
by Silvio.Falconi
Fri Oct 09, 2015 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show a message with Xbrowse
Replies: 2
Views: 576

Re: ADO RDD xHarbour

... we move or add new record the previous its auto committed because ado auto calls :update(). Being other rdd than ado in source area the loop its controlled by that rdd and we cant do anything else. On the other hand when the source rdd its adordd then we could be much faster because its adordd ...
by AHF
Wed Aug 12, 2015 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446239

Re: ADO RDD xHarbour

... me some issues with copy to. Ill will give it a look asap. Please note that when source area its not a adordd the copy to or append from its not controlled by adordd but by the source area rdd only the replaces and appends are done by adordd. Please check ado_trans() in adordd.
by AHF
Mon Aug 03, 2015 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446239

Re: click a area of Tpanel control

After finalizing the frequencies for all octaves, please share the final values with me. How can we make the duration controlled by the user? That is the tone should start playing when the user presses the key and stop when he releases the key.( ofcourse that is not piano). I like ...
by nageswaragunupudi
Wed Dec 31, 2014 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: click a area of Tpanel control ( Creating a Piano)
Replies: 18
Views: 5397
Next

Return to advanced search