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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by golyg

  1. golyg

    How to assign a textbox.text value to selected dropdownlist value

    I have a page where the user selects a product. I wish to then populate the textbox value with the selected ddl value to allow them to update the value if necessary. Here's my code: Protected Sub ddlProductFamilies_SelectedIndexChanged(sender As Object, e As EventArgs) Handles...
  2. golyg

    combo box error.

    After reading my previous post, I should have included more information. When user #2 opens the sheet, receives error, the Arrays (AI20, AI28, etc) are not initalized. So that is what is throwing the error. My question is why are they not initialized when the sheet is opened and that worksheet...
  3. golyg

    combo box error.

    Using Excel XP. I receive the following error when I open my workbook that already contains values in comboboxes. A little background... When the value in the first combobox changes, the list in the second dropdown changes. error message: run-time error '380': Could not set the List property...
  4. golyg

    Wireless device Frequency question.

    I see. Thanks.
  5. golyg

    Wireless device Frequency question.

    great links, thanks. Interesting, it seems people may recommend 900mhz over the 2.4Ghz phones. Thanks again,
  6. golyg

    Wireless device Frequency question.

    I was looking into purchasing a cordless phone and a wireless router for my home office this past weekend but noticed that the phone and my wireless router would both use the same frequency, 2.4mHz. I was curious if anyone knows if router technology may move up to 5.8mhz frequency or just always...
  7. golyg

    How is a graph legend data sorted in CR7.0?

    noe more thing: this report is coming from a view.
  8. golyg

    How is a graph legend data sorted in CR7.0?

    I have a report with a bar graph. I've created this report throught the "Report Expert" and in the "Sort" tab I've added a field in which I want the graph to sort by, I've even choosen under "Order", 'specifed order' and to the right of that I specifed the order in which I want to display the...
  9. golyg

    Passing Parameters within a report in CR7.0

    Well, I did mention the word parameter in my description.... anyways, Yes you did hit it on the nose with the parameter can be linked to a subreport field by right clicking the subreport and select change subreport links, then selecting the parameter from the main report, and the field in the...
  10. golyg

    Barcode display looks different in different OS

    I pretty sure CR prints differently depending on the installed print drivers. Install the same print drivers on each machine to see what happens, is that possible? good luck
  11. golyg

    Passing Parameters within a report in CR7.0

    I want a sub-report to use a value that is being returned in the main report. I was thinking that I had to create a parameter value in the sub report for this to happen but now I am always being prompted from the VC++ app (that is where the report is being created..) . any idea how to do...
  12. golyg

    Barcode display looks different in different OS

    Does each machine have the same printer drivers?
  13. golyg

    String manipulation help.

    oh, here is the variable declarations: CString csHint1, csHint2; int nStringLen, nHintLines; char string[257] = ""; thanks so much for the help.
  14. golyg

    String manipulation help.

    I have a string that is coming from a database that I want to break down into seperate parts, in order to view it on the screen, I've decided that they should be no larger than 55 characters. The max length of the initial string is 256 but could be as small as 10.... The string is dynamic. So...

Part and Inventory Search

Back
Top