6 Unanswered Topics

Remove Filter
Member Avatar for Slade

Hello all, it's been a while. I have a problem with a print stylesheet I'm using at the moment. When I go to print preview, everything is how I want it to look except at the bottom of each page, words just cut in half and continue on the next …

0
93
Member Avatar for Slade

Hey all, I have a table with a primary key in it. I use stored procedures to insert new records. What I want to know is how do I make it so a column (foreign key) in another table adds the same number as the primary key in the original …

0
99
Member Avatar for Slade

Ok guys, check this out [code] select app_given, app_surname, contract.contractID from contract, progression where pay_nop like 'PAY' and contract.status like 'Active' and app_type like 'Apprenticeship' and Contract.ContractID = progression.contractid group by contract.contractid, app_given, app_surname [/code] Ok, this works FINE. But, when I try to add Not..: [code]Not Contract.ContractID = progression.contractid[/code] …

0
84
Member Avatar for Slade

Hey, I'm developing an application that will ultimately be like a mail merge. What a user will do is select a persons name from a drop-down list and the fields will fill in according to the other info in the table of that persons record. They can from there print …

0
102
Member Avatar for Slade

Ok here is the issue. I am getting this error when making my sql statement: "Error 409: The assignment operator operation could not take a text data type as an argument" Here is the code: [CODE] CREATE procedure sf_GetArticle @ArtID int, @Title nvarchar(200) output, @Content text output, @Hits int, @HitText …

0
70
Member Avatar for Slade

Hi, I just thought I would get someone to check my HijackThis log. Nothing appears to be wrong but these work computers have idiots going to porn sites and whatnot. Just best to check. Thanks :D Logfile of HijackThis v1.97.7 Scan saved at 10:40:50 AM, on 16/04/2004 Platform: Windows XP …

0
43

The End.