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 TouchToneTommy 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: radiance
  • Order by date
  1. radiance

    how to supply parameter for detailsView

    I have: myComm.Parameters.Add("@RequestID", SqlDbType.Int, 4); is this what you mean?
  2. radiance

    how to supply parameter for detailsView

    I am coding in C#, visual studio 2005. I sucessfully created the data for my datagrid. I created the connection string, an adapter, dataset and filled the dataset before binding to the mainGrid. I created a detailsView in the (I still have more to do with this application, like update...
  3. radiance

    what is the best way to add details view from master grid

    I am relatively new to C# and I am using visual studio 2005. However, I am stuck on how to show details once a user selects a record. Currently, the record is highlighted, but I don't know how to present the additional details (which is a mini-cart). I have other button options too (Select...
  4. radiance

    Unable to enter text in text box

    no one has altered security. i have full access to the app. I figured out that the field for dubs works when i am adding a record and I have the 'dubs' field now as unbound. is this ok? changes can't be made when the field is bound... but, when I insert the number of dubs and I have...
  5. radiance

    Unable to enter text in text box

    1) I compiled and there are no errors. 2) I created another field in the table and called it dubs, I still can't enter anything (text or numbers). 3) I removed the field in my form and copied it back over and nothing works. In my editrec_Click() sub below, once the user clicks yes to the...
  6. radiance

    Unable to enter text in text box

    i checked all of the properties and nothing is locked. this was formerly a 97 application which i had to resurrect and convert to 2000. i read that there may be some issues during conversion, which i am having.
  7. radiance

    Unable to enter text in text box

    i can't enter anything. i just get a beep when i try to enter values. I have been trying to make changes, but nothing seems to work.
  8. radiance

    Unable to enter text in text box

    I had to update an access 97 database to access 2000. i modified a few of the objects. however when I run the application for testing, I can not enter numeric values or select entries from the subform. what could be some reasons behind this? allowEdits is set to yes, I have changed...
  9. radiance

    need to display data correctly in excel

    i am getting a comexception error once I add this statement...not sure why..
  10. radiance

    need to display data correctly in excel

    Hello. I need to write data to excel. The problem is not writing the data to excel, but how to render the data in the format that my client seeks. The data is currently output as: select * from fullViewPrg, where the test fields are as follows: program, platformType, directRights, cleared...
  11. radiance

    problem formatting excel data

    Hello. I need to write data to excel. The problem is not writing the data to excel, but how to render the data in the format that my client seeks. The data is currently output as: select * from fullViewPrg, where the test fields are as follows: program, platformType, directRights, cleared...
  12. radiance

    use distinct or exist statement with multiple select?

    sorry, that doesn't help me. my view is : VIEW: dsp_FULLStream sample columns are program, validStream, charge where 'program' may be listed a few times, but not the 'charge'.
  13. radiance

    use distinct or exist statement with multiple select?

    Hi. i need to show a set of records based on the programs in the system. some of the programs are listed as duplicates, so i still need to show the actual program and the values for it; I don't think using distinct will be the answer, since I still need to show all values. ie: PROGRAM...
  14. radiance

    Getting error: 'Member not found', what does this mean?

    thanks guys for your help... I revised my code and the export works successfully! Thank you!
  15. radiance

    Getting error: 'Member not found', what does this mean?

    i made quite a few changes (used an example from microsoft to steer me in the right direction), however, I am still getting "Data source name not found and no default driver specified" or sometimes i get the wrong arguments error on the export button click. although my sub calls the connection...
  16. radiance

    Getting error: 'Member not found', what does this mean?

    thank you. i am going to try everything mentioned. I have done the excel export successfully for the web, but just can't get this example.
  17. radiance

    Getting error: 'Member not found', what does this mean?

    it's a web application. sorry.
  18. radiance

    Getting error: 'Member not found', what does this mean?

    Hello. I have a button that the user selects to export the data to excel. I have 2 problems: 1) I am getting a major error on the export of the dataset to excel (once the user clicks 'Export') Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND)) 2) When I just put...
  19. radiance

    how can i export to excel, sql data that uses parameters

    so i need to place another object, grid within my form? is there no other way, since I have the values within a drop-down?
  20. radiance

    how do you use sql views in asp.net?

    ok...but is there a way to select certain parameters from the view?

Part and Inventory Search

Back
Top