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 \...
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
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.