User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 374,502 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,836 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 92
Search took 0.01 seconds.
Posts Made By: djbsabkcb
Forum: Windows Software Jun 4th, 2006
Replies: 1
Views: 787
Posted By djbsabkcb
Help PowerPoint 2003?

I have a DVD burner on my computer. I am creating this PowerPoint show to put on DVD for my mother in law. I am using Microsoft Office 2003. I tried copying the show to DVD but would not play in the...
Forum: Windows Software May 25th, 2006
Replies: 0
Views: 816
Posted By djbsabkcb
Help PowerPoint 2003 Help???

I am creating this PowerPoint show to put on DVD for my mother in law. I am using Office 2003. I have a DVD burner on my computer.



Thanks
Forum: Graphics and Multimedia Mar 23rd, 2006
Replies: 0
Views: 2,672
Posted By djbsabkcb
Question Crystal Reports Problem?

Question:

when I run reports using crystal reports with parameters. The time it takes to run is extremely slow when loading, printing the report, etc.. Any idea what I should be looking for with...
Forum: Oracle Mar 8th, 2006
Replies: 1
Views: 1,553
Posted By djbsabkcb
Help sql help

How would you display in your sql a column of brackets [ ] with a field width of five spaces in between?
Forum: Oracle Dec 2nd, 2005
Replies: 1
Views: 2,037
Posted By djbsabkcb
Help ORacle ques

Hi,

Below is code to gather information from a beg and end date but hwo would I generate information on each day of the week. Sunday - Saturday for a set of specific date...
Forum: Oracle Nov 29th, 2005
Replies: 1
Views: 1,902
Posted By djbsabkcb
Question Oracle

Can anyone suggest a good beginner book for learning Oracle and SQL that they have used or know someone who has ?

sabd
Forum: C++ Oct 11th, 2005
Replies: 3
Views: 4,590
Posted By djbsabkcb
Help Re: C++ vector question?

it is not the monitor. I am using linux environment. The output Sorted list and Unsorted list. The words list are colored yellow. However, when I capitilaze the word to Unsorted List and Sorted List,...
Forum: C++ Oct 11th, 2005
Replies: 3
Views: 4,590
Posted By djbsabkcb
Help C++ vector question?

Okay I have a problem where the name of my vector is highlighted in yellow throughout my code and my output. I changed the name of the vector but on the output the word list is still highlighted in...
Forum: C++ Sep 23rd, 2005
Replies: 1
Views: 1,159
Posted By djbsabkcb
Re: question on Stacks push,pop.

got it figured out. It was in my member pop function.
Forum: C++ Sep 23rd, 2005
Replies: 1
Views: 1,159
Posted By djbsabkcb
Help question on Stacks push,pop.

My program is suppose to read in numbers and tokens. However, it will only read in the first number and go into a loop. Never reads the next number or does the computations. Can't figure out what's...
Forum: C++ Sep 22nd, 2005
Replies: 3
Views: 980
Posted By djbsabkcb
Re: C++ question on classes

Thanks that fixed it but I am not sure why. Because I thought that Element* was the return type and that had to be stated first before the class Stack. Oh well. Now I have an infinite loop to deal...
Forum: C++ Sep 21st, 2005
Replies: 3
Views: 980
Posted By djbsabkcb
Help C++ question on classes

I keep getting this error message and the code below:
I can't figure out why any help would be appreciated.
Line 51 is this statement in my code:

Element* Stack::Element::Prev(void)


error...
Forum: C++ Sep 19th, 2005
Replies: 2
Views: 1,859
Posted By djbsabkcb
Re: C++ ques on sorting

Yeah, that was one of the errors. that command may work on linux but not visual C. Also, had a problem with my sort function. so it works now. thanks for the inputs everyone.
Forum: C++ Sep 16th, 2005
Replies: 2
Views: 1,859
Posted By djbsabkcb
Help C++ ques on sorting

What am I doing wrong I am not getting these values from the input file to even display correctly or sort in order. Give me some direction?






#include <iostream>
#include <string>
#include <cmath>
Forum: C++ Sep 14th, 2005
Replies: 8
Views: 4,855
Posted By djbsabkcb
Re: stack palindrome problem?

I got it figured out. Good looking out everyone.

thanks
Forum: C++ Sep 14th, 2005
Replies: 8
Views: 4,855
Posted By djbsabkcb
Help Re: stack palindrome problem?

okay i figured it out. the file names were different. However, when it reads in the file it only reads in the last word and checks for palindrome.
Forum: C++ Sep 14th, 2005
Replies: 8
Views: 4,855
Posted By djbsabkcb
Help Re: stack palindrome problem?

Okay, the problem I am having now is that once compiled and I will input the I/O file names. It will state that the file cannot be opened....
Forum: C++ Sep 13th, 2005
Replies: 8
Views: 4,855
Posted By djbsabkcb
Re: stack palindrome problem?

I have to use a stack, will make those corrections and let you know what happens.

