Search found 203 matches: identify

Return to advanced search

Dynamic Table Filter Control

... it #include "FiveWin.ch" function Main() local oWebView := TWebView():New() oWebView:SetHtml( Html() ) oWebView:SetTitle( "Please identify with your credentials" ) oWebView:SetSize( 1200, 800 ) oWebView:SetUserAgent( "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 194

Re: combobox color

hi Otto, Have you tried TComboMetro? how to identify which Item is active to draw when not have itemID of DRAWITEMSTRUCT structure https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-drawitemstruct METHOD Paint() ...
by Jimmy
Sun Apr 28, 2024 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 574

Re: New FWH 24.02

Dear Michel,

Are you using Google Chrome ?

I just tested your login and password from here and it worked fine. It just requested to identify twice

Please try it again, thanks
by Antonio Linares
Sat Mar 09, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7312

Re: RC to PRG generator

Antonio. I've already done some tests and I couldn't identify the GoupBox control. The control is assigned to the BUTTON type. I needed a way to identify the BS_GROUPBOX too.  CONTROL "Guias Anteriores", 1101, "Button", BS_GROUPBOX, ...
by Giovany Vecchi
Mon Feb 12, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1242

Sankey Diagram - FIVEWIN/WEBVIEW sample

... the age group 18-25 to Germany would indicate that a larger proportion of guests in this age group are from Germany. This allows you to easily identify patterns and trends in the distribution of guests by origin and age. Best regards, Otto https://mybergland.com/fwforum/sankeydiaghotel.jpg ...
by Otto
Sun Jan 14, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sankey Diagram - FIVEWIN/WEBVIEW sample
Replies: 0
Views: 610

Re: How to find out the IDs of controls and types?

What is
identify the controls of this dialog automatically
?
If I understood the question correctly then for example:
1. each control has an ID - :nId.
2. You can specify the control ID in :Cargo
by Natter
Sat Jan 06, 2024 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1868

How to find out the IDs of controls and types?

... 42, 67, 8  CONTROL "Quem assina/Cargo:", 4002, "Static", SS_RIGHT|WS_GROUP, 1, 56, 72, 8}  Is there any way to identify the controls of this dialog automatically? Some function that returns controls without them being called by the Redefine SAY, Button, Get, ...
by Giovany Vecchi
Sat Jan 06, 2024 2:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1868

file ID in the Windows file system

... sense, the full path of a file (combining the drive letter, folders, and filename) is typically unique and used by humans and programs to uniquely identify files in many contexts. However, two different files in separate directories can have the same name, so the name itself isn't unique, but the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 639

Re: add a line in the print report

... person publicly forces them to distract them other subjects who intervened to discuss other topics for their own interests In the long run, people identify and shun those who behave badly, those who are ready to trample on others for their own interests and those who do not care about other people's ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 561

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

... send you the libraries, but according to my tests are not, Take an example of fwh and generates error, I think this would be the one indicated to identify the problem the prg testtrev.prg. BORLAND RESOURCE COMPILER VERSION 5.40 Copyright (c) 1990, 1999 INPRISE CORPORATION. All rights reserved. ...
by ruben Dario
Mon Dec 04, 2023 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2309

Re: ID of the new process

... of comparing the lists of processes before and after creating the OLE object using WMI (Windows Management Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are a few other potential approaches you could consider: 1. **Using `GetOwner` ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 327

Re: who use PostgreSQL with Fivewin ?

... under Xbase++ / HMG is use a GRID but under Fivewin i like to use XBROWSEr --- Fivewin does have ALL what is need but PRIMARY KEY is "identify" wrong in METHOD SavePQQ() it does work when use Fivewin Sample but not with PostgreSQL Table made by "other" like Xbase++ but ...
by Jimmy
Sun Oct 01, 2023 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1072

Re: who use PostgreSQL with Fivewin ?

... for Xbase++ :?: i know Concept of PgDBE so i can help to made Fivewin "ready***" for PostgreSQL Table made by Xbase++ you can "identify" PostgreSQL Table, made by Xbase++, while it have these "internal" FIELDs      cQuery += " __deleted    boolean NOT NULL ...
by Jimmy
Thu Sep 28, 2023 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1072

Re: who use PostgreSQL with Fivewin ?

... all Xbase++ User, who are using PgDBE, will have "same" PRIMARY KEY which FUNCTION GetSerialCol() can "identify" if is in c:\fwh\source\function\pgsuport.prg but it is "Comment out" :( i can not use it "outside" PRG while it include ...
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1072

Re: Request : new PostgreSQL OLEDb-Provider

... i try to use PMDAPGS.DLL i can XBOWSER / XBROWSE PostgreSQL Table but "save" seems not work have found out that PMDAPGS.dll was "identify" as "XBR" when try to "save" PostgreSQL Data but i need METHOD SAVE( lCheckValid, lSilent ) CLASS TDataRow  ...
by Jimmy
Mon Sep 18, 2023 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 748
Next

Return to advanced search