First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Catching Ctrl A
I tried to catch Ctrl A in a datawindow. When I use code like this in the dispatch IF oEvent:Message == WM_KEYUP .AND. oEvent:wParam == 65 .AND. isCTRL_ON() // VK_A = 65 ErrorBox{,Vt(,"ctrl a")}:Show() ENDIF it won't catch Ctrl A, I assume because it will be absorbed by one of the controls (most keys won'... 1 Jun 2010 21:54
ADS and ReportPro 2
Ok, this one has really got me puzzled. We have a set of DBF files in an ADS data dictionary. We also use ReportPro 2. I've been getting issues with temporary file locations (because ADS wants them on the same server), so I've forced reportpro to use the DBFCDX driver throughout.... so the dbf swap array explici... 2 Jun 2010 09:48
SQL Server and bBrowser
I have a table created in MS SQLExpress 2005 using the following statement: create table Fuel (PurchaseID SMALLINT identity primary key, ClaimNo SMALLINT, PurDate DATETIME NOT NULL DEFAULT (getdate()), Station VARCHAR(50) NOT NULL, Litres NUMERIC(6,2), Price NUMERIC(6,2)," + ; FuelType VARCHAR(20), State V... 3 Jun 2010 07:49
How to disable messagebeep (sound) when click listviewitem bymouse ?
On 01/06/2010 01:30, Darmadi wrote: Hi to all, How to disable messagebeep (sound) when click listviewitem by mouse? I am intrigused by this - in that we use listviews and VO and don't get the beeps you are talking about, we have never done anything explicitly to disable so I asusme the way we use... 1 Jun 2010 11:56
How to disable messagebeep (sound) when click listviewitem by mouse ?
Hi to all, How to disable messagebeep (sound) when click listviewitem by mouse? -- Regards, Darmadi ... 2 Jun 2010 01:09
Using SQL Master
One other question. Is there a way of turning off the sounds used by SQL Master, without turning off the speakers? As I cannot create a connection I cannot see if there is a setting there. Kevin "Kevin" <kdmurphy(a)eircom.net> wrote in message news:q_MMn.97$K4.107(a)news.indigo.ie: Geoff, I have just... 4 Jun 2010 22:27
Using SQL Master
Geoff, I have just downloaded and installed SQL Master and am having difficulty getting it to work. Can you tell me what I am doing wrong based on the following: 1. Start SQL master which opens the Connection List, currently empty. 2. Click New to create a new connection 3. On the Data Link Properties select t... 31 May 2010 07:34
is that 5333 safe ?
Hi, as one part to solve my problems with 5333er i will get rid of any globals in my app.. so i put the MainWindow ( Shellwindow) as a Protect in my app object an declare an access to it.. in my source i use it as follows : METHOD TerminKunde() CLASS dw_Rechnungen LOCAL oApp AS conceptApp oApp := Ge... 1 Jun 2010 02:11
Simple array of strings to COM
Hi Folks. In my COM object I have a parameter which supplies a C# string[] to VO - it is a simple array of strings. VO recieves this as a single dimensional array of strings. No Problem. If my COM dll now requires to be sent a single dimensional array of strings to go back to a string[] the COM dll spits c... 1 Jun 2010 21:54
secrets of money earning
t.venkat15 ... 29 May 2010 06:00
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23