Hi, I have just purchased UltraDev 4. It seems to be a really great tool for database development. However, is here someone who could help me getting started...
Steffi
steffi@...
Jan 1, 2001 4:40 pm
184
I am currently trying to create a webpage that resides on a redhat linux 6.1 server running tomcat to access a mysql database. I am using ultradev on a win98...
sdunn@...
Jan 2, 2001 8:03 pm
185
Happy New Year everyone. Hope someone can help me out. My team is working on a site where the user picks a state and a state map shows. They then select a...
mshull@...
Jan 3, 2001 1:45 pm
186
Have you tried setting URL Parameters from the link on the image map. Where Name = the name of your variable and Value the value from the records set you are...
m.cursley@...
Jan 3, 2001 3:00 pm
187
Hi, does anybody know how to hide an image or element in Ultradev if a collumn in a recordset is empty Many Thanks...
m.cursley@...
Jan 4, 2001 1:55 pm
188
An if statement eg <% If rsWI.Fields.Item("Price").Value > 0 Then %> $<%= FormatNumber((rsWI.Fields.Item("Price").Value), 0, -2, -2, -2) %> <% Else %> Price on...
Philip Osborne
paos@...
Jan 4, 2001 3:08 pm
189
Hi. I used the dsn-less tutorial on ultradevguru.com I get the error message: Microsoft JET Database Engine error '80004005' Operation must use an updateable...
bimmo2000@...
Jan 5, 2001 8:41 am
190
I had this problem-almost killed me finding out the solution. I had been testing a few db connections and databases and I was pointing to the wrong one when I...
John Miles
JOHNM@...
Jan 5, 2001 9:00 am
191
I'm trying to make a connection from JDBC to ODBC. I'm using JSP with an Access database for development. I have tried everything I know to get this to work. I...
mshull@...
Jan 5, 2001 3:19 pm
192
In addition to what John said you might want also check the version of MDAC your using. Should be greater than 2.1. Paul ... ...
Paul Porter
porterpa@...
Jan 5, 2001 11:46 pm
193
Hi there, Did you also install an ODBC driver? If not, you should do. If it still does not work, I can try and provide further help. Best regards, Steffi ... ...
Steffi
steffi@...
Jan 6, 2001 6:19 am
194
Hi again, Here an addition to my mail before. http://www.macromedia.com/support/ultradev/downloads.html That's the page where Macromedia takes care of your...
Steffi
steffi@...
Jan 6, 2001 6:23 am
195
I am new to ultradev and am trying to install the MFXLogin extension, with no luck. I insert the exntension onto a blank asp page, but when i try to preview...
scalamanga@...
Jan 6, 2001 3:51 pm
196
Hi I had no problems with MFXLogin. Have you created a DSN to the database first? The session variables are there for your code to refer to in later html...
hgibbs@...
Jan 7, 2001 4:44 am
197
Judy, Can't help yet I'm afraid. I have a similar problem - I want to display a list of records, let the user modify checkboxes on one page and then update...
hgibbs@...
Jan 7, 2001 4:50 am
198
I have the following project if anyone is interested Budget: $1,000 - $2,000 ?? Project Details: I have a client who needs the following. Please let me know if...
jjsmd@...
Jan 7, 2001 2:26 pm
199
Thank You very much for your help, i seem to be making headway, but i have come up with another little snag,when i try login the MFXLOGIN redirects me too the...
scalamanga@...
Jan 8, 2001 12:06 pm
200
See, this is my problem. I have done all this. I downloaded and installed the JSP Update, and I have ODBC drivers. I have my DSN already defined. What am I...
mshull@...
Jan 8, 2001 1:16 pm
201
Is there anything either in UltraDev or otherwise that would allow me to pump out a bunch of static pages from UltraDev JSPs? Thanks much. -dh...
dhatch@...
Jan 8, 2001 7:28 pm
202
Hello, Maybe someone here is able to help. Is there a possibility to populate an XML file using UltraDev and a database? And the other way round? If so, please...
Steffi
steffi@...
Jan 9, 2001 7:01 am
203
Hopefully, someone has the knowledge to help me with this one. I want to create a login with UltraDev using the MFXLogin extension, but I want to use it with...
Rob Boyle
i_hitman@...
Jan 9, 2001 8:36 am
204
The MFX Login Ext creates session variables, once logged in they stay with them while they connected. All you need is the scripts on the restricted page that...
Thayne Saiger
thayne.saiger@...
Jan 9, 2001 8:57 am
205
Steffi, I don't know the answer to this one but I need to do the same thing so if you get an answer could you forward it to me. Thanks P.S. I did come across a...
Thayne Saiger
thayne.saiger@...
Jan 9, 2001 9:13 am
206
Thayne, If I have the answer, I'll foward it to you. Regards, Steffi ... From: Thayne Saiger <thayne.saiger@...> To: <BKWeb_UltraDev@egroups.com> Sent:...
Steffi
steffi@...
Jan 9, 2001 10:33 am
207
Does anyone have information which describes functionality/use and initialization of Application Variables? I'm under the impression that they behave much like...
cwatson@...
Jan 9, 2001 7:12 pm
208
Is the user logging in? Why not use session variables? Perry...
Perry LeBlanc
perper@...
Jan 10, 2001 4:30 am
209
Harold, Maybe if we continue to pose the question someone will help? -- hgibbs wrote: Judy, Can't help yet I'm afraid. I have a similar problem - I want to ...
Judith A. Weir
jweir@...
Jan 10, 2001 9:58 pm
210
First, thanks to ron0079@... for help with displaying search criteria on a resulsts page ... it worked perfectly ... Now I have another question for anyone...
august@...
Jan 11, 2001 5:45 am
211
A suggestion, Drop down boxes can have an initial value, make this value the business type field from your database. Best wishes, Thayne Saiger @ Datanet ...
Thayne Saiger
thayne.saiger@...
Jan 11, 2001 8:59 am
212
I've been lurking on the list for awhile, but this is my first post. I'm working in DW Ultradev 1.0 on the Mac, and occasionally, the 'save as' menu item dims...