Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~419 People Reached
Favorite Tags
Member Avatar for daletonge

I have generated some SQL code SELECT Invoice.InvoiceID, Invoice.CustomerID, Invoice.RouteNumber, Invoice.TreatmentType, Invoice.Information, Invoice.StreetAddress, Invoice.Postcode, Invoice.Invoicecost, Invoice.InvoiceDate FROM (Invoice INNER JOIN Customer ON Invoice.CustomerID = Customer.CustomerID) WHERE (Customer.CustomerID = '?') When i test it in the query generator everything works. However when i add the following code to my vb form …

Member Avatar for gunso4050
0
141
Member Avatar for daletonge

My program will not build due to an error related to the section of code below shown inbetween the following symbol. ~~~~~~~ ~~~~~~~ The error which i recieve is the following: Object reference not set to an instance of an object. any help would be appreciated, thanks again Imports System.Data …

Member Avatar for arjunsasidharan
0
119
Member Avatar for daletonge

According to my error messages there are two erros to the code below, does anybody have any idea what i have done wrong?? : [B]Warning[/B]: Unexpected character in input: '' (ASCII=92) state=1 in [B]/spare/apache2/htdocs/stud/c0356147/E-commerceshop/oscommerce-2.2ms2-060817/catalog/includes/boxes/links.php[/B] on line [B]4[/B] [B]Parse error[/B]: parse error, unexpected T_STRING in [B]/spare/apache2/htdocs/stud/c0356147/E-commerceshop/oscommerce-2.2ms2-060817/catalog/includes/boxes/links.php[/B] on line [B]4[/B] [COLOR=#0000bc][<?php [/COLOR]<tr> …

Member Avatar for digital-ether
0
90
Member Avatar for daletonge

I am currectly completing a progect using os commerce, I have managed to add a box with a link to relevant page however i am having problems coding a a simple table, all i want to do is have three columns and several rows. Could anybody help?

Member Avatar for digital-ether
0
69