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...
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)...
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?
Hi, I have a list of values and I want to hide all of the 0s and move the list up so there are no spaces. Is there a easy way of doing this?
Thanxs,
ATray
This is kind of a follow up to my recent post titled:
setting criteria to select information from records
I have a query that has a bunch of fields. The 2 fields that I would like to change are item and itemvalue. I would like to take each item and make it into its own field along with its...
I have a 2 fields that I am trying use dynamically in my report: item and itemid. When I run my report each item is listed once for each record. I am trying to group the records by file information and a record or file may have more than just one item.
Heres an example of what I have:
record...
I am having a problem with my current query. I have a query that looks at all of my records and if a value in a record is less than 3 show the whole record and generates them in a report.
My problem is that I would also like to have a report with only the values less than 3 within that report...
heres my code:
Me refers to my report and walkways is a textbox
If Me.Controls!Walkways.Text > "2" Then
Me.Controls!Walkways.Visible = False
Me.Controls![Walkways Label].Visible = False
End If
I am trying to check to see if the value in my text box is bigger than 2, but...
I have finished my macro that takes workbooks of data and compiles it into a single workbook. My next step is to do this, but take the data off of the local intranet, on a sql server. When I go to the page on the intranet it has a form once I fill out the necessary fields I can get my excel...
I have finished my macro that takes workbooks of data and compiles it into a single workbook. My next step is to do this, but take the data off of the local intranet, on a sql server. When I go to the page on the intranet it has a form once I fill out the necessary fields I can get my excel...
I have selected a range of cells, but when I open the workbook the cells are still selected. I tried to find a deselect method, but I could not find one in the help files. Does anyone know of a way that I can do this?
I am writing a VBA macro in Excel and I might eventually need to get the data from a SQL server. I have never used SQl so I was needing to know what to do once I have access to the server. Is there a place for me to go to get more information on this or are there some basic things you could...
I am trying to copy parts of a spreadsheet from one workbook and appending it to the first column of the next free row. I looked for a append method and I could not find one so I was going to create a variable to hold what row I am on. Does this seem about right or is there a easier way...
I have a case statement and I am trying to search for part of a sentence in a string so that I can use that in my case. I am thinking that I will need to use a length function and get the part of gthe string I want that way. Heres the code that I am using minus the length method.
fName =...
This is actually in reference to some code that xlbo posted earlier. He used this line: For Each c In [Files]
now if the column Files is in a different work book how would I change that? I thought that maybe you could just say wb.Files or maybe activate that workbook and then search the files...
I have tried many different way to select a worksheet in vba. Heres my code:
Set ws = tWB.Names("CC").Activate
now I also tried something like this:
Set ws = tWB.Worksheets(object required).Activate
now this is where I was thrown off, because they required a index which I thought was...
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.