SharePoint 2007 Blogs and RSS
Is it possible to set up a blog site where a person can subscribe to only one “Category” or combination of categories instead of the all of the posts? Example: We have three categories under the posts: Blog 1 Blog 2 Blog 3 Instead of the end user subscribing to all Blog categories, can someone [...]

Answer Question   |  May 20, 2009  2:40 PM
Blogs, Microsoft SharePoint, RSS, SharePoint, SharePoint 2007
asked by:
5 pts.

Data missing when printing label by Zebra 100XiIII Plus
There is a strange problem that some items are missing on the label from time to time. The possibility is about 0.1%. My 100XiIII is on parrallel port, I use ZPL language, code by Visual C++ 2008. The missing items are mixture of alphabet and number. I have tried to change the cable, printer, PC, [...]

Answer Question   |  April 11, 2011  2:53 AM
C++, Z-level Programming Language, Zebra 110XiIIIPlus, Zebra printers, ZPL
asked by:
5 pts.

AJAX get data from master form special fields in Lotus Notes
HI i have master form and main form, in master form some special fields i there like, 1) lablename–lablename-fieldtype text 2)field type—fieldtype–diloglis–dilog lis in side– text, radiobuttion,diloglist,name 3)if field type=radibuttion or dilog liset options need=>options–field type text—yes or no for radio buttion like that… above thinks i need to main form. pls help me.

Answer Question   |  May 20, 2009  1:59 AM
Ajax, Lotus development, Lotus Notes
asked by:
50 pts.

Ajax database lookup in ComboBox
i used ajax combobox in form , i have below some more field import from master form once refresh after ,dblookup field is going to defelet. so what can i do ?

Answer Question   |  May 20, 2009  1:50 AM
Ajax, ComboBox, Database programming
asked by:
50 pts.

Error 1305 when installing Adobe 9.1 on Windows Vista
Hi, please help, im getting error 1305 r during installation of adobe 9.1. I am using compaq cq40 310 au..please help.. i really need to have the software installed for my studies.. thanx a lot

Answer Question   |  July 1, 2009  1:19 AM
Adobe, Enterprise Desktop, Error 1305, Windows Vista
asked by:
50 pts.

Is there any way to know on which date data was entered on a specific cell?
Is there any way to know which date data was entered or changed on a specific cell/

Answer Question   |  May 27, 2009  10:14 PM
Excel VBA
asked by:
5 pts.

JAVA and i5
Hi All, I want to know what is the best configuration of i5 system to run JAVA application such as M3 ERP.

Answer Question   |  July 8, 2009  5:07 PM
ERP, i5, Java, OS/400
asked by:
85 pts.

SQL or VBA code to loop through two columns of data
I have a database table with 196000 rows (product code and related product codes) and the columns are: product code link product 000507 000123 000507 000456 000507 000789 000508 123456 000508 654321 000508 879456 000508 123789 etc etc I need this data changed to: 000507 000123, 000456, A product has one to many link product [...]

Answer Question   |  May 20, 2009  12:34 PM
Microsoft Access, VBA
asked by:
5 pts.

Programmically access Lotus Notes mail with C#
I m accessing the notes mail using notesDocument, I am able to get all teh properties of mail but if I want to access the mail like it is manually done, (color changes). how would I access the mail in that way.. My main problem is , I have infected file attach to lotusnotes mail [...]

Answer Question   |  May 19, 2009  9:20 AM
C#, Lotus development, Lotus Notes email
asked by:
10 pts.

Excel VBA – Cell value not being displayed
when i display all the values there is a cell that dosnt display it’s result,but when u put the mouse on it in the comment box it appears

Answer Question   |  May 20, 2009  8:43 AM
Excel VBA, Microsoft Excel, Microsoft Excel 2007
asked by:
5 pts.

