Hi,
im trying to understand the relation between the objects in the object model. What is the hierarchy ?
SPSITE
- SPWEB
- SPLIST
- SPWEB
- SPWEB
- SPLIST
- SPLIST
- SPLISTITEM
- SPLISTITEM
SPWEB can be "MySite" ?
SPLIST can be a "General Discussion" ...
Hi,
how can i get all discussions from a Sharepoint Portal ? Like that :
Discussions from http://TheSharepointPortal.com/
Discussion1 path : /dws1/discussion1
Discussion2 path : /dws1/asdf/discussion2
Discussion3 path : /dws3/discussion3
Should i loop through all sites from the...
Hi,
I would like to create a web part (displayed at the Sharepoint portal level) containing the most popular (active) threads contain in different Document workspaces. Can i do that ? If yes, where can i
find information about that ? What should i look for ?
I start using Sharepoint a...
Im a bit lost...
I have created a COM Add-in (.dll) that add a menu in Outlook. I want to include that Add-in in a .MST file.
In the Custom Installation Wizard, where should I put my add-in ? In the "Add installations and run programs" section (deploying my add-in package) ? In the...
Thanks for your response Craig but it didn't work. Ive install the latest MDAC (I don't know where I can tell that all users can access it), but the same error occur.
I really don't know what to do. Any other tips ? Anyone had similar prolems ?
thanks
Frank
Hi,
i've got a problem with my application. Im using VB6 with an access database. In developping on Windows 2000.
When I am log as "administrator" I can run my program without any trouble but if I'm log as a normal user :
1) A message box "Windows Installer-preparing to...
Hi, (CR8.5 (RDC), VB6, Access 2000)
What can i do if I don't want Group headers to be alone at the bottom of a page with the data on the page after...
Ex. :
I have that structure :
Group Header
Detail
Page Header
When the report print, the result is sometimes :
On page 1 :
Group a
data...
Sorry, just solve my problem... SelectPrinter reset some properties. So I have to save some values.
Dim a, b, c
a = Report.PaperSource
b = Report.PaperOrientation
c = Report.PaperSize
Report.SelectPrinter Thedriver, Thedevice, Theport
Report.PaperSource = a...
Hi, im using CR8.5 (RDC), VB6, Access 2000, Windows 2000.
Im trying to use the SelectPrinter method but it crash my system. I'm using the following code :
Report.SelectPrinter Thedriver, Thedevice, Theport
CRViewer1.ReportSource = Report
CRViewer1.ViewReport...
Help me please!
Hi, im using CR8.5 (RDC), VB6, Access 2000, Windows 2000.
(I try to set a recordset as source of a report at runtime.)
I have a form where the user can select criteria for a report. I then construct a dynamic report with the recordset constructed with the criteria. So the...
Hi, im using VB6, rdc(cr8.5), access 2000
How can i get that structure (Im grouping on Code) ?
Code = A
ID 1
ID 2
Code = B
ID 3
ID 4
Code = OTHERS (all the other codes (C, D, E, ETC.) )
ID 5
ID 6
ID 7
(The list of code is not static)
Thanks,
Frank
Hi, (Im using CR8.5(RDC), VB6, Access 2000)
is there a way to call the send mail window from VB6 ? Thats the window where you type the subject, message, etc...
I want to mail a report from VB but I dont want the Export window to appear (where you chosse the Format (pdf) and Destination...
Hi, (VB6, RDC(CR8.5), Access 2000)
Ive got a report with 2 columns. The columns contain numbers. When a row dont have the same number I want to set the second column to bold.
So on the field of the second column ive set the x/2 to this formula :
WhilePrintingRecords;
if strCmp ({@Before}...
Hi, (Im using VB6, CR8.5(RDC), Access 2000)
I used to have the export button on my reports but now he's not there...
I have the "X" button, then the "Print" button, then the "Group Tree" button and finally the "Zoom" combobox.
What's wrong ? Anyone...
A solution would be to have 2 page headers.
"Page header a" is the page header of the front of a page.
"Page header b" is your term and condition page. You have to make the height of this page header big enough so that it will print on one page.
Then you conditionally...
Hi, (VB6, CR8.5(RDC), Access 2000)
I want to format numbers so i dont have decimal after the period.
Something like this :
3/4 instead of 3.0/4.0
The formula I use is :
Count ({ado.ID}, {ado.Group1}) & "/" & {ado.Nb_Members}
How can I do that ?
Thanks,
Frank
... Everything was working until i decide to move my report into a subreport.
To pass my parameters to the subreport I use a shared variable and i change the formula from :
WhileReadingRecords;
IF {?group_by} = "Product Type" THEN {Product_Type.Product Type Name} ELSE...
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.