First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
VO2Ado Parameterized Query
I am trying to create a parameterized update statement where I inserting a record into a table. For example: .... cStmt += "INSERT ELDATA (ELEQID,ELREFDESID,ELCOMMENTS,ELDATE) VALUES ( ?,?,?,?)" aParms := {} Aadd( aParms, SELF:RefDes_Source:Fieldget( #REFID ) ) Aadd( aParms, SELF:... 20 Nov 2009 20:11
get last record of group
Hi all, got a master DBf and a detail DBF, related by a common field ( e.g. client_nr) I need to show the master records in a bBrowser, with additional columns that have to show for each master record, the fields of the corresponding LAST detail record When using the traditional approach (Setrelation on... 23 Nov 2009 15:12
Help with C# Source
Can someone assist me with translating the below code to VO? Thanks. I'm not having much luck using the cHTTP class in VO to do a "Post" method. Gary string cRet; string cURL; string cParameters; System.Net.WebRequest req = System.Net.WebRequest.Create(cURL); req.ContentType = "application/x-www... 19 Nov 2009 02:51
VODC 2009 Pictures now available
I have gotten the pictures from VODC 2009 uploaded to my web site (www.wmconsulting.com). I also have the pictures from the Porsche museum and from the side trip to Nurnberg that I took with Chris. Regards, Willie __________ Information from ESET NOD32 Antivirus, version of virus signature database 4612 (... 18 Nov 2009 08:54
Create email and attach PDF from ReportPro3?
Hi all! We are in a need to automate the creation and attachment of a PDF that comes from ReportPro3. The problem is that RP3 doesnt create PDF so we don't have a way to by pass the problem. We tried to find a way to do it in the background using an activex that could turn ReportPro's RTF to a PDF and then att... 20 Nov 2009 02:22
How to solve memory leak
I'm having a problem with a memory leak in my app. When building a window I always check for Memory(MEMORY_REGISTERAXIT) when I open the window and check it when the window is closed (and the GC is called). If the memory is the same I think that there is no memory problem. Now I see in the windows task-manag... 16 Nov 2009 12:22
Lowlevel printing (ESC-codes sending to printer) with Vista ***THIS WORKS***
Hello Gerhard, Thanks, this does the trick. Paulus, have not tested this with Vista, but I'm sure it will work. There is also no need for redirecting some ports. You can send your LowLevel-String to every installed and working printer (LPT, USB, Serial, Network, ...) Create your String ... 14 Nov 2009 14:26
Dispatch & Control
Hi to all, If we do someting like: 1) create the class --> CLASS MySLE INHERIT SingleLineEdit 2) create the method --> METHOD Dispatch CLASS MySLE 3) create SLE controls SLE_1, SLE_2, SLE_3 4) declare the SLE controls 1, 2 and 3 as inherit MySLE Is it possible in dispatch to know in witch control the... 17 Nov 2009 15:09
VODC 2009
Hey, I am at VODC 2009 in Stuttgart. Having a great time. Vulcan build 160 was released on the first day to everyone at the conference. I will be posting pictures once I get back to the US. I have very limited internet access here (for posting pictures and NG access). I have seen a lot of really good sessio... 16 Nov 2009 13:30
Counting number of lines of source code
Hi All, Whats the best way to estimate the number of lines of code in an application? (I know how to see the number of methods, forms etc) Simon ... 12 Nov 2009 18:29
First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52