Similar Threads:
1.Using Bookmarks in Word documents - what am I doing wrong
2.What am i doing wrong?[simple word automation C# 05]
3.whether am i doing wrong?
Hi,
I have dot file with two pages (VBA code embeded in it)
1st page: it will have company name and client name (bookmarks)
2nd page: content related to the client with some bookmarks which fits
exactly in one page. representative will enter these user fields and
those fields are captured in the document. even with bookmarks data, it
exactly fits in a page
My problem. after running the dot file, the content of page is shifted
down by one line (after header) which makes the content to run to the
next page. i dont know if iam doing something wrong. i want to fit in
exactly in one page.
Any help is highly appreciated.
Thanks
Srini
4.OWC VB.NET - What am I doing wrong??
Hello, I am having trouble getting my code here to write out an
appropriate GIF image for a chart using the OWC components. I am
calling the page as <img src ="theChartingPage.aspx"> , but am not
receiving the data back.
My original example worked ok, but I have done something here to mess
it up. I do have the values coming from the database, but for
simplicity sake I am going to create a static array so we can eliminate
that from the potentional problem list. Any help you can give would be
greatly appreciated!!
We will also assume the variables are all dimmed above. I get no
runtime errors here just nothing for the value :/
labelArray(0) = "Total"
labelArray(1) = "Vacant"
dataArray(0) = "1"
dataArray(1) = "3"
'Create a new chartspace:
ChartSpace1 = New OWC.ChartSpace
'Create a new chart within ChartSpace1:
occupancyChart = ChartSpace1.Charts.Add(0)
'Add a new dataseries within occupancyChart:
occupancyChart_Series1 = occupancyChart.SeriesCollection.Add(0)
'Define occupancyChart_Series1 as pie chart
occupancyChart_Series1.Type =
ChartSpace1.Constants.chChartTypeScatterLineMarkers
'Name the dataseries (name appears in Legend):
occupancyChart_Series1.SetData(OWC.ChartDimensionsEnum.chDimSeriesNames,
OWC.ChartSpecialDataSourcesEnum.chDataLiteral, "Chart1_Series1")
'Populate values from array:
occupancyChart_Series1.SetData(OWC.ChartDimensionsEnum.chDimCategories,
OWC.ChartSpecialDataSourcesEnum.chDataLiteral, labelArray)
occupancyChart_Series1.SetData(OWC.ChartDimensionsEnum.chDimValues,
OWC.ChartSpecialDataSourcesEnum.chDataLiteral, dataArray)
'Format the chart elements.
With occupancyChart
.HasLegend = True
.Legend.Position =
OWC.ChartLegendPositionEnum.chLegendPositionBottom
.HasTitle = True
.Title.Caption = "Total Occupancy For All Unit Types"
.Axes(0).HasTitle = True
.Axes(0).Title.Caption = "Total Units"
.Axes(1).HasTitle = True
.Axes(1).Title.Caption = "Total Vacant Units"
End With
'Return the new chart in GIF format.
Response.Buffer = True
Response.ContentType = "image/gif"
Response.BinaryWrite(ChartSpace1.GetPicture("gif", 500, 400))
Response.End()
5.Public Folders: What am I doing wrong?
Hi all,
I'm not new to Outlook but I am new to Public Folders. I've had our admin
create a public folder and set me as owner.
Outlook's help clearly states "Public folders can contain any type of
Outlook folder item such as messages, appointments, contacts, tasks, journal
entries, notes, forms, files, and postings" but when I add any type of item
to a folder it just looks like a posting. The only other type of object I
seem to be able to add is a file.
I can't find anything else in Outlook's help to show how to actually add
anything to a public folder.
What am I missing/doing wrong?
--
Sean.
6. What am I doing wrong?
7. What am I doing wrong!??
8. Outlook Custom Form...what am I doing wrong?