Search found 35 matches: distinguish

Return to advanced search

Re: Add a line on report from xbrowse (NO HTML)

Using the default behavior of :Report( nil, .t., .t., nil, { 1 } ) The group headers are in bold and adequate to distinguish from the body. https://imagizer.imageshack.com/v2/xq70/923/lmSCwV.png   USE CUSTOMER NEW SHARED VIA "DBFCDX"   SET ...
by nageswaragunupudi
Tue Dec 12, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 278

Re: A Call for New Ideas and Web Integration

Thank you. I will search through ChatGPT's plugins to see if there is already a feature that can distinguish important from unimportant.
by Otto
Mon Dec 11, 2023 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 743

Re: DBF . Commit

I think it's important to distinguish between the record buffer and the hard drive cache. Yes. But the documentation says it "hardwrites", same way like "commit". In any case, (x)Harbour can flush its buffers to the ...
by nageswaragunupudi
Sun Oct 22, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2346

Re: DBF . Commit

I think it's important to distinguish between the record buffer and the hard drive cache.
by Otto
Sun Oct 22, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2346

Re: ID of the current session

... WMI. oList:=wmi:Execquery("select * from Win32_Process") But since I'm an oList , the processes of all sessions fall into, I can't distinguish my own processes from others'. I don't really understand how in these examples I can get MY session ID. Could you explain a little :(
by Natter
Thu Jan 06, 2022 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the current session
Replies: 14
Views: 589

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

... Windows Touch API. Windows knows a lot better than you and me how to distingush between a mouse click or a finger tap. So, XBrowse can clearly distinguish whether it is a mouse click / finger tap / pan/ flick/ pinch / zoom etc touch gesture. but :bOnClicked is still action while I scroll the ...
by dutch
Wed Oct 20, 2021 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 455

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

... Windows Touch API. Windows knows a lot better than you and me how to distingush between a mouse click or a finger tap. So, XBrowse can clearly distinguish whether it is a mouse click / finger tap / pan/ flick/ pinch / zoom etc touch gesture. but :bOnClicked is still action while I scroll the ...
by nageswaragunupudi
Wed Oct 20, 2021 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 455

Re: bug cWinVersion()

Hello, To distinguish between 7 and 2008 R2 (and between 10 and Server 2016, 8.1 and 2012 R2 etc etc..) you shoud use wProductType of OSVERSIONINFOEX. We use a modified version cWinVersion based on the table present in https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-osversioninfoexa#remarks ...
by AntoninoP
Tue Dec 31, 2019 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug cWinVersion() [fixed in 20.04]
Replies: 17
Views: 1913

Re: Tablet and form style for Windows 8 (desktop ver.)

... Desktop and using the tablets local Tabtip. If you use the Tabtip or OSK inside RDP session it acts different than Windows 8.1 on tablet. 2. Distinguish between needing on-screen keyboard and using actual keyboard. If the tablet is in physical keyboard/docked mode, app should not show on ...
by Gale FORd
Tue May 05, 2015 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 24295

Re: problema con xbrowser

ADS por RDD y ADS con SQL How to distinguish? What is puzzling me is why OrdKeyNo() and OrdKeyGoTo() are failing in this case? If RDD was written correctly we should not get any error. Did you try with Harbour or xHarbour? I suggest you try ...
by mastintin
Thu Apr 30, 2015 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 4930

Re: problema con xbrowser

ADS por RDD y ADS con SQL How to distinguish? Whether a table is opened normally or through SQL, after opening the alias should function alike. AdsRelKeyPos functions do not give reliable results. Not just for pajama effect. Sometimes we ...
by nageswaragunupudi
Thu Apr 30, 2015 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 4930

Re: OleDefaultArg() : Harbour Replacement?

... to implement. We have before us how xHarbour implemented it. Harbour can adopt a different approach, but keeping in mind that we have a need to distinguish between NULL and DEFAULT. As you originally said above converting Harbour language NIL as something equivalent to OleDefaultArg() seems ...
by nageswaragunupudi
Tue Jun 18, 2013 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OleDefaultArg() : Harbour Replacement?
Replies: 11
Views: 3923

ot: jpeg files in a folder

I have to distinguish pictures in a folder This distinction should be visible immediately (not if I click on the picture) as some pictures are reserved If I press F6 in a picture selected I can change attributes, for instance I ...
by MarcoBoschi
Thu Feb 21, 2013 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ot: jpeg files in a folder
Replies: 4
Views: 770

Re: Just a Question

MarcoBoschi wrote:Is it possible to distinguish if I enter in a GET (bgotfocus) VK_TAB from mouse click?


Yes, you can check GetKeyState( VK_LBUTTON ).

EMG
by Enrico Maria Giordano
Tue Dec 06, 2011 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Just a Question
Replies: 4
Views: 1042

Just a Question

Is it possible to distinguish if I enter in a GET (bgotfocus) VK_TAB from mouse click? A lot of programs I use have this behavior: If I enter in a GET using VK_TAB all get content is selected If I enter in a GET using Mouse: - If I ...
by MarcoBoschi
Tue Dec 06, 2011 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Just a Question
Replies: 4
Views: 1042
Next

Return to advanced search