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 derfloh 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: SarahVandenbroucke
  • Content: Threads
  • Order by date
  1. SarahVandenbroucke

    Tabcontrol: first click

    Hi, I have following problem: a form with a tabcontrol A and on one of the pages of the tabcontrol A, another tabcontrol B. You select the tabpage of tabcontrol A that contains tabcontrol B -> the first page of tabcontrol B is shown. Now the first time you select another tabpage from...
  2. SarahVandenbroucke

    Make image object variable in Crystal Reports 10

    Hi, I wonder if the following is possible: We have a table Person in our database, with the fields p_person and name. (p_person is the unique identifier) We have a folder: C:\Pictures that contains a picture for each record in the table Person. The name of the picture file is the unique...
  3. SarahVandenbroucke

    Problem dataset with datarelation to datagrid

    Hi, I'm having some problems with my datagrid. Its datasource is a dataset, that has a datarelation: objconnection = New OleDbConnection("provider=SQLOLEDB;" ..) objconnection.Open() objDataSet = New DataSet objdataAdapt1 = New OleDbDataAdapter("select * from person", objconnection)...
  4. SarahVandenbroucke

    Problem with exporting datatable to excel

    Hi all, I'm trying to export a datatable to an Excel file. It all seems to be working fine, untill I'm trying to open the excel file with Excel. I can open the file, but it only shows the title bar and menu. You can see the application behind excel through the spreadsheet area... But when...
  5. SarahVandenbroucke

    Problem with MulitlineTextBox

    Hi, I have a webform with a multiline TextBox. So users can enter text here with multiple 'newlines'. The value (lets call it 'Reaction') of the TextBox is saved into the database. Now I want a datagrid that gives an overview of all the 'Reactions' with the newlines. What I'm getting is...
  6. SarahVandenbroucke

    TotalPageCount when working with 'reset page number after'

    On my report I have a Page Header that should only be suppressed on the last page that contains the Report Footer. The problem is that in the report I reset the page number after a group, so I have no idea what the last page is, because TotalPageCount gives the number of pages of each group...

Part and Inventory Search

Back
Top