This Lotus Notes View is obsolete and requires missing field list
When calling NIFOpenCollection, for certain views I am getting the error ID which after conversion with OSLoadString is "This view is obsolete and requires missing field list. Please edit and re-save the view." So, how to solve this issue? Is there any way to refresh, re-save view in program?
When calling NIFOpenCollection, for certain views I am getting the error ID which after conversion with OSLoadString is "This view is obsolete and requires missing field list. Please edit and re-save the view." So, how to solve this issue? Is there any way to refresh, re-save view in program?
C# - ComboBox with ADO.NET
A combobox is provided in the form and i wan to display a particular column from athe table in the database(sql). and when i select this particular data corresponding rows should be displayed in the textboxes provide. How should I write the code in C#.
A combobox is provided in the form and i wan to display a particular column from athe table in the database(sql). and when i select this particular data corresponding rows should be displayed in the textboxes provide. How should I write the code in C#.
Indication of new arrival of message using AT+CNMI command in c#.net
Hello Sir.. I've a problem using AT+CNMI Command.I don't which how to give it in a code.I gave at+cnmi=1,1,0,0,0 then the result is OK and it will not give the possition of the new sms.How can I solve this problem.Thank You in advance
Hello Sir.. I've a problem using AT+CNMI Command.I don't which how to give it in a code.I gave at+cnmi=1,1,0,0,0 then the result is OK and it will not give the possition of the new sms.How can I solve this problem.Thank You in advance
AT Command for receiving an SMS from GSM modem using C#.NET
Hello.... I've a problem for receiving sms from GSM modem.Sometimes sms can be retrieved without any problem(if executing code step by step using f11 key)otherwise I don't get all message.
Hello.... I've a problem for receiving sms from GSM modem.Sometimes sms can be retrieved without any problem(if executing code step by step using f11 key)otherwise I don't get all message.
Converting date time in C#
hi all, I have a column called WBsstartdate (storing dates), that has been created as a Varchar data type. If I run a convert on the table, my date comes out in the right format. (Eg: 2006-04-03 00:00:00). This is fine. However when I run this date as an sql query in a programme in C#, and save...
hi all, I have a column called WBsstartdate (storing dates), that has been created as a Varchar data type. If I run a convert on the table, my date comes out in the right format. (Eg: 2006-04-03 00:00:00). This is fine. However when I run this date as an sql query in a programme in C#, and save...
How to print the wait reasons for processes
If many processes are waitint in kernel for different reasons,how can I get the info for which the process is sleeping in case of linux?? programming language should be C
If many processes are waitint in kernel for different reasons,how can I get the info for which the process is sleeping in case of linux?? programming language should be C
DateTimePicker set Time boundary
I have a datetimepicker control which is set to display time in hh:mm format. The format property is set to custom and the ShowUpDown setting to True. Is there any way I can set the lower limit of time in the control to 8:00 AM from 5:00 PM? Any suggestions will be great appreciated. Thanks.
I have a datetimepicker control which is set to display time in hh:mm format. The format property is set to custom and the ShowUpDown setting to True. Is there any way I can set the lower limit of time in the control to 8:00 AM from 5:00 PM? Any suggestions will be great appreciated. Thanks.
CMake - Automatically regenerate a file using an external tool and custom target upon "make"
Hi. I'm working on a project and I use cmake for generating "projects", that is, under Linux, a Makefile. I also use an external tool (re2c) to generate the scanner, and an included tool to generate the parser (lemon, part of sqlite). The problem is I need to "cmake" every time I change something...
Hi. I'm working on a project and I use cmake for generating "projects", that is, under Linux, a Makefile. I also use an external tool (re2c) to generate the scanner, and an included tool to generate the parser (lemon, part of sqlite). The problem is I need to "cmake" every time I change something...
Have you tried XVT Cross Platform Studio 2008?
Is anyone aware of XVT? You can build C/C++ applications and compile the single source on any of 14 platform/OS combinations (windows, mac, unix, linux). Anyone tried it free? Anyone using it? www.xvt.com
Is anyone aware of XVT? You can build C/C++ applications and compile the single source on any of 14 platform/OS combinations (windows, mac, unix, linux). Anyone tried it free? Anyone using it? www.xvt.com
Help needed implementing DHCP Relay Agent
I am very new to networking but I know the basics. Now I am really interested to know how I can implement DHCP relay in C language for one of our client's switch. That is my first project. My strengths include C, Unix and the basics of networking. Can someone point me in the right direction on...
I am very new to networking but I know the basics. Now I am really interested to know how I can implement DHCP relay in C language for one of our client's switch. That is my first project. My strengths include C, Unix and the basics of networking. Can someone point me in the right direction on...
c programming
is there an error in this snippet if there is debug it for errors. int sum=0;i;2 for(i=10;j>=1;i=2); { sum+=j%i j+=3; } print("total accumulated sum=sum);
is there an error in this snippet if there is debug it for errors. int sum=0;i;2 for(i=10;j>=1;i=2); { sum+=j%i j+=3; } print("total accumulated sum=sum);
Converting RPG3 to C
Does anyone know of a tool that converts RPG3 Source code into C or C#? We are hoping to do this with minimal re-programming.
Does anyone know of a tool that converts RPG3 Source code into C or C#? We are hoping to do this with minimal re-programming.
Datagrid with dropdownlist
Hi, I am using a datagrid wtih dropdownlist(ddl) and edit option with in it.once i enter data using ddl, its values get stored in the database.now i want that values to be unchanged whenever the same row edit option is loaded.i want them to be read only.All i want is to make dropdownlist read...
Hi, I am using a datagrid wtih dropdownlist(ddl) and edit option with in it.once i enter data using ddl, its values get stored in the database.now i want that values to be unchanged whenever the same row edit option is loaded.i want them to be read only.All i want is to make dropdownlist read...
Microsoft SQL 2005 Networking
Hi I'm a software developer and i use Visual C# 2005 and Microsoft SQL 2005 to create my desktop applications my application is a software will be installed in to client machines as 2 home PC and i want to make the two software's connect throw Ethernet to my database which it located on one of...
Hi I'm a software developer and i use Visual C# 2005 and Microsoft SQL 2005 to create my desktop applications my application is a software will be installed in to client machines as 2 home PC and i want to make the two software's connect throw Ethernet to my database which it located on one of...
how to compare 2 dates == x day and delete the file
hi, do any one know how to compare the 2 dates.comparing today's and the file created date using mysql and c# here is my program but i am stuck string ConnectionString = "server=localhost;user id=name;password;persist security info=True;database=name of database;"; using...
hi, do any one know how to compare the 2 dates.comparing today's and the file created date using mysql and c# here is my program but i am stuck string ConnectionString = "server=localhost;user id=name;password;persist security info=True;database=name of database;"; using...
How can I learn more about Java and scripting languages?
I got my bachelor's degree in electronics and communication engineering and continued to get my master's in networking. When I started applying for internships, I found that most of the companies require Java, C, C++, Perl, HTML and Visual Basic, but I only have C and a little bit of C++...
I got my bachelor's degree in electronics and communication engineering and continued to get my master's in networking. When I started applying for internships, I found that most of the companies require Java, C, C++, Perl, HTML and Visual Basic, but I only have C and a little bit of C++...
how do i display session id on the web
hi, I am doing a login page with mysql and asp.net/c#. I would like the program to run in the following sequence. 1. the user login 2. the login page will search through mysql database, 3. when it is Authenticate, it will allow the user to access. my concern now is how to you use the session id to...
hi, I am doing a login page with mysql and asp.net/c#. I would like the program to run in the following sequence. 1. the user login 2. the login page will search through mysql database, 3. when it is Authenticate, it will allow the user to access. my concern now is how to you use the session id to...
Membership login with mysql
hi, i doing a login program which will be using mysql. I would like to how do i do that, I have done a little but i am stuck half way can anyone help? protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { MySqlConnection conDatabase = new...
hi, i doing a login program which will be using mysql. I would like to how do i do that, I have done a little but i am stuck half way can anyone help? protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { MySqlConnection conDatabase = new...
Segmentation Fault (core dumped) C program
Hi!.. I'm new to this, and sorry if this has been a mistake... Anyway my problem is this. I am finishing a project which utilizes a client-server mode of computing. Its basically somewhat a time manager implemented on LInux environments specifically Ubuntu LInux. The server is web-based which...
Hi!.. I'm new to this, and sorry if this has been a mistake... Anyway my problem is this. I am finishing a project which utilizes a client-server mode of computing. Its basically somewhat a time manager implemented on LInux environments specifically Ubuntu LInux. The server is web-based which...
asp.net/c# session timeout
hi , I am currently doing a login page. I would like to prompt the user by create a pop out text when the session is ending soon. After that the page will be redirected to the login page. can anyone help me with that. the following is my program. protected void Page_Load(object sender, EventArgs...
hi , I am currently doing a login page. I would like to prompt the user by create a pop out text when the session is ending soon. After that the page will be redirected to the login page. can anyone help me with that. the following is my program. protected void Page_Load(object sender, EventArgs...


