Search found 11 matches: automaticaly

Return to advanced search

Re: xbrowse and detached variables Mr Rao please Help

Wilson, I'm not shure what your code is all doing, but it seems to be that you do things that Xbrowse can do automaticaly. This sample uses the edit listbox and is easy, but different from your setup. Maybe It can help you. function xbtest()   local aStates   local oDlg, ...
by Marc Venken
Sun Aug 21, 2022 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and detached variables Mr Rao please Help
Replies: 14
Views: 955

Re: Editing xbrowse cell

nageswaragunupudi wrote:Set
Code: Select all  Expand view

oCol:nEditType := EDIT_GET
 

All the cells with this edittype can be edited inline.


I know, but I want that cell enter in editing mode automaticaly, I dont want to press enter or double click in this cell.

Thanks.
by wartiaga
Thu Sep 02, 2021 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing xbrowse cell
Replies: 5
Views: 648

Monitor clipboard and paste into Xbrowse

I want to automaticaly paste the content of the clipboard into a next new line in xbrowse. I have a app that puts a dataline into the clipboard.. FW should be listening (background) if there is a text in the keyboard and paste ...
by Marc Venken
Thu May 14, 2020 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor clipboard and paste into Xbrowse
Replies: 1
Views: 347

Timed MsgInfo

... topic. Can I create a sort of timed msginfo window. Something like TimedMsg('this is a message', 2) where 2 is the time in seconds that the msgbox automaticaly closes.
by plantenkennis
Thu Mar 15, 2018 7:01 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Timed MsgInfo
Replies: 4
Views: 1282

Re: Check if user Locked/Unlocked Windows from my Software

... receving messages from other users (not a chat), if the user leave the computer alone, after a while in idle mode Windows will get locked automaticaly and I need to inform other user's that this user is not in from of the desk, so request or messages can be send to other user or operator, ...
by hebert_j_vargas
Mon May 01, 2017 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Check if user Locked/Unlocked Windows from my Software
Replies: 9
Views: 1279

Re: FWH 11.11 + xharbour.com + xCC

Antonio,

How can I change?. I use xBuilder. fwh libs added automaticaly.
by Horizon
Fri Dec 02, 2011 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 14827

Re: FW app goes to sleep within remote desktop session

... disables the screensaver when certain windows are open. It detects these windows by the window title. When the window closes the screensaver is automaticaly reactivated. http://www.softpedia.com/get/System/OS-Enhancements/No-Screen-Saver.shtml Regards, James
by James Bott
Fri Nov 12, 2010 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW app goes to sleep within remote desktop session
Replies: 1
Views: 550

Re: Client Server Database Access the xBase Way

... their license". The clients program take the data from a Dongle, construct the string which contains all necessary data and send it automaticaly through the defined port, to the company server, wehere we have a xHarbour program listening on the same port number. There we can define ...
by codemaker
Mon Apr 27, 2009 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11768

James You can also use xBrowse to show multiple lines without using CR+LF in each line. xBrowse will do it automaticaly. ... oBRWR:nRowHeight :=50 ... oCol:= oBRWR:AddCol() oCol:bStrData := {|| BRWR_SPIS_BADAN() } oCol:cHeader := "Zlecone badania" oCol:nWidth:=200 ... Function ...
by Robert Frank
Sat Feb 02, 2008 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Muliple Rows per record
Replies: 4
Views: 922

... function) but we don't have any control to display HTML text so that's why I didn't test it. Must of internet function that open session dial automaticaly the internet if you set the parameter for, but a better practice to AVOID GPF is to: 1- Check with InternetSt() if a connection is already ...
by carlosortiz
Mon Apr 03, 2006 11:57 pm
 
Forum: FiveWin para CA-Clipper
Topic: Acceder a un Ftp por cable modem
Replies: 7
Views: 2464

Hello Antonio

I make a program from your code, and run fine.

why dont jump automaticaly to the month when the day is full or jump to the year when the month if full ?
It jump only with the navigation keys.

Regards & good work
Osvaldo Ramirez
by ramirezosvaldo
Mon Mar 13, 2006 2:57 am
 
Forum: FiveWin for Pocket PC
Topic: New FWPPC with DatePicker
Replies: 2
Views: 979

Return to advanced search