Bytes - IT / Dev Knowledge Shared Latest IT and Development Questions Answered |
I know that I cant do alot of things with runtime that i can do with regular, and i know that one of those limitations is writing to a runtime table... more »
With information gathered from a question I posted 3 weeks ago, I made the following query for my movie database:
SELECT Nation.Nation,... more »
Here is my code:<title>Dom demo</title>
<script type="text/javascript">
function changeText()
{
var Temp =... more »
I am working on a query that I would like to get the top 4 values based on a group. Here is the SQL:
SELECT qRenPercRept1.CountOfccName,... more »
I am in the process of modifying some code that reads a .txt file after it has been created from .pdf (this works great) and find a specific line in... more »
Hi guys,
i hope you can help me with my head-against-the-wall-bouncing-problem. First the scenario:
winlogon.exe (with customized GINA) calls a... more »
I have two tables Invoices and Payments. invoices have payments. I want to write a query that displays unpaid invoices and the remaining amount of... more »
Hi All,
I want to execute two sql statement conditionally in a single SQLTask of the DTS package -
Is it possible to implement this ?
Please... more »
In a MS Access query it's straight forward when you want to return record number 100 as in:
SELECT *
FROM Depreciation
WHERE... more »
Here is my code:<title>Dom demo</title>
<script type="text/javascript">
function changeText()
{
var Temp =... more »
Hey guys,
I can't find a good snippet to check whether an php error has occurred (maybe warning and notices too).
I'm doing this for... more »
I created an existing sample that writes input text to a background image no problem. See here.
I attempted to use a font using Imagettftext ()... more »
I'm not asking for source code, but simply help on this concept.
I am required to make an Appointment Book. My program looks like this :
... more »
I am maintaining a intranet web application that allows users to Search/Add/Edit items and run reports.
When the user searches for items or runs... more »
I am using a web form which populates radio buttons via a loop.
Each radio button in the form is numbered by the loop so if there needs to be 3... more »
Hello i'm writing a class for network all works fine but when client disconnected my code can't dected it so if u can help me or say is there an... more »
I'm trying to read an Excel worksheet and do a find/replace for all of the commas "," in any of the cells in the sheet and replace them with a dash... more »
Hello,
I just read a few tutorials about CAPTCHA from the net..I got the class captcha.php and a main file ..I pasted a few codes from the net but... more »
Hi
Bassically what i want to do is check the user agent and if it is a mac redirect to /mac if it is a pc redirect to /pc if it is another or... more »
I am following some code written for the binary tree.
The tree variable is the class object.
The program is running fine. however, I really... more »
Hey everyone..
I am facing a strange problem right at the start of my project.
I am developing an asp.net application using visual web developer... more »
Hi,
I am a newbie to C++ (and programming in general)
I have the following:
char* fOutMsg;
strcpy(fOutMsg, "03DS2");... more »
Hi there,
I want to know if a unique token or some identifier is issued upon successful logon
to a Windows machine via Active Directory.
If... more »
Public Class frmMain
Private Sub btnExit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnExit.Click
Me.Close()... more »
This is giving me real headaches for days >.<
I need to program:
Using the if/else construct, write a program to calculate a person's pay, the... more »
I need some simple 16x16 icons to use in a treeview on my form.
Anyone know a good resource site for SIMPLE icons? Alot of the icons I have found... more »
I have a class, say Container which contains objects of another class, for example MyObject. MyObject does some processing, and in some future time... more »
Hi, i'm making a matrix class, here is my code:
#ifndef MATRICE_H
#define MATRICE_H
#include <iostream>
template <class T> class matrice {... more »
Im trying to use 2 CASE statements together in a SELECT query without much luck.
The second CASE uses the output from the first CASE as it’s... more »
Hi All,
I am trying to create own manipulator, which will add the extra tab with input. Please find when I run the below program I... more »
Hello,
I am recompling a project using Borland C++ Builder 6. The recompile process failed due to linker error. The message was:
" Fatal unable to... more »
i want funtions of differnet filters can u plz send me those informations that may help me in prepareing documentation of my mini project more »
I want to deny access to a drive using vb.net code.
In folder guard software we can deny access to a drive or make a drive read only
i want to... more »
Hello
I want to know how to find out where my magnetic tape is mounted in system directory tree.ex. /dev/st0.. and display its contents. I used ... more »
Hi,
With great hope im writing this email. I wish and hope someone can help me.
Im trying to get code for Autocomplete Textbox. I mean im... more » | | | | Forums
Visit our community forums for general discussions and latest on Bytes
/bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 229,136 network members.
|