Search results

  1. I

    Unable to start SQL Server

    I've tried to reboot so many times but still can not start again. Please advise
  2. I

    Unable to start SQL Server

    I just stopped the SQL Server in SQL Server Configuration Manager and currently unable to start again. The error shown as in the attached file. Your guidance is much appreciated. Thanks
  3. I

    Must declare the scalar variable

    I wanna create a service broker, but in the process of creating the dialog, it shows errors as Must declare the scalar variable "@dialog_handle". The last code shows error. Please advise Below is the code: Alter Database ServiceBroker Set Enable_Broker; Create Message Type...
  4. I

    Data Type problem

    It's been solved. Thanks a lot
  5. I

    Data Type problem

    I wanna create a table called CustomerDetails.Clients with the coding below, and it's error is "The definition for column 'iClientID' must include a data type". Please advise to fix it. Thanks Create table CustomerDetails.Clients ( iClientID identity(1,1) constraint pkCliID Primary Key...
  6. I

    Table contents link to pages

    Now, I know why it can't be able to link to topics below because the headings are in normal style, so I changed it to heading style and it works :) I wanna thank you for your patience and guidance. Ice.
  7. I

    Table contents link to pages

    The file weighs >300Kb, so I can't upload here. Hence, I use rapidshare instead. http://rapidshare.com/files/235243168/TOC.rar.html Many thanks for your guidance, Ice.
  8. I

    Table contents link to pages

    It tried exactly your guidance but it still doesn't show the rest of the topics. It says "Error! No table of contents entries found." Any other solution? Please advise
  9. I

    Table contents link to pages

    It works, but there's another issue. In the table of contents, there are 6 topics, I could just be able to link to 3 topics, the rest 3 topics don't show up in the cross-reference. How I add these into the cross-reference? Have you ever faced this situation? Please advise
  10. I

    Table contents link to pages

    I mean I wanna link a curtain topic in the table, for example, introduction to page 2. I know the built-in function in Word 2007, but it doesn't work in my case because I have a designed table based on my format and I wanna link these topics to pages below. Is that clear? If not, pls let me...
  11. I

    Table contents link to pages

    I know that function, but what I need for my case is that I already have a table of contents and I wanna link each topic in the table to a curtain topic below. Do you have any solution for my case?
  12. I

    Table contents link to pages

    I have a table including some topics, then I wanna link each topic to a certain page. For example: this table is in page 1 Table............................... Page -------------------------------- Introduction........................2...
  13. I

    Plus sign before a formula

    Thanks for all responses. I think Lemo's answer is pretty good, just for convenience.
  14. I

    Plus sign before a formula

    I have seen an excel formula like this "=+Link!c9". Anybody tells me what plus sign(+) means? Thanks
  15. I

    writeline problem

    It works dan-cat. Thank you very much for your guidance and your patience to respond to me. Thanks again. Kinds regards, Khoi.
  16. I

    writeline problem

    Can you tell me where i put FileSystem.WriteLine(ByVal FileNumber As Integer, ByVal ParamArray Output() As Object) to prevent error? The error underslines FileSystem as declaration expected. Pls advise
  17. I

    writeline problem

    Sorry for a slow reply. I got a problem with modem. Below is the code: =========================================== Module Module1 Structure Profile Dim firstname As String Dim lastname As String Dim address As String Dim DOB As Date End Structure Sub...
  18. I

    writeline problem

    Another error "Conversion from string "firstname: Quang Khoi" to type 'Integer' is not valid" I don't declare firstname as integer. I wonder why it always says firstname as integer
  19. I

    writeline problem

    It still shows an error "Conversion from string "firstname: Khoi.firstname" to type 'Integer' is not valid" as I have changed as your guidance. Any idea?
  20. I

    writeline problem

    Sorry for a slow reply because your answer was moved to spam. To be honest, I don't understand your guidance. Can you tell me clear?Thanks
Back
Top Bottom