Search Results

Showing results 1 to 27 of 27
Search took 0.01 seconds.
Search: Posts Made By: Loony064
Forum: VB.NET 32 Days Ago
Replies: 0
Views: 249
Posted By Loony064
Hi Everyone

I'm designing a program with a front end vb.net (2007 Express version) app and a back-end Access 2007 database. I've added the following query to the database dataset (SAUJSDataSet). I...
Forum: Java Sep 15th, 2009
Replies: 1
Views: 663
Posted By Loony064
Forum: Java Sep 13th, 2009
Replies: 1
Views: 663
Posted By Loony064
Hey all

I have an assignment for university where we have to write a program to simulate an IDS. Basically how it works is the user enters a code and the program displays a relevant message. If a...
Forum: VB.NET Sep 11th, 2009
Replies: 2
Views: 349
Posted By Loony064
My apologies for being an idiot. I managed to fix the problem. For some reason when I coded this originally, I got it into my head that I need an SQL query to insert the record into the table, even...
Forum: VB.NET Sep 10th, 2009
Replies: 2
Views: 349
Posted By Loony064
Hey All

I'm busy with a program in VB.Net 2008 that performs sales. When a user clicks on the Invoice button, a record with the details of the Transaction is addedd to the Transactions table in...
Forum: Site Layout and Usability Aug 22nd, 2009
Replies: 4
Views: 577
Posted By Loony064
Thanks so much for everything! Found a nice template to use as a base from www.freewebsitetemplates.com. Its not 100% right but it should serve its purpose!
Forum: Site Layout and Usability Aug 22nd, 2009
Replies: 4
Views: 577
Posted By Loony064
Thanks for the advice! I'll check out the link you posted. Yesterday I worked on a layout using HTML and CSS but it isn't quite right, but I met with the client today and she doesn't seem to...
Forum: Site Layout and Usability Aug 20th, 2009
Replies: 4
Views: 577
Posted By Loony064
Hi everyone

I hope someone can help me with this as its rather urgent. I have to create a template for a PHP based website. I won't be doing the PHP coding as there is another programmer who'll...
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2009
Replies: 1
Views: 362
Posted By Loony064
Okay, so I've managed to get it to print a specified number of labels by changing the code in LabelLayout to the following:


If BlankCount& < LabelBlanks& Then
R.NextRecord = False
...
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2009
Replies: 1
Views: 362
Posted By Loony064
Hey Everyone

I have a client who uses a Micrsoft Access Application for their business. One of the reports that the program has, is a label type report.

The report recieves the following...
Forum: VB.NET May 31st, 2009
Replies: 6
Views: 1,092
Posted By Loony064
Thanks for the advice, Teme64! I'll definitely look into using that. My only problem is that I use MS Access for generating reports. I know that Crystal Reports would be a good substitute but...
Forum: VB.NET May 30th, 2009
Replies: 6
Views: 1,092
Posted By Loony064
Hey everyone,

I created a program for one of my clients which uses a back-end MS Access database with a front-end VB.net application that allows the user to enter details into various tables,...
Forum: VB.NET Jul 1st, 2008
Replies: 1
Views: 1,319
Posted By Loony064
Hey everyone!

I'm almost finished this payroll system that automatically calculates employee's wages, gross wages, total income, deductions and nett wages, etc based on the info provided (i.e....
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2008
Replies: 8
Views: 891
Posted By Loony064
those are the only three fields in that table, so i don't think thats it. why its so weird is that its only the first record that doesn't save. if i go to the next record in the table, and save new...
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2008
Replies: 8
Views: 891
Posted By Loony064
I'm a bit confused by what you mean. I did do that:

Dim row, datar2 As payrollDatabaseDataSet.Allowances_Pay_TableRow
row = PayrollDatabaseDataSet.Allowances_Pay_Table.Rows(current_row)


Row...
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2008
Replies: 8
Views: 891
Posted By Loony064
There is no error message. the code runs, but the record just reverts to what it was before the changes were made. i.e. if i change employee name from Benny to Ben and click save, when i go back to...
Forum: Visual Basic 4 / 5 / 6 Jun 26th, 2008
Replies: 8
Views: 891
Posted By Loony064
Unfortunately it made no difference. Any other suggestions?
Forum: Visual Basic 4 / 5 / 6 Jun 25th, 2008
Replies: 8
Views: 891
Posted By Loony064
Hey guys

I'm pretty close to finishing this payroll program, but i've run in to yet some more problems and i can't figure out how to fix them.

So, i have various forms representing different...
Forum: Visual Basic 4 / 5 / 6 Jun 25th, 2008
Replies: 1
Views: 1,295
Posted By Loony064
Hey guys!

I figured it might be easier to have my various questions in separate posts, to avoid confusion.

My next problem is that with two of my tables (Hours Worked and Occupations) when i...
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2008
Replies: 1
Views: 1,391
Posted By Loony064
Hey all!

First off, yes i have read the tutorial and i'm still stuck (mainly cos i'm not using ADOOB).

My main problem is that my code adds a new record to the end of the dataset, which is what...
Forum: MS Access and FileMaker Pro May 29th, 2008
Replies: 1
Views: 1,044
Posted By Loony064
Hey there

From what i understand, you have a table that stores medals won by various contestants. Various contestants come from various coiuntries. You want to know how many medals in total each...
Forum: MS Access and FileMaker Pro May 29th, 2008
Replies: 4
Views: 1,267
Posted By Loony064
Try entering 99. If it gives the same error as when 50 is entered, i think the error occurs because the validation rule says to accept numbers between but not including 50 and 99.
Forum: MS Access and FileMaker Pro May 29th, 2008
Replies: 2
Views: 2,120
Posted By Loony064
Could you elaborate on that for me please or give me an example.

thanks
:)
Forum: MS Access and FileMaker Pro May 28th, 2008
Replies: 0
Views: 1,855
Posted By Loony064
Hey all

I have another problem with my payroll database. firstly, i've created a form for creating/editing/deleting an employee record, which has relationships in other tables (i.e. a table of...
Forum: MS Access and FileMaker Pro May 28th, 2008
Replies: 2
Views: 2,120
Posted By Loony064
Hey All!

I'm currently creating a database for a payroll system. I have a table consisting of Occupation_ID (primary key), occupation_description, normal_rate and then 3 different overtime rates....
Forum: VB.NET Sep 5th, 2007
Replies: 1
Views: 1,282
Posted By Loony064
Hey all!

A industrial psycologist friend of mine asked me to find a way to look at an array of numbers (presented in an excel spreadsheet - 1 number per cell) and find the CELL with the highest...
Forum: Pascal and Delphi Sep 4th, 2006
Replies: 0
Views: 4,008
Posted By Loony064
Hi all!

For my programming project, I have created a program that takes in entries for a dog show. Last week I went to see my teacher as I had a problem with some of the code and I mentioned to...
Showing results 1 to 27 of 27

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC