Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Shelyn
  • Content: Threads
  • Order by date
  1. Shelyn

    Menu Links Tab Indexes Acted Weird

    Hi All, I am new to the ASP.net and am trying to get this menu links work. I have the style classes for active link and inactive link. And here is the coding to load the path to the datalist. currPath + "leaveSelMyNotification.aspx?TabIndex = 1" It works well that it can trace the current...
  2. Shelyn

    How to insert data from data table in one batch?

    Hi All, I have a data table with hundreds of records and would like to insert them to the database in one batch. Below is my coding. But it gives me error at the da.Update(dt). What's wrong? Private Sub InsertGLTable(ByVal GLRec As DataTable) Dim conn As New...
  3. Shelyn

    The value doesn't appear in the inherited user control!!!

    Hi All, I created a text field user control (txtDouble), in which I do all the validation in this text field to only allow double data type to be entered. In the form, any fields that need only double data type entry, I will inherit my user control (txtDouble). But I don't understand why the...
  4. Shelyn

    Print report in PDF file format.

    Hi All, What's the best and easiest way to print the report in PDF file format? All the data are retrieved from the DB and need to be previewed in PDF file. How can I do that? Thanks
  5. Shelyn

    How can I call a function from the expression?

    Hi All, I have scalar function in which I wish to call it to return me the value for my field in the report. How can I call the function from the expression to return me the value? Thanks, Shelyn
  6. Shelyn

    Error message on Varying data types

    Hi All, I received this error message on the reporting: The value expression for the textbox ‘RoleSR’ uses an aggregate function on data of varying data types. Here is my expression: =IIF( Fields!SubtRate.Value = 0, Fields!Scores.Value , (sum( Fields!SubtSR.Value) * Fields!RoleRate.Value) /...
  7. Shelyn

    Aggregate function in reporting

    Hi All, Since the edit field does not allow aggregate function, so I use text box to do the aggregate function. But when I want to sum up or average up my text box, it does not allow aggregate function for ReportItems also. So what is the way I can do my report? I would like to average...
  8. Shelyn

    Mid Function

    Hi All, What is the Mid Function for Visual C++? Anyone has example for it? Thanks in advance.
  9. Shelyn

    Build DLL

    Hi All, I am new in using Visual C++, I would like to write a simple function and compile it to DLL file. How should I start it? I don't even know how to create the DLL file, where should I get the example to learn it? Thanks a lot.
  10. Shelyn

    Lock the certain table from being accessed

    Is there any function in the Sybase ASA that can lock the certain table from being accessed by outsider? Like set the password to certain table so that only authorized people with the password can access that table. Or is there any very secure way to lock the whole database from being accessed...

Part and Inventory Search

Back
Top