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 IamaSherpa 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: *

  1. haoose

    tk_getOpenFile question

    Hi all, I was wondering if anyone has encountered the following situation using "tk_getOpenFile" dialog box: I have been using Prowish 8.0 with my application and I have used the following command to open files: set file_selected [ file nativename [ tk_getOpenFile \ -title $win_title \...
  2. haoose

    TCOM and TclPro1.1 (8.0)

    Hi All, I am trying to add tcom to my tcl application but tcom 3.9 was developed for Tcl/Tk 8.2 or later for Windows. Are there older versions of tcom that are compatible with old versions of Tcl/Tk 8.0? Thanks
  3. haoose

    Balloon pop-up

    Hi All, Is there a way for Tcl/Tk to automatically position a balloon pop-up so that it does not go off the screen, like MS Windows apps do? I have not been able to find a work around for this balloon/mouse pointer problem. I can not get around the fact that a balloon will not display if it is...
  4. haoose

    Balloon pop-up

    Thanks Bob, I think I see exactly what's happeening. It appears that the balloonhelp will not pop-up if the mouse pointer is within the region/area that the balloon is displayed. The final x and y left-corner coordinates is fixed. I will have to do something like you mentioned and check for...
  5. haoose

    Balloon pop-up

    Hi Bob, Thanks for the prompt reply. I was able to fix the problem I was having with the limitation on my pop-up. I found a the balloon.tcl example code and it worked great. Actually, now I am having trouble with the positioning of my balloonhelp labels.I have a hand full of lengthy balloons...
  6. haoose

    Balloon pop-up

    Hi everyone, I have balloon windows that pop-up whenever I place the mouse pointer over a button. Recently I tried extending the length of the balloon text but when I did this the balloon did not even pop-up. If anyone has ever experienced this problem and has a solution for it I would...
  7. haoose

    Problems with TclApp finding package

    Hi everyone, Recently I purchase ActiveState's Tcl Dev Kit 3.2 hoping that it would make creating a standalone application much easier. (I installed ActiveState 8.4.13.0 before the Dev Kit). But, I'm still running into difficulties. I am running the TclApp provided by the Dev Kit but when I...
  8. haoose

    Auto Number Assistance

    Hello everyone, I'm having problems within the IsLoaded function. Initially I was using Access 2002, but now I have to install the database in a computer with Access 2000. When I select "Reports" (in 2000 version), my date range entry form appears (as expected), but if I try to preview a...
  9. haoose

    Auto Number Assistance

    Roy-Vidar, Thank you so much. I had most of the code you recommended but only because the wizards had included it. You description helped me understand it all and most importantly: the IsLoaded function made it all work. Take care and Thanks again. Oliver
  10. haoose

    Auto Number Assistance

    Paul, The user opens a (there are 4 different reports each with a different criteria) report by double clicking on it in the main window. The code that opens the form is in the report "On Open", "On Close", etc. I have included a command button on the form that cancels the...
  11. haoose

    Auto Number Assistance

    Hey Paul, Thanks again for the help. Maybe you can help me with this other problem I'm having. I've gotten help before but I'm still not clear. I've created a report that when opened (double clicked) first opens an entry form. When the user enters the data the report is generated.BUT, if the...
  12. haoose

    Auto Number Assistance

    Hellow everyone, What if I have created a database and filled it with bogus data just to verify my design. How can I erase all the bogus data (this part is simple) and resest my autonumber to zero so that I can start entering real data in my database? I've tried using the "Change the...
  13. haoose

    Error Message

    Ken, Got it. Now just one last question how do I make the form invisible. Is the following code correct? Private Sub Report_Close() .... .... Me.Visible = False End Sub and then Private Sub Report_Open() .... .... Me.Visible = True End Sub Thanks Again. I think I understand now.
  14. haoose

    Error Message

    Hi Ken, Thanks for the reply. Let me try and clear up a few things so that you can help me better. Yes, I have a report based on a query, which has criteria, for which the values are found on a form. Now, the way I have it set up, when I double click (or open) a report first my form pops up...
  15. haoose

    Error Message

    Hi Everyone, I have created a report that when selected prompts the user for a range of dates (which are entered in a Form). Everything seems to be okay except when a user closes the form or exits from the form before entering any dates. When a user closes the form a generic entry box...

Part and Inventory Search

Back
Top