English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - February 2007

[Selected]: All categories Computers & Internet Programming & Design

I have a report in Access and I'd like to copy it over to word in exactly the same format so I can email it out.
Or alternatively is there an easy file saving way of emailing Access Reports?

2007-02-13 21:02:18 · 3 answers · asked by Spaceman 2

i need the jave on my computer i have a dell help me out and i have internet 7

2007-02-13 19:30:24 · 2 answers · asked by Sergei M 2

I want to display pictures from my database and show it like in Windows explorer. Every thumbnail image is clickable or will be able to display more information about the image. If somebody know, thank you in advance...I really need a help regarding this matter...

2007-02-13 19:29:06 · 2 answers · asked by pippo_pm 1

SAP training

2007-02-13 19:16:16 · 3 answers · asked by reddy 1

Hi,

I need to write a program which can produce all different combinations of a 10 binary digit sequence. e.g 2^10 or 1024 different binary values.

e.g 0000000000, 0000000001, 0000000010, 0000000011, ..........., 1111111111

Anyone knows how to produce such a sequence?


Jialat liao........i have to complete it by tomorrow and I don't know how to write

2007-02-13 18:44:19 · 3 answers · asked by ZhiYi 1

I am fairly new to Access. I made a query to calculate fields such as Total Price:[Quantity]*[Unit Price]. When I run the query the calculations show up however I would like the results to also show within a form. Is that possible?? And if so, how can I get it done (step by step)

2007-02-13 18:15:27 · 1 answers · asked by Crystal 2

How much are 25cm and 10cm in pixels? the resolution will be at 300dpi

2007-02-13 18:03:19 · 1 answers · asked by maria g 2

I have used a couple different ones and can't decide which I like best.

2007-02-13 16:41:45 · 5 answers · asked by allknowing 4

Example for RDBMS is 'Excess'. Now need example for Network DBMS, Hiercical & Object oriented DBMS.

2007-02-13 16:37:10 · 2 answers · asked by angel 1

I have a super class Student and subclasses Undergraduate_Student and Graduate_Student. All types of students have an Age, SocialSecurity & Name attribute. I'm trying to make comparator classes to sort according to those attribues, but they aren't sorting.
Here's some of my code:




class NameComparator implements Comparator {
public int compare(Object student, Object anotherStudent) {
String name1;
String name2;


if(anotherStudent instanceof Undergraduate_Student)
{ name1 = ((Undergraduate_Student) student).name.toUpperCase();
name2 = ((Undergraduate_Student) anotherStudent).name.toUpperCase();

}
else
{
name1 = ((Graduate_Student) student).name.toUpperCase();
name2 = ((Graduate_Student) anotherStudent).name.toUpperCase();
}

return name1.compareTo(name2);
}


} // end class NameComparator

2007-02-13 16:28:36 · 1 answers · asked by Kanayo 2

everytime i try to download java it tells me that it has no place to go what should i do

2007-02-13 16:14:21 · 1 answers · asked by hillbillyjim2008 1

2007-02-13 15:59:52 · 7 answers · asked by Anonymous

2007-02-13 15:45:31 · 5 answers · asked by Rajni 2

2007-02-13 15:15:52 · 7 answers · asked by ashok b 1

I have: a title bar that will go on to 7 different pages.
I need: a way to put the coding on one HTML document so the other pages source that document and insert the coding from it onto the page. (for easy editing purposes)
I am: an amateur coder, so please make it as simple as possible. Thanks.

2007-02-13 14:38:36 · 3 answers · asked by Z3DA 3

Ok my computer is about 2 or 3 years old and my mom accsedently deleted the programm for the computer and I dont know to get it back onfor my little sisters and I dont care if i have to get on a website or what ever i just want ot download it back on. so someone please help

2007-02-13 13:57:37 · 6 answers · asked by lexe 1

I need it to be custom, not a template...on a budget...what are some classy options? I have all written content, images and layout...just no time to teach myself the process....

2007-02-13 13:55:12 · 7 answers · asked by someone 5

with question 1. put it in plain english please

2007-02-13 13:49:36 · 4 answers · asked by david p 2

I'm actually quite familiar with Java and JSP. I'm currently under attachment. My supervisor has given me the choice to try and pick up Visual basic. I am, however to pick it up on my own. Is visual basic programming easy to pick up? Is it easy to understand? What are the books and websites recommended? Please help!

2007-02-13 13:48:59 · 4 answers · asked by minminmei1988 2

I am new to Assembly Language. I am coding in 16-bit addressing mode using Irvine16.inc. How do I add 2 16-bit integers and then store the sum in a 32-bit integer? Also, how do I subtract a 32-bit integer from a 16-bit integer?

I am also getting a A2008 error from Command Prompt. How do I read these errors? Is there a website where the error messages are explained?

2007-02-13 13:41:08 · 1 answers · asked by Rosy 3

My avatar does not show up on the chat screen. I just get a blank white screen, and only the chat bubbles appear. Does anyone know what could be wrong with my computer or what I need to download to allow the images to be shown?

2007-02-13 13:24:40 · 2 answers · asked by Frannie 4

Let's say I have a hash with 1 million keys. (no kidding... my system's RAM is pretty full!) I want to pick one key at random. And it needs to be efficient, so I can't just load all the keys into an array and pick a random array element. Any ideas?

2007-02-13 13:21:23 · 4 answers · asked by Wolf Harper 6

i want to know about file.js coz i'm totally blind about it...and what is the related between file.js and php....if ur know anything about a good website i can adapt please forward....

2007-02-13 13:20:16 · 3 answers · asked by jia y 1

im working on a system which required a specific report with user key-in for the report, for example the user wants the report for computer usage on 15 jan, he'll type in 15 jan in a dialog box and the report will displayed the computer log on 15 jan only. since i cant generate report using VB 6.0, i used report from access. and its exactly as i want. and now all is settled if i can find a way to call the report from access. or else there must be a way to do that using VB 6.0 i just dont know how.

2007-02-13 13:14:03 · 1 answers · asked by farina m 4

2007-02-13 13:06:10 · 5 answers · asked by Cyber 6

i just got this one program called paint.net and its supposed to be a lot like photoshop and i have no clue on how to use it.

2007-02-13 12:53:45 · 3 answers · asked by Anonymous




in IE, my javascript iframe is shown when a user clicks a button. In firefox, however, it does not show. When I delete the above code, the iframe shows, but some of the fonts become larger. How do I fix this??

2007-02-13 12:50:39 · 5 answers · asked by Anonymous

I want A Webdesigner to design a site simalar to: http://www.motoclassifieds.us/index.php? my buget is $300-$350 and I want to be able to do updates myself please reply thanks

2007-02-13 12:49:58 · 2 answers · asked by ebelmontinc 2

fedest.com, questions and answers