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: golyg
  • Order by date
  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...
  15. golyg

    How to use decode to determine if number is negative

    Perfect. that SIGN() was the key.. Thanks!
  16. golyg

    How to use decode to determine if number is negative

    I have a view that I'm using for CR report. I am using a decode statement so that I can determine which range the specific amount falls in. Just recently, I have come across the need to decode negative numbers. My questions are, how can I include negative numbers correctly? Is there a better...
  17. golyg

    Can I have an embedded Select statement in the Report Selection Expert

    well, ok, my work around didn't work.. here's what I would like to do: I have a report that would contain a line graph for 2 values displayed by year. The values would be for total records for all subjects or for a specific subject. The records(caseIDs) can have mulitple subjects. The user...
  18. golyg

    Getting a Microsoft Cursor Engine error '80040e21' error...

    No, but thanks. I seen that article as well. Actually, here is what was happening. The data that I was retrieving contained a date of: 5/28/0004. For some reason the statement: to_date(date(),'MM/DD/YYYY') was inserting only the last 2 digits, 04 and was being padded with 2 00's. So, when I...
  19. golyg

    Can I have an embedded Select statement in the Report Selection Expert

    Well, I found a work-around. I linked the tables and then check to see if the caseid is equal in both tables... thanks for your help,

Part and Inventory Search

Back
Top