I have created a topic search page and results page. The search page has a text field where the user can enter in any topic or keyword they would like then...
ddarowz@...
Jul 2, 2001 1:28 pm
1302
Anybody know how to repeat a region into two or more columns in a table? _________________________________________________________________ Get your FREE...
Eric Kaiser
sunjournal@...
Jul 2, 2001 8:35 pm
1303
I would need to see the recordset you are using to retrieve your search results. My guess is it's a AND versus OR SQL coding problem. You may also want to look...
Eric Kaiser
sunjournal@...
Jul 2, 2001 8:39 pm
1304
There's a Horizontal Looper SB that creates this for you. Can't remember where I got it from, if you want I can mail it direct to you. JM ... From: Eric Kaiser...
John Miles
JOHNM@...
Jul 3, 2001 12:19 am
1305
Greetings. I'd like to have the color of text supplied dynamically change color us the user rolls over it with the mouse (obviously can't do it as an image...
stratcat@...
Jul 3, 2001 3:05 pm
1306
sure, mail it to: ekaiser@..., thanks. ... _________________________________________________________________ Get your FREE download of MSN Explorer...
Eric Kaiser
sunjournal@...
Jul 3, 2001 3:25 pm
1307
Not sure what platform you are on, but you can do this with a style sheet. I assume this text will be hyperlinks, so in your style sheet just create a style...
Eric Kaiser
sunjournal@...
Jul 3, 2001 3:32 pm
1308
Can anyone tell me where I can find info regarding setting up IIS with Ultradev Livedata.I run W2000 server. The asp all works correctly, but Live data not. Do...
Richard@...
Jul 3, 2001 3:33 pm
1309
Eric, thanks for the info, but I have a question. I went to the CSS pallet, added a links1 style definition, decorations to none, color "awful green" (just to...
Jackson Ball
jacksonball@...
Jul 3, 2001 3:52 pm
1310
I'm assuming this text will be a hyperlink, which means this will not work unless the actual text points to a URL. You apply the style from your Text - CSS...
Eric Kaiser
sunjournal@...
Jul 3, 2001 6:05 pm
1311
Hello everybody, Is there a possibility to tell UltraDev to show all persons that earn more than a certain sum using SQL? At the moment, I have tried to...
Steffi
steffi@...
Jul 3, 2001 9:04 pm
1312
I am populating a very, very big Access DB (and testing the same in SQL). The input and update forms are very long. I want to break the input/update down into...
akwm@...
Jul 4, 2001 1:19 am
1313
I found a good tutorial on this at http://www.learnasp.com/learn/hidden.asp it shows you how to do it.. cheers J ... From: akwm@......
John Miles
JOHNM@...
Jul 4, 2001 1:59 am
1314
Try with ....WHERE Income > 10000 if income is a number field in table Best Rigards, Mihael ... From: "Steffi" <steffi@...> To:...
Mihael Vodeb
mvodeb@...
Jul 4, 2001 6:07 am
1315
Hello Mihael, Thanks for the hint - it worked! Best regards, Steffi ... From: "Mihael Vodeb" <mvodeb@...> To: <BKWeb_UltraDev@yahoogroups.com> Sent:...
Steffi
steffi@...
Jul 4, 2001 6:09 am
1316
Hello again, I want to set up a search for ISBN numbers of books. So I have set up a search page with a textfield called ISBN and a submit button with the...
Steffi
steffi@...
Jul 4, 2001 7:19 am
1317
Hi I have set up a intranet and would like users to download acrobat reader from the intranet site. The reader.exe file is on the root but I am unable to...
bumi@...
Jul 4, 2001 7:35 am
1318
Put a # in the href if you dont want the text to actually be a link <a href="#">text</a> ____________________________________________________________ Do You...
Thayne Saiger
tsaiger@...
Jul 4, 2001 8:07 am
1319
All you have to do is make a hyperlink to the file <a href="acrobat.exe">Download File</a> replace the acrobat.exe with your file name Leighton ... From:...
Leighton Courtney-Jones
leighton@...
Jul 4, 2001 12:09 pm
1320
Hello Stefi, set method to default (usually GET) choose advanced button in data bindings when defining recordset and when you define variables in the column...
Mihael Vodeb
mvodeb@...
Jul 4, 2001 2:05 pm
1321
Dear All, As a Newbie to UltraDev and ASP I need help urgently. My problem is that I have a database with a parent table and three children tables all relating...
Cobus Barnard
c.barnard@...
Jul 5, 2001 9:39 am
1322
Hi I am having a similar problem to Steffi. I've tried the solution given by Mihael...but still the filter will not work. The test works...but not in the...
pam_360@...
Jul 5, 2001 1:26 pm
1323
I'm developing a web application that functions as an employee directory. In the search details page I want to be able to send messages to the person's pager...
masr0006@...
Jul 5, 2001 4:41 pm
1324
I have an image, I want to swap it with another image about every 5 seconds and then back to the original image. Is there an event that I can set that makes it...
gclemmer@...
Jul 5, 2001 7:20 pm
1325
Why not use an animated GIF? Thank You, Jon Peterson Cyberspace HQ ===================================================== General Info:...
Cyberspace HQ (Jon)
jonp@...
Jul 5, 2001 9:44 pm
1326
I apologize in advance if this is a dumb question, but I've been working with UltraDev. I'm trying to create a login following the tutorial on Hiran de...
m_tarby@...
Jul 6, 2001 1:46 pm
1327
... This sounds like a PWS problem. I assume you are using WinME?? Just make sure PWS is up and running, then check that you are using the path; ...
Chris Kench
chris@...
Jul 6, 2001 1:55 pm
1328
Do you have your Personal Web Server running on your PC...? Spencer Boydell-Butt E-Commerce Marketing Executive Titan Travel Ltd., Aviation House, Crossoak...
Spencer Boydell-Butt
sboydell-butt@...
Jul 6, 2001 1:56 pm
1329
From what I can work out this page should be login.asp not login.htm <form name="login" action="login.htm" method="post"> Leighton ... From:...
Leighton Courtney-Jones
leighton@...
Jul 6, 2001 2:03 pm
1330
Thanks Leighton - when I tried that, it gave me an error message that I was able to correct, so everything works perfectly now....