Hi all
Please help
I need to generate multiple lines (per employee per day)
3 tables
Employee - Empl No 001 John, empl No 002 Mary
Day - Day ID 12001 Jan 1 2012
The next table needs to be generated as follows:
Daily input Table
Record 1
Day No - 1201
Empl No - 001
Hrs in Office - 0
Hrs at client - 0
...
Search Result
Collapse
8 results in 0.0014 seconds.
Keywords
Members
Tags
-
Adding multiple Lines for data input
-
draw in imagebox
hi, i`ve got 2 imageboxes on each other.
the one at the bottom displays a picture (image1), the other one is for drawing (imagedraw).
imagedraw shows a line when i move the mouse on it, and if i move it a bit furthen than the previous line going to be deleted using "CLS", theres a "zoom" function which is changeing the size of the boxes, and strech them, when this happens the line has dissapear.
i... -
Drawing lines in XNA or DirectX?
Hi,
I'm having quite a hard time trying to draw a simple line from one location to another in xna and directx. I've tried both but really can not get either to work. :(
I've searched around a bit but everything seems really complicated. All I want to do is draw a line on a panel control.
I've managed to do this in GDI+ but it is really glitchy so I was told to try directx and xna.
Please can someone... -
Silverlight: Line does not appear.
Hello,
I'm posting my Silverlight question to .NET section because I didn't find a Silverlight section in Bytes. I was planning to post in the feedback section about that but I can not get to that section now! I don't know where the links hide :) I'll try again.
I'm too new to Silverlight and I'm doing a basic layout. What I'm trying to solve from beginning is to add a strike through TextDecorations to my TextBlock Text.... -
How to display ASCII characters on C++
More specifically, in the input code, how can you display all of the displayable ASCII characters with codes in the range 32 to 255 and also include display 16 ASCII characters per line, which will display in the program output? -
How can I pick and show a specific line from a text file with PHP?
I have a text file with URLs. It is something like this below:
http://site1.com/whatever.php
http://site2.com/whatever.php
http://site3.com/whatever.php
http://site4.com/whatever.php
http://site5.com/whatever.php
http://site6.com/whatever.php
http://site7.com/whatever.php
....
And I want to:
-Pick the first URL and put it in a variable
-Pick a random URL... -
Invoking a Database From the Command Line
Introduction:
Sometimes, it may be necessary to open a database from the command line, or even from a shortcut. Often, in such cases, a specific routine is required to be run in this mode, yet when opened normally, the database should not execute this same code. We will cover both of these scenarios in this short tutorial.
When we've covered that, we will look at scheduling a specific database to open, execute some... -
XSL - Dynamically enter blank lines in XHTML
I am creating a 5 page document HTML document with variable table sizes. I am hard coding page breaks after the <DIV> for each page. To assure that all of my page numbers at the bottom of each page is in approximately the same location, I have created a recursive template to enter a certain number of <BR/> elements before the page # footer. However, the <BR/> isn't doing the trick. I've searched high and low for the right character...