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 strongm 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. atray04

    pre-loader help

    no, I do not need a bracket there. Since the if statement is just one line there is no need for brackets.
  2. atray04

    pre-loader help

    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...
  3. atray04

    3d menu help

    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...
  4. atray04

    Need to shrink footer only

    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
  5. atray04

    filedialog

    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
  6. atray04

    cangrow control property

    Thank you that worked perfectly. Well it looks like I have all of my problems finally fixed. -ATray
  7. atray04

    cangrow control property

    i think I might be getting the #error becuase my other textbox control source points to a integer. How would I fix this?
  8. atray04

    cangrow control property

    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
  9. atray04

    cangrow control property

    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#.
  10. atray04

    browse files in access 2000

    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.
  11. atray04

    cangrow control property

    do you know why I might be receiving this error? -ATray
  12. atray04

    browse files in access 2000

    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...
  13. atray04

    filedialog

    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)...
  14. atray04

    cangrow control property

    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.
  15. atray04

    cangrow control property

    Everything works perfectly except that the labels seem to disappear for every record.
  16. atray04

    cangrow control property

    that sounds like a possibility. Would I put it in the print event for details? And would it do this sellectively for each report?
  17. atray04

    cangrow control property

    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.
  18. atray04

    cangrow control property

    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.
  19. atray04

    cangrow control property

    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?
  20. atray04

    grouping items on same report

    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...

Part and Inventory Search

Back
Top