I am working on a menu system for my website and I am having trouble going from the loader to the menu. When I run the loader it crashes in flash. And when I run the debugger it appears to work, but runs the whole loader even if the movie has been downloaded. Instead of going to the menu as...
Hi, I am new to flash and actionscript so I am not sure if this is possible. I am trying to create a menu system for a website that looks like the menu system for metroid prime 2:echoes. It seems like I would need to use linear algebra and deal with the hidden line problem to do this. For...
try this:
Me.Notes.CanShrink = True
Me.Notes1.CanShrink = True
If that does not work then try shrinking your 2 text boxes vertically until they are only a hairline. And in the properties change CanShrink and CanGrow to True.
Hope that helps
-ATray
I already tried that code and the error I get is can't find project or library and it points to CurDir. Thats ok I just used the olebound object instead. Thanxs though.
-ATray
Thank this will should fix my problem. How when I do exactly what you say my text box that has the control source pointing to: ="Your label text: " + [txtMyText] shows up as #ERROR? Ill try to messs around with it some more and see if I can fix it.
-ATray
Ok, I put both my text box and label in a separate report. I wasn't exactly sure how to put my report in my main report so I created a textbox and put the control source pointing to the report. Please correct me if that was wrong. So when I view my report I get a error#.
Thank you, I have alreeady looked at those posts and I kept on getting the error library not found. I decided to use a bound object frame and link my pictures that way. This seems to be the easiest approach.
I have been trying to have a button on my form that when clicked will open a windows dialog so that I can browse files and select a image to add to my form. What I have found out is that the easy ways of doing this are in access 2002 and up. So it looks like the way to do this is with an...
Hi, I am trying to open a browse files window and select a file saving it to a string. I have tried a lot of different methods, but nmothing is working. Here is my recent code that I have tried.
Dim fd As FileDialog, myDir As String
Set fd = Application.FileDialog(msoFileDialogFolderPicker)...
That seemed like it would work. I did exactly what you said, but I received the error: Run-time error '2427':
You entered an expression thats has no value.
The expression may refer to an object that has no value, such as a form, a report, or a label control.
It does work, but when I added my labels back to the line it did not work. Can I not have labels on the line? And can I have only one control per line? Ill write an example out in a second.
oops i meant the canshrink property. The visible property does not work, because it only hides it and does not shrink the line.
The CanShrink property is not working though, even after I got rid of everything in the line but the control.
Does anyone know about the can grow property? I am trying to hide a textbox when it is null. I do not have anything else on the line, but it still is not working. Am I missing something?
Well I was trying to keep my example simple. I tried the link, but it does not seem to take care of my problem with the blanks on my report. I think you read my other posts on this project so I will give yous some samples of what I am getting now and what I want to have. Sorry about the...
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.