Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
passing-parameters
- Page 1
Passing parameters to a method
Programming
Software Development
15 Years Ago
by fjrivash
Hi *, I have some doubts about
passing
parameters
to a method of a class. I am not sure …
Passing parameters in this case
Programming
Web Development
14 Years Ago
by george61
This problem is about
passing
parameters
between functions(define neighbour elements and acess these elements) Here …
Re: passing parameters in bat file
Programming
Software Development
18 Years Ago
by neon123
i have modified the vbscript file to accept the
parameters
if i run that bat file from command prompt along with
passing
parameters
it works fine. the problem arises when i execute that from vb .. basically i need to send the name of bat file along with parameter to command prompt..so that it can execute
Modify Access With passing Parameters
Programming
Software Development
12 Years Ago
by abhi415
…(@Topic, @Client, @Carrier)" With cmd .
Parameters
.AddWithValue("@Topic", Me.TextBox1.Text) .
Parameters
.AddWithValue("@Client", Me.TextBox2.Text….Close() **Please tell me the code to update access with
passing
parameters
. Your response would be appreciated.**
Re: Modify Access With passing Parameters
Programming
Software Development
12 Years Ago
by abhi415
I got my problem solved. There was not any error, i just want to update the access by
passing
parameters
. Atlast i succeeded. Thank you guys for responding. :)
passing parameters
Programming
Web Development
15 Years Ago
by kripssmart
…. I am able to navigate but I can't pass
parameters
. When the user clicks on the link, I need to… pass certain
parameters
also from pg1.php to pg2.php. I wrote the… to pg2.php. I am not sure if I am
passing
the parametrs through URL properly. Could anyone please help me…
passing parameters
Programming
Web Development
14 Years Ago
by manthra
hi, im quite new to this jsp. i want to know how to pass
parameters
from a java file to a jsp file? we can do this through java servlets, yet i have a doubt regarding
passing
the
parameters
. could you help me?
Passing parameters with GET
Programming
Web Development
13 Years Ago
by 54uydf
… pretty new with PHP and I learned how to pass
parameters
with GET in the beggining and stuck with this way… everyone can see the url and understand what I'm
passing
, I don't think the users should see such things… show the path to the file and not to separate
parameters
..so can someone explain this to me? cuz I really…
Re: Passing parameters to a system call
Programming
Software Development
19 Years Ago
by Rashakil Fol
… my perl program to call an installation script and provide
parameters
to that script such that I do not have to…. I need help. Thanks[/QUOTE] To call another program with
parameters
, you will want to pass a list of parameter strings…
Passing parameters to a system call
Programming
Software Development
19 Years Ago
by eachowcc
… my perl program to call an installation script and provide
parameters
to that script such that I do not have to…
Re: Passing parameters to a system call
Programming
Software Development
19 Years Ago
by eachowcc
[QUOTE=Rashakil Fol]To call another program with
parameters
, you will want to pass a list of parameter strings …
Passing Variables/Parameters - By Ref/Value?
Programming
Computer Science
19 Years Ago
by Potsuki
… or value. This is what I understand so far: 1.
Passing
parameters
by value is when the variable is copied into the…. The value is independent and remains unchanged when passed. 2.
Passing
parameters
by reference is when a value being passed is linked…
passing parameters to .exe file using C++
Programming
Software Development
16 Years Ago
by Fouly
Hi, I'm trying to pass
parameters
to an exe file using C++...i tried the following code: [code] system("FileName.exe"); [/code] but this command line just fire the .exe file without
passing
any arguments... Thanks, Mostafa Fouly
Re: passing parameters to .exe file using C++
Programming
Software Development
16 Years Ago
by WaltP
[QUOTE=Fouly;811863]Hi, I'm trying to pass
parameters
to an exe file using C++...i tried the following …] but this command line just fire the .exe file without
passing
any arguments... Thanks, Mostafa Fouly[/QUOTE] In order to pass…
Passing object array parameters to string
Programming
Software Development
13 Years Ago
by leo88
Hi, I have problems with
passing
parameters
in a object to string, take a look to my …
passing STL list into a sort function
Programming
Software Development
15 Years Ago
by Trekker182
… I'm assuming I need to put more into the
passing
parameters
then just list ch. I'm also thinking its a…
Re: passing parameters in bat file
Programming
Software Development
18 Years Ago
by kiran_berry
… text file "new.txt". I am stuck at
passing
an error message or some variable back to batch file…
Passing parameters to reportviewer
Programming
Software Development
12 Years Ago
by howard.teoh.7
… Window Form. i want to pass the
parameters
from window form to reportviewer in window form i… using: IList<ReportParameter>
parameters
= new List<ReportParameter>();
parameters
.Add(new ReportParameter("Year"… "01/01/2012")); reportViewer1.LocalReport.SetParameters(
parameters
); but it cannot work, when i run, it…
Passing Parameters From WebInvoke POST to Another Computer To Display
Programming
Software Development
9 Years Ago
by michael.dewitt.716
… and again i cant really find out how to pass
parameters
from computer A to computer B and computer B spits… opening up an instance for the program to pass the
parameters
to computer B? Q 2) What is it that i… need to research for Computer B to accept the POST
parameters
from the url? WCF, RESTful API, REST..?? and do i…
Re: passing parameters in bat file
Programming
Software Development
18 Years Ago
by neon123
… actually what i am trying to do is to pass
parameters
in vbscript file im doing it through creating a bat… file iam modified the bat file to accept
parameters
i jus need to pass parameter along with name of… the correct code to send the bat file name along
parameters
bat file contents are wscript bookinst1.vbs %1 %2 i…
passing parameters in bat file
Programming
Software Development
18 Years Ago
by neon123
i need to pass two string
parameters
in bat file.....in visual basic 6 i am trying thgs like Shell "N:\aa.bat abc bcd " here abc and bcd are two string variables but its not working... wht shud do to pass
parameters
in bat file
passing parameters from a perl program to a c++ .exe file
Programming
Software Development
18 Years Ago
by kamleshpdude
Hi, I want to write a program in perl which will pass function
parameters
to a C++ .exe file and run the exe file with these
parameters
Passing parameters between jsp pages
Programming
Web Development
17 Years Ago
by Lum1n0us
… web design in general and have been trying to pass
parameters
between pages for a good few hours now but to…][I]I try and call the new link with the
parameters
as follows:[/I][/B] [CODE]out.println("<a…
Passing parameters from strings to ints
Programming
Software Development
16 Years Ago
by rugs267
… with this (and pointers): I'm trying to pass four
parameters
into a function: birthdayFunction(char birthday, int month, int day…, just void. I'm thinking I have to pass the
parameters
' memory location (&) in the main function, and then in…
Passing Parameters/Arguments to a C# .NET Program
Programming
Software Development
16 Years Ago
by apease11
Hi, I am trying to pass
parameters
to my program, but I can't seam to get it to pass specific
parameters
. I want it like [icode]"C:\Age of Empires III Launcher.exe /x=agex.exe /y=agey.exe /z=age.exe"[/icode]. How would I go about doing that? I can't find a good tutorial on it. Thanks.
Re: Passing Parameters From WebInvoke POST to Another Computer To Display
Programming
Software Development
9 Years Ago
by michael.dewitt.716
… white blank screen. The IItemService.cs to recieve the url
parameters
. using System.ServiceModel; using System.ServiceModel.Web; namespace ItemService { // NOTE…
Re: passing parameters in bat file
Programming
Software Development
18 Years Ago
by Comatose
…]test.bat testing1 test2[/INLINECODE] produce the result of both
parameters
passed. Are you trying just to have the .bat file…
Re: Passing parameters back to calling document
Programming
Web Development
17 Years Ago
by ~s.o.s~
> How do I pass
parameters
FROM the secondary JSP back the PRIMARY JSP not the … am not very sure what you mean by pass the
parameters
. The entire process of including the JSP is just an…
Re: Passing Parameters/Arguments to a C# .NET Program
Programming
Software Development
16 Years Ago
by sknake
You should google "C# GETOPT" and "C# GETOPTS", those will return robust solutions for handling
parameters
in your C# applications.
Passing parameters to a user defined slot in pyqt!!
Programming
Software Development
15 Years Ago
by explorepython
… a few hours i can't find any example for
passing
arguments to an user-defined method in pyqt.. The only…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC