After the mnu is showing from a right click of the mouse is there a way that the mnu can stay up on the screen so a user can check several mnu items?. The mnu right now will close after a user checks just one item. Help anyone?. There are only two things universal in this world...'Hydrogen and...
You need to tell more about the file an its origin..along with what it is used for...text file,data base,coding..etc...If it was encrypted then what with?Anyone can encrypt a file and give it an extention specific to its program..a lot more file info is needed....in order to help you... There...
replace the msgbox with the form you want...
Sorry about that I switched to Decafe' so I'm alittle slow today...
<---CuJo There are only two things universal in this world...'Hydrogen and Stupidity'
Your going at it all wrong bateman23......
first off a timer is not what you want to use because of the enable disable sux's when you want it to start and stop.
get rid of the TIMER....and do this..
Private Sub Text1_Change()
Do
DoEvents
Timeout (5) 'set this secs. to what you want...
Why don't you just disable the update button until the user clicks the add button. That way there is no clicking update by mistake or until the add button is activated or until a user puts text in one of the data fields.
<---CuJo There are only two things universal in this world...'Hydrogen...
Hm.....I'm understanding you're question right.
The first place i would look is when you load the gaphics for you Label/buttons on the design machine is to make sure the path is the same or is going to be the same path it will have when the compiled program is installed on the users machine. if...
Why are you printing text to a form?.....Use a frame or text box on the form to print the text to with the properties set to flat and no border...then scroll the frame or text box with a scrollbar.....something like text1.top = scrollbar1.value.....well something like that.......
seems to me someone forgot to put a
on error resume next
in the program.....
can i ask why are you using ADO 2.5...????
you should be using Microsoft DAO 3.51.....
Just make a label and the caption will depend on the items checked if a listbox item is checked the the label caption will be +1 if an item is unchecked the the label caption will be -1 your answer will be based on the label caption..which can be hidden and called up later..
Ok guys here's one for ya...
I have a form with no border...it has an Image with a BMP or JPG loaded stretch to fit. There are 7 labels all in rows aligned with the image left side. Think of it as a page from a book or magazine.
I have a label acting like a button used as the print command. I...
glass is very easy...
just set the material transparent percentage of about 10
and set the reflect/refrac to about 5 depending on how much reflection you want....
On load_form()
Data1.DataBasename = ""
end if
On command_click()
Data1.DataBasename = "C:\Whatever.database"
Data1.refresh
end if
set your combobox datasource to data1
set your combobox datafield to the data1 field you want it to show
Anyone know how i would print this form.....
The form is borderless and has an Imagebox and several labels which have diff. captions. I want to be able to open this form and click a button that will print the form with the Imagebox and the label captions within an 8x11 portrait orientation. In...
I am making a Self Extracting file program to use inhouse for our CADD files...that is for when we exchange files with ARCH. ENG. etc....Does anyone have any information on making the build .EXE portion of the program... I can take the CADD files and pack them in a file with an extention of the...
If your using a database then i hope your using a DBCombo box... Anyway in the MouseDown event of the DBCombo put this code and i hope i got it right....
Dim sBookmark As String
sBookmark = WhateverDBCombo1.SelectedItem
WhateverData1.Recordset.Bookmark = sBookmark
now if all the text box's on...
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.