here's a small excerpt:
...as they will become increasingly vital. ¶ "Mergers of service providers have pressured...
The paragraph symbols all occur within a single xml node, and simply denote paragraphs within that section of the document. I'm trying to parse the location of them so I can...
Hello,
I'm working on a system to parse XML files we receive from a client and transform them to HTML. One of the characters contained in this XML file is the "paragraph" symbol, which I will show: ¶
The file is standard XML 1.0 in UTF-8. I can't figure out for the life of me how to get C#...
Actually I figured it out. Having the class and namespace be the same apparently was the problem, as when I made them different it worked just fine. Thanks for the advice though!
Hello -
So I have a class "ErrUtil" (which is also the project name) that is compiled as a .dll, and am trying to incorporate it into a new solution I am developing. I have added a reference to ErrUtil in my new project, and also have "using ErrUtil;" in the file, yet when I try to access a...
Hi -
I have a combo box with 2 columns, the first one is hidden and the second is not. So a user can select an address, and the (hidden) ID for the property is selected behind the scenes, and the form works beautifully.
Now I am trying to open this form from another form by passing in the ID...
Hi all -
I'm using Access 2000, and am working on a form for data entry and I'm trying to input some automated date comparison. I have it implemented, but it's not behaving as I think it should.
I have a text box, with the short date format, and I'm inputting a date into it. I have...
That's a very handy article. (I figure I'll latch onto this thread since my question is almost identical).
I have a report with a subreport. I am totaling the subreport for each item in the report and bringing it to the main report without incident. Now at the bottom of the report, I am...
Hi -
I'm working on making a database to track nightly builds with ant, and am trying to figure out a way to log whether or not all files compiled successfully. This wouldn't be that hard if the javac task had a 'errorproperty' or 'ailureproperty' attribute, but from my readings, it does...
Right now it's just sorting them by primary key, which is probably only because my sample data happens to be in that order anyway. AddNum is a number field. I have plenty of other queries which sort by street name and then address number, so I dont know why this might be any different..
Hi all -
I'm having a little trouble with a subquery and I'm not sure why. Here's what I'm running:
SELECT DISTINCT tblPermit.PerID,
tblProperty.AddNum & " " & tblProperty.AddStreet AS Address,
tblPermit.Description,
tblPermit.PerNum,
tblProperty.AddStreet,
tblProperty.AddNum
FROM...
Hi all -
Ok, this is a problem with a form, but I believe it stems from SQL. I have a SQL function which calculates a date and inserts it in a table using "Now()". The field on the table is set for "short date" formatting. When the record is called up later, it is displayed in a text box on...
Hi -
I'm not sure how exactly to classify this type of query or how to implement, but I'll try to explain what I need as best I can and hopefully somebody will understand.
I have a table of complaints. Each complaint (simplified) has the following fields:
CaseID
Problem
Complainant
Notes...
Hi everybody -
I'm working on populating a form in an unbound database for keeping tack of municipal vehicle stickers. I have successfully written a way to search vehicle owners (via a form) and am able to selectg the correct record and have it populate an "edit owner" form with all the...
Thanks Karl - that's exactly what I wanted! Have a STAR!
SQLBill - Yes I am using SQL Server backend. I've done Access for quite a while, but I'm trying to move up to SQL server now.
~Bob
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.