Hi, I get this error message in my page: * Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: '[string: "10:10"]' /bestille.asp, line 46 *...
I'm sorry - I did not explain my question clearly. What I need to do is to give users the option of querying the database and having the results display on the...
This is only a guess. It's definitely tripping on the colon (:) in the "btid" session variable. I have looked and looked, but can't find it explicitly stated...
Linda Norton
lnorton@...
Feb 1, 2002 3:32 pm
2910
That's just requires some hand-coding. Suggestion -- use a radio button to make it an either/or choice. When they click Submit, have it check the contents of...
Linda Norton
lnorton@...
Feb 1, 2002 3:34 pm
2911
Or you could use the javascript located at http://javascript.internet.com/calculators/how-long.html ... From: Linda Norton...
Dave Elliott
davee@...
Feb 1, 2002 4:29 pm
2912
That would work! Any ideas of how/where I can find out how to do the piece that dumps it into an Excel spreadsheet? ... button to make it an either/or choice....
If you want to use UltraDev to automate the task, set up the application, operating on the assumption that it will dump into the Excel spreadsheet. Then copy...
Linda Norton
lnorton@...
Feb 1, 2002 5:19 pm
2914
Hi, That did work. I took out the ":" and it worked as expected. Thank you so much Linda. Rgds, Espen ... From: Linda Norton...
OK! I'll get that done and get back with you. Thanks for your help! ... application, operating on the assumption that it will dump into the Excel spreadsheet....
here's a pretty decent tutorial on writing to excel... http://www.web-savant.com/users/kathi/asp/samples/tut/Export_to_Excel.asp brsprt <brsprt@...>...
I've always had problems with using UD's open browser window behavior. I can never get the window to just pop off the page. It always wants to load the pop up...
Are you loading a picture into the browser? Or text? Or both? If you were going to manually calculate the desired browser size, what factors would you have...
Linda Norton
lnorton@...
Feb 1, 2002 9:06 pm
2919
Hi Linda, Both actually. An ad is loaded with corresponding name, phone, etc... The detail page is set up to have a width of 550 pixels always. It's the depth ...
If it will help, you might want to check out the following paper: http://www.4guysfromrolla.com/webtech/011201-1.shtml It includes code that uses the File...
Linda Norton
lnorton@...
Feb 1, 2002 10:13 pm
2921
I am trying to control the length of a string. This string is a field from a recordset. I would like to display on screen only the first 50 characters of a ...
bobby regan
bregan507@...
Feb 1, 2002 10:17 pm
2922
There is an easier way to do this. Just get this extension: http://www.basic-ultradev.com/articles/DownloadRepeatRegion/index.html Even though it says it's...
Go here: http://www.webuality.com/t-cubed/ext_index.asp and get the "Display X Number of Words" server behaviour... Jerrod Bishop ... From: "bobby regan"...
Why am i getting hundreds of emails from this group ? Please remove me from any listings S Timewell [Non-text portions of this message have been removed]...
Navegalia
marketing@...
Feb 1, 2002 10:47 pm
2925
Hi im nick im new here, I am a beginner at using ultradev, i have only been using it for about 2 months, i am trying to get a access database on line using...
Instead of "LTRIM", just use "LEFT". I believe your code would read: <%=Left(rsServiceCall2.Fields.Item("CallProblem").Value, 50)%> ... From: "Jerrod M....
Linda Norton
lnorton@...
Feb 1, 2002 11:05 pm
2927
What EXACT error messages are you getting? And what are/were you doing when you got those messages? ... From: "nconsola" <evilreaper@...> Reply-To:...
Linda Norton
lnorton@...
Feb 1, 2002 11:10 pm
2928
Ok the first time i ran the asp file i got: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source...
The variable named 'MM_stupid_STRING' is intended to be a pointer to your database via your DSN. The problem is that it can't find that value because your...
Linda Norton
lnorton@...
Feb 2, 2002 2:06 am
2930
I was having a hard time til I found one particular book. I highly recommend you get it as it is written like a tutorial. I've had not trouble following it,...
Kathryn Bassett
kathryn@...
Feb 2, 2002 2:38 am
2931
I'm developing a site for a photographer. Has anyone seen an ASP driven Slide Show or gallery? My objective is to have him upload pic using ASP Upload and...
I am very new to Cold Fusion and have gone through the Tutorial that comes with the software. I have very carefully followed the steps for creating a search...
jacobson_nicole
jacobson_nicole@...
Feb 2, 2002 4:18 am
2933
Yep goto www.kaosweaver.com check out his regards David ... From: "Kevin Stachowski" <kevin@...> To: <BKWeb_UltraDev@yahoogroups.com> Sent: Saturday,...
Hey Nick. Welcome to the group. Are you developing locally on your machine, then moving it on to the server? Are you using a DSN or connection string? I don't...
bobby regan
bregan507@...
Feb 3, 2002 3:24 am
2936
Word UP! Thanks a bunch! ... <%=LTRIM((rsServiceCall2.Fields.Item("CallProblem").Value)), ... %>"><%=(rsServiceCall2.Fields.Item("CallID").Value)%></A></td> ...