I've seen already a thread about passing values, but this does not seem to be right one for my sityation.
I have a main report what have fields A,B,C...
and I have a subreport what have a stored procedure as a source, for example MyProc.
I want the subreport to use field A as a parameter for...
Hi,
I have quite the same problem.
I have a main report what have fields A,B,C...
and I have a subreport what have a stored procedure as a source, for example MyProc.
I want the subreport to use field A as a parameter for MyProc.
In the database I call the procedure like this:
exec MyProc...
Hi, how can I simply get all the text from the text box?
this is a sample:
#!/usr/local/bin/perl -w
use Tk;
$mw = MainWindow->new;
$text = $mw->Text(-width => 40, -height => 10);
$text->pack;
MainLoop;
Someone suggested me to do like this:
print $text->cget('-text');
but I get an error...
loat the project in the IDE, start the IE with your ActiveX and attach the IDE debuger to the IE. You you can specify a path to IE when debuging, and start debuging will start your ActiveX in IE. At least this is possible in Visual Studio any version.
Ion Filipski
Hi, I'm learning RMI now. Could you please tell me, how can I create a callback interface or function? I mean a function what is implemented at client side and can be called from the server. I tried to do this, and get marshalling errors. If I do this in CORBA this works fine with no errors...
I can't use or not to use strict. This is a big application what already is done by something else. I have only to fix bugs and to do small changes in the program. There are many including directives, with many variables.
Ion Filipski
Other question. I want to know what are the global variables and variables available in current scope. Is there a way to do that? (I mean not listing the source code, but just printing them on the output)
Ion Filipski
in HKCR\CLSID are written GUID's, not prog id's. But when you are creating the instance like this:
pDBP.CreateInstance("DBProcess.ClassProcess"); you are using the ProgID's, not GUID. This "DBProcess.ClassProcess" is a ProgID. And it is written in just in HKCR , not in HKCR\CLSID
Ion Filipski
fishiface, the great thing is what I don't make the design, and I'm not making any aplications. There is a hierarcy of classes what I don't know, but the application is big, and have several bugs what I have to fix.
Ion Filipski
have you taken a look in registry to see if HKEY_CLASSES_ROOT\DBProcess.ClassProcess key exists? Maybe there is some DBProcess.ClassProcess.1 (or mayme it does not exist at all)?
Ion Filipski
Hi, how can I get subst disks, like command "subst", and how do a subst from a C++ application? I'd like to not use the call to the system subst command what is available in command prompt.
Ion Filipski
I'd like to know if there is a possibility to output a variable.
This variable could be a hash, object, array, or a simple scalar variable. I cannot know exactly. In PHP exists this possibility(I think the function dump, or something like that).
Ion Filipski
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.