thanks
Forum: C++ Sep 13th, 2005
Replies: 8
Views: 4,855
Posted By djbsabkcb
Help stack palindrome problem?

I am receiving error messages for this palindrome problem. I am reading in a file and outputting the results if it is a palindrome or not using stacks. Any ideas as to why I am receiving error...
Forum: C++ Sep 8th, 2005
Replies: 6
Views: 2,717
Posted By djbsabkcb
Re: C++ question

cool thanks. Understanding it a lot more now. appreciate it.
Forum: C++ Sep 8th, 2005
Replies: 6
Views: 2,717
Posted By djbsabkcb
Help Re: C++ question

So it means that you can insert values,strings, whatever at either end of the link list. Hence,the word two-way correct?
bye the way thanks to both of you for your replies.
Forum: C++ Sep 7th, 2005
Replies: 6
Views: 2,717
Posted By djbsabkcb
Help Re: C++ question

Not trying to be difficult but I am not as advanced as you with this C language and don't know if I ever will be. So, what does that mean? Can you explain the code you wrote to me as if you were...
Forum: C++ Sep 6th, 2005
Replies: 3
Views: 3,448
Posted By djbsabkcb
Help Re: C++ reading,writing,displaying a file?

I definitely have to use classes. I am trying to re-write it as we speak. When you say copy, are you referring to strcopy the array.

Thanks for the input.
Forum: C++ Sep 6th, 2005
Replies: 3
Views: 3,448
Posted By djbsabkcb
Help C++ reading,writing,displaying a file?

I am trying to write a program that reads in a file of numbers, writes to a file and displays the numbers in correct order. I don't fully understand how to read the file and pass that information...
Forum: MS Access and FileMaker Pro Sep 2nd, 2005
Replies: 2
Views: 1,874
Posted By djbsabkcb
Help Microsoft Access Question?

Is there another way to make a column in a table the primary key if you already assigned it to the autonumber column? I would like to make either the student id or the social security number the...
Forum: MS Access and FileMaker Pro Sep 2nd, 2005
Replies: 4
Views: 2,646
Posted By djbsabkcb
Re: Microsoft Access question?

Thanks, didn't think so.
Forum: MS Access and FileMaker Pro Sep 2nd, 2005
Replies: 4
Views: 2,646
Posted By djbsabkcb
Help Microsoft Access question?

I was wondering is there anyway to wrap the text in the columns? Also, is there a way to adjust the column width automatically? I know how to do it manually, just wondering if it would adjust on its...
Forum: ASP Sep 2nd, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Solution Re: radio button ASP question??

Oh yeah, It was a great feeling when it finally worked a sense of relief. :lol:
Forum: C++ Aug 31st, 2005
Replies: 6
Views: 2,717
Posted By djbsabkcb
Help C++ question

What is a two way templatized linked list in C++? Does it mean using syntax below for classes and member functions definitons?



template<typename type_variable>
Forum: ASP Aug 31st, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Solution Re: radio button ASP question??

:) It works now. Had to do with path with the access table I created.

Thanks very much. :D
Forum: ASP Aug 25th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

I created a new table in access and stored the file eLMSTable in the inetpub/wwwroot folder (inetpub/wwwroot/eLMSTable) and this is the error message I am receiving now. Doesn't seem like I have a...
Forum: ASP Aug 25th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

This is the error message I am receiving now. Someone told me to check to make sure that they have permission for that folder. So I went to the inetpub and elms folders and allowed web sharing for...
Forum: ASP Aug 24th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Re: radio button ASP question??

I will check the connection out tomorrow at work and let you know but I thought the variable declarations were only availiable within that scope but now I know.
Forum: ASP Aug 23rd, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

I deleted the code for reading from the database. I don't think I need that part of the code in their for reading to a database since I am only writing to the access database. Now this is the error...
Forum: ASP Aug 23rd, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

I keep getting an error message. This is the error message I keep receiving when trying to submit the questionnaire. I also placed the code for the asp part of the questionnaire again below. My...
Forum: ASP Aug 18th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

Question: The database name for the statement below would that be Microsoft Access, the file name of the table or something else? Or is it the name you give when you set up the...
Forum: ASP Aug 18th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

Okay. Lets take this step by step to make sure I am doing this right. This is all a learning experiment project for me. It has no time committments. So I am given a piece of paper,and asked to create...
Forum: ASP Aug 17th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

I am suppose to use Microsoft Access for now. I think after I finish this project I will be using Oracle database not sure.
What does this statment mean?

PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA...
Forum: ASP Aug 17th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question and Access

Okay, I have created this survey. My next step is to create a table in MS Access that holds the records of data when user submit the survey. I created a blank table with five columns as follows:...
Forum: ASP Aug 16th, 2005
Replies: 31
Views: 15,147
Posted By djbsabkcb
Help Re: radio button ASP question??

I got it to work. thanks a lot.

What I don't understand is why can't I just click the html document link inside the wwwroot folder and it work that way. Instead I have to open internet explorer and...
Showing results 1 to 40 of 92

 
All times are GMT -4. The time now is 2:06 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC