My project has a main form with a frame that can hold occurrences of another frame (these are created programatically). I need to handle the double-click event of this child frame to take some action at form level (e.g. the form displays info belonging to that child frame, in some other place)...
I'm trying to get the current user's group name from sysusers with a query like this:
SELECT G.name as Fun FROM dbo.sysusers G INNER JOIN dbo.sysusers U ON G.uid = U.gid WHERE (U.name = USER_NAME())
From the Enterprise Manager it works OK. From an application (C++ Builder) I use a query...
Hi. I have years of programming but I'm not too familiar with VFP, and I'm looking for hints on something I have to do. I want to open a DBF file whose name is not fixed, I could either get it as a parameter from another program or let the user select the file while in the VFP application. The...
I've been having a very weird problem with a couple of PS files and I really need to know what's going on. Perhaps it is a known problem, but I haven't found any reference about this. I'll explain:
The PS file is generated by an application that takes as input a flat data file I provide. I've...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.