On the developer.paypal.com i login using my ID. When i click on Applications-My App i see the following error
We’re sorry, but something went wrong. Please try again. [Error code:
LVAPPSGET400-20140608081651]
When i click on create apps and try tocreate an app it gives the following error
We’re sorry, but something went wrong while creating the application.
Please try again.
I could not find howto contact paypal to get this resolved so i thought i come to stackoverflow. please help
I wont tocreate a User Control based in gridview that have the edit add delete incorporate,
the problem is these:
In the admin part of my web site i have to repeat the same action for view add delete update the data for different datasource.
I wont tocreate a generic gridview that have incorporate these action.
The gridview can take a xml file for configure him self dependently of the request for desplay the data.
Any ideas how i can do it?
I have an application that creates a Sql Server 2008 database. When I create the database, I would also like tocreate a datasource for SSRS.
How can I do this?
in java you can create an object directly after the property field like this:
but it seems not working for php:
class Test {
public $object = new Object();
}
you have tocreate it in the __construct() and assign it to the property?
thanks
Hi, when trying tocreate a simple procedure in mysql 5.1.47-community it fails everytime i've tried everything!
even simple things like this!
DELIMITER //
CREATE PROCEDURE two ()
begin
SELECT 1+1;
end;
//
I tried using the following commands tocreate a database file at prompt, but none of them would work.
$ sqlite3 test.db
sqlite3 test.db
test.db
does it require a semi-colon at the end or is it that hard tocreate a database file using sqlite3 prompt?
I have made my java application's jar file and now want tocreate drag and drop installer for it.Also I want to know that howtocreate shortcut for Applications folder for the same purpose.
how can I do this?
hi All,
I am trying tocreate the batch file which will create the table in Jommla Database, Phpmy admin,
I am trying to connect DB with mysql -uroot -ptest conf
but it is not connecting to the database.
regards
NewDev
I have create a table in sqlite.
there is two fields pk_categoryid,category_name.
I want to enter only one value from user side.
so how can I create sequence
I'm trying to save an install path to the registry so my windows service will know where my other application was installed.
I'm using visual studio's deployment tocreate a registry value in HKEY_CURRENT_USER, but my windows service which runs under LocalMachine doesn't have access to that. I then made the installer create a registry value in HKEY_LOCAL_MACHINE, but when I view the registry after the install it appears it never made the value. Any ideas?
i want tocreate an array of 7 days through php
means all 7 days name...
i don't want to write ..sunday monday tuesday...etc...
and days will be started from sunday ..
means if today is 29 march( monday) then it automatically grabs the current date and create an array of days name starting from sunday.
array always be in this way
$weakarray=("sunday","monday",......,"saturday");
Hello,I need tocreate a menu tree using HTML. I had a search on Google, but they are providing some software to download in order tocreate this. But I need some script and HTML tags to do this.
Can anyone help me solve this problem.
Thanks in advance.
I have created a console application in VS2010 and I want tocreate a file in the current directory where the exe runs. I used the following code
fp = fopen("Pkts.csv", "w+");
But file is not getting created in the current directory. But when I specifies the path as
fp = fopen("C:\\Windows\\Pkts.csv", "w+");
the file gets created in the path specified. Howtocreate the file in the current directory?
I want tocreate a variable of same type of a type-unknown variable.How can I do that?
I actually wants tocreate a variable of same type of cout/cin (as they are objects).
I used typedef,but it ERR.
Let's say I need tocreate a new file whose path is ".\a\bb\file.txt". The folder a and bb may not exist. How can I create this file in C# in which folder a and bb are automatically created if not exist?
I would like tocreate a simple filter for VirtualDub application. The filter had to invert colors on image. Howtocreate a simple loop, which would invert the colors for each pixel?
Working with printf in a bash script, adding no spaces after "\n" does not create a newline, whereas adding a space creates a newline, e. g.:
No space after "\n"
NewLine=`printf "\n"`
echo -e "Firstline${NewLine}Lastline"
Result:
FirstlineLastline
Space after "\n "
NewLine=`printf "\n "`
echo -e "Firstline${NewLine}Lastline"
Result:
Firstline
Lastline
Question: Why doesn't 1. create the following result:
Firstline
Lastline
I know that this specific issue could have been worked around using other techniques, but I want to focus on why 1. does not work.
When I create a .tex file using vim I get a nice template from having
autocmd BufNewFile *.tex 0r $HOME/.vim/templates/skeleton.tex
in my .vimrc. I also have a makefile-template in my home directory, but this one I have to manually copy to where the .tex file is. In a Linux environment, how can I auto-copy or auto-generate the makefile at the same time as I create a .tex file?
I have basic idea to the html and studying the basic things of java script and applied on it. And also i want tocreate the download link in my sample website. But i dont have idea of howtocreate it? Please tell me the procedure..
Thanks in Advance.
I have created a Create view.Now the thing is that I want to throw all the fields from the create view into the data plus two other fields which are not on the view which are created date and created by .How will I do that?
Any one help me tocreate a trigger for auto increment fld_id and Unix datetime. My table field is fld_id(int),fld_date(number),fld_value(varchar2).
My insert query is
insert into table (fld_value)values('xxx');
insert into table (fld_value)values('yyy');
I need the table record like this
fld_id fld_date fld_value
1 1354357476 xxx
2 1354357478 yyy
Please help me tocreate this.I can't able to do this..
Hi,
I have a folder named as 2010.
In this I want a folder for each month like "Jan10", "Feb10"....."Dec10"
In each month folder I want tocreate folder for "Todays date"
I have create a shortcut for that 2010 folder with Target as
C:\WINDOWS\explorer.exe /n, /e, /select, F:\2010
I want a functionality that will execute when I click the shortcut for f:\2010 icon.
Any pointer would be great help.