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!

Search results for query: *

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

    Checkbox label

    Is there any way to access the checkbox label in VB. Something like Me!cbx1.Label = "choice 1
  2. dmaytum

    Setting subform source object

    I have 2 subforms (completely independent of each other) on a main form. When I click on a checkbox on subform1, I want to set the SourceObject of subform2. I've tried for a day different combinations but can not figure it out. Is this possible?I've tried putting this into the On_Click event of...
  3. dmaytum

    EIS text box

    I'm getting a limit from a text box control on an EIS. When the user enters something into this textbox and then hits enter, Brio moves the cursor to the next line in the text box. Is there any way to change this behavior so the cursor moves to the next control. Because the text box is only 1...
  4. dmaytum

    Batch file issue with ftp web site

    I'm trying to use a batch file to copy a file from a web site to my local machine. The web site is ftp: // username:password @domain.com. Do I need to reference an ftp file in the batch. I'm not really sure how to go out and grab it. The batch I've been trying is: echo open ftp...
  5. dmaytum

    Brio "unknown error"

    I am getting a error message when I try to open a bqt.document that worked fine for the last year. " An unknown error has occurred. Please restart your application." This happens when I click on the file. I assume it's corrupted. Is there any way to save it?Any thoughts would be appreciated.
  6. dmaytum

    truncate date in Access SQL

    Is there a way to truncate a date field in an Access SQL join statement. I'm joining a date field with a date-time and a field with just a date, but not returning anything since there are no matches. Is there a "trunc" function that can be used in the join statement, like there is in Oracle?
  7. dmaytum

    Informix Datetime

    I'm trying to pull records which were created in the last 30 minutes, but I'm confused with Informix datetimes. My where statement is listed below. row_date is a date type, starttime is a small integer, a typical value for startime is 1800. WHERE (hvdn.row_date = today -1 and (hvdn.starttime)...
  8. dmaytum

    preventing bookmarking an asp page

    Is there an option somewhere to prevent a user from bookmarking an asp web page. I only want them to enter the web site from the home page. I don't want them getting several pages deep into the web site, bookmarking that page and using the bookmark to get into the web site next time.
  9. dmaytum

    Setup workflow based on a mapping's value

    I'm trying to set up an email task in a workflow to run based on a value in a transformation. i.e. In a mapping, I have a expression transformation which calculates a value. Depending on what this value is, I may want to kick off the email task. Is there a way to read the transformation value...
  10. dmaytum

    Unnable to control remote machine with VNC

    I'm using a VNC client to connect to a network machine with VNC services running. I can see the desktop of the remote machine, but the remote cursor does nothing. I can't open anything, I can't send a control-alt-del. Any thoughts? Your help is appreciated.
  11. dmaytum

    replacing data

    I have a table of customer data with a million rows. I also have a excel table of 1000 first names. I'd like to replace all 1 million first names of in the customer table with a name from the excel table. I guess a loop to replace the first thousand names, then go back to the beginning of the...
  12. dmaytum

    secure ODBC connectionf rom Access to Oracle

    Our Access database has several linked Oracle tables which belong to an Oracle database on another machine. When data is uploaded from native Access tables to the Oracle database using a module, is there a way to make the connection secure? Is there some kind of "trusted connection" option? Thanks
  13. dmaytum

    hyperlink file path changing to mapped drive path

    A user logged on to a web site on an intranet from his local machine. The web site contains many links to excel spreadsheets on the network. The hyperlinks to these excel files use absolute paths. i.e //server name/directory name/ excel file name. He then logged on to another machine and all the...
  14. dmaytum

    Excel File Digital Signature

    We were having an issue with the macro security pop-up showing up, so we created a digital signature for our excel file which worked fine, but when we created a link on our web site to the excel file, the excel file had big problems. For example, the chart disappeared... Has anyone posted an...
  15. dmaytum

    Encrypting an Access MDB file

    Anyone know if an Access MDB file can be encrypted. If played with the encrypt/decrypt menu item but I'm not really sure how it works, and documentation seems pretty light so far. Thanks

Part and Inventory Search

Back
Top