Search the web
Sign In
New User? Sign Up
BKWeb_UltraDev · A support group for Macromedia UltraDev users.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5229 - 5259 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5229
i have saved all other pages in this site as .ASP. I now have the problem where they are almost refusing to open in a browser and instead open in design mode...
ultradanuk
Offline Send Email
Sep 1, 2003
10:42 am
5231
Ok i managed to solve my last problem, only to run in to another problem the error message displayed in the browser is "Error Type: Microsoft OLE DB Provider...
ultradanuk
Offline Send Email
Sep 1, 2003
12:13 pm
5232
is this an update/add/viewing from the DB? ... From: ultradanuk [mailto:itsdanny@...] Sent: Monday, September 01, 2003 3:14 PM To:...
M Tapnack
tapnack
Offline Send Email
Sep 1, 2003
12:46 pm
5233
this happens when the user clicks on the update/submit button. ... refer ... http://docs.yahoo.com/info/terms/...
ultradanuk
Offline Send Email
Sep 1, 2003
1:12 pm
5234
sounds like the RS isnt set to add to the DB, just to read from it. ie: not updateable. try re-do the RS in DW... good luck moshe ... From: ultradanuk...
M Tapnack
tapnack
Offline Send Email
Sep 1, 2003
1:35 pm
5235
Would the fact that I have created a custom conenction string (for a DSN Less connection) have anything to do with it? Dan ... ie: not ... below. ... something...
ultradanuk
Offline Send Email
Sep 1, 2003
3:11 pm
5236
i wouldnt think so. maybe paste all the relevant code here. ... From: ultradanuk [mailto:itsdanny@...] Sent: Monday, September 01, 2003 6:12 PM To:...
M Tapnack
tapnack
Offline Send Email
Sep 1, 2003
3:24 pm
5237
Hi Dan, There is a great article at Macromedia for you to look through: http://www.macromedia.com/support/ultradev/ts/documents/80004005update.h tm Good Luck! ...
Mark Bieganek
mbieg69
Offline Send Email
Sep 1, 2003
6:14 pm
5238
Often happens when there's an error in the update query, ie you're trying to update the wrong table, or you've misspelled a field name, or you're trying to put...
Anna Crooks
anna_crooks
Offline Send Email
Sep 1, 2003
8:21 pm
5239
Thanks for the help i thinnk i've sorted it on my testing machine, proof will be when i upload it onto an ISP server. ... name, or ... wrong ... from ... ...
ultradanuk
Offline Send Email
Sep 2, 2003
12:11 pm
5240
i am trying to use currency to display prices on my asp page. it displays the none type fine but i get an error which says type mismatch. the data is Currency...
ultradanuk
Offline Send Email
Sep 15, 2003
8:17 am
5241
I am trying to use currency to display prices on my asp page. It displays the 'None' type fine but displays 23.00 as 23. I get an error which says 'type...
ultradanuk
Offline Send Email
Sep 15, 2003
8:19 am
5242
What code are you using to format the ASP output into Currency? Show us some code :-) Mark Bieganek ... From: ultradanuk [mailto:itsdanny@...] Sent:...
Mark Bieganek
mbieg69
Offline Send Email
Sep 15, 2003
1:55 pm
5243
This is the code that works: <%=(rsGerman.Fields.Item("Price1").Value)%> this is the code that does not: <%=...
ultradanuk
Offline Send Email
Sep 15, 2003
2:29 pm
5244
Hmm, try this instead: FormatCurrency((rsHouseWines.Fields.Item("Price").Value), -1, -2, -2, -2) And if that doesn't work, try to pass the Field in question...
Mark Bieganek
mbieg69
Offline Send Email
Sep 15, 2003
3:10 pm
5245
Can anyone tell me why I am getting an error in Internet Explorer when looking at this page, and how to correct it? ...
Mark Bieganek
mbieg69
Offline Send Email
Sep 16, 2003
3:11 pm
5246
hI You still have in the <body> tag the following onLoad command: onLoad="MM_preloadImages('images/Layout/001/butIndividual_over.gif','images/ ...
Spencer Boydell-Butt
sboydell-butt@...
Send Email
Sep 16, 2003
3:20 pm
5247
Thanks Martin and Spencer - - simple solution, but my mind is too slow in the morning to figure it out :-) Have a great day! Mark Bieganek ... From: Spencer...
Mark Bieganek
mbieg69
Offline Send Email
Sep 16, 2003
3:22 pm
5248
Having moved on from my previous problem of type mismatch, when i display currency types the browser displays the $ sign, which i don't want because it should...
ultradanuk
Offline Send Email
Sep 17, 2003
9:36 am
5249
with all these issue, its sounds like it makes much more sense to just define the field in the database as a number, instead of currency ...that is if its not...
M Tapnack
tapnack
Offline Send Email
Sep 17, 2003
10:08 am
5250
I know that now. However i seem to have gotten away with it this time and in future will avoid trying to be big and clever at all costs. The K.I.S.S....
ultradanuk
Offline Send Email
Sep 17, 2003
11:46 am
5251
I hava detail page which the client wants to be able to update, it is a drinks menu and so lots of wine recordsets, spirits, hot drinks etc etc. before i start...
ultradanuk
Offline Send Email
Sep 17, 2003
11:59 am
5252
to do that, i would think this might be easiest: build one table, and list ALL drinks in it. one of the fields will be a CATEGORY field - either hot drink,...
M Tapnack
tapnack
Offline Send Email
Sep 17, 2003
12:13 pm
5253
forgot to point out - that then , when you display the menu, you would either disdplay the whole list, grouping by the cat number, or display drinks, according...
M Tapnack
tapnack
Offline Send Email
Sep 17, 2003
12:17 pm
5254
Yeah i've done somthing similar. where each drink is a wine or whatever can then be split by country or drink type. however i have stupidly built the detail...
ultradanuk
Offline Send Email
Sep 17, 2003
12:26 pm
5255
What about creating a DW database and using a field containing link addresses to your existing pages? Field names : Title, Desc, Address(link field). Now you...
Fred Peters
fredpeters555
Offline Send Email
Sep 17, 2003
1:40 pm
5256
Hi Dan, If you don't have access to change the regional settings on the server, you will need to use the Session.LCID command. Doing so will tell the browser...
Mark Bieganek
mbieg69
Offline Send Email
Sep 17, 2003
2:23 pm
5257
I am trying to set up ASP.NET page to send an email(using CDONTS) to an email address returned from a DataSet and I can not get it to work. I can display the...
jmcst25
Offline Send Email
Sep 17, 2003
5:09 pm
5258
I have not worked with ASP.NET yet, but in regular ASP an error like this would mean that you have to declare a certain value with a Dim command in order for...
Mark Bieganek
mbieg69
Offline Send Email
Sep 17, 2003
6:04 pm
5259
The "container" comes from when you insert the dataset field. When you just display the field with this value the "container" is something that is required....
jmcst25
Offline Send Email
Sep 17, 2003
6:29 pm
Messages 5229 - 5259 of 5492   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help