Finding nth most recent action with SQL
I am trying to determine the date on which a certain number of things have happened cumulatively, eg I have a varying number of buyers each month. I want to find out on what date of that month, those buyers make their 3rd purchase. My SQL doesn’t seem to support TOP or ROWCOUNT so I [...]

Answer Question   |  May 19, 2009  10:11 PM
COUNT statement, Database programming, SQL, SQL query optimization, SQL statements, SUM statement
asked by:
5 pts.

Would you implement a mobile client as a web client or rich client?
Would you implement a mobile client as a web client or rich client? What are the benefits of one versus the other? This question is sponsored by RIM.

Answer Question   |  June 5, 2009  9:24 PM
Mobile Application Development, Mobile Client, Rich Client, Web Client
asked by:
RIM
30 pts.

question: T-SQL stored procedure conversion to C# CLR assembly….
I’m wondering why it is difficult to find an example ( in literature or Internet ) example of converting a T-SQL procedure which contains “out” variables into identical C# CLR stored procedure. Is there something which prohibits this conversion ? If not, can someone provide or cite example ? Real world T-SQL procedures may tend [...]

Answer Question   |  May 19, 2009  4:49 PM
C#, CLR, T-SQL, T-SQL Stored Procedures
asked by:
5 pts.

String Comparison VBA
I have two columns of string values in excel. They are part numbers so they are typically 6 – 10 characters and a mix of letters and numbers. The columns contain many like strings. That is, the part number is listed in both columns. I need a quick way to compare each string in one [...]

Answer Question   |  March 2, 2010  2:02 PM
Microsoft Excel, Strings, VBA
asked by:
5 pts.

How a S/W in c# working in N/W accesses access database from other computer not having access
hi, my project code works in network when i place my database of access in the computer which has ms-access, but wht to do when the other comp, with which i want to connect doesn’t have ms-access, then how will i connect to it and run my project?

Answer Question   |  May 19, 2009  12:54 PM
Access Database, C#, Microsoft Access, Network connectivity
asked by:
5 pts.

Database connectivity ASP.NET using C#
Hi, I’m new in ASP.NET so excuse me if this is a stupid question. I’m trying to connect a page to the database but there may be some problem. Please help me…… This the ASPEX file cod: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; [...]

Answer Question   |  May 8, 2013  5:41 AM
ASP.NET, C, Database connectivity, Web development
asked by:
5 pts.

What if packet size cannot be represented as a value divisible by 8?
Suppose a packet contains 23 bytes of data, and the MTU of the network is 1024 bytes. We have to make sure the data is divisible by 8. But in this case, that is not possible since if the data is represented as 24 bytes,there will be an extra byte (where do we get it [...]

Answer Question   |  May 28, 2009  5:33 AM
Packet fragmenation networking, Packet Fragmentation, Packets
asked by:
5 pts.

Crystal Reports in Web application with SQL Server 2005 Express
i want to create crystal report in asp.net 2.0 web application with sql server 2005 express edition. now the name of my database which i have created its name is Database.mdf. now whenever i expert database i can find my server name but in the dropdownlist of database i can`t find my database name. there [...]

Answer Question   |  May 18, 2009  4:56 AM
ASP.NET 2.0, Crystal Reports, SQL Server 2005, SQL Server 2005 connectivity, SQL Server 2005 Express, Web applications, Web development
asked by:
10 pts.

Group header section in VB Data Report
How to create Datareport in vb through Sql statement in dataenviroment having Group hader section

Answer Question   |  May 25, 2009  2:59 PM
DataEnvironment, SQL statements, VB Data Report
asked by:
5 pts.

Java method to reset a packets time to live
I was told that there is a JAVA method to reset a packets time to live. Given that a packet being accepted by a machine that had java on it would create a new header anyway, is the point to increase the TTL? The person made the statement that these packets roam the Internet for [...]

Answer Question   |  May 19, 2009  1:50 PM
Java, Packets, Time To Live, TTL, TTL reset
asked by:
10 pts.