Search:

Type: Posts; User: Mark Sreeves

Page 1 of 13 1 2 3 4

Search: Search took 1.10 seconds.

  1. Replies
    4
    Views
    450

    session.LCID will [probably] set the date format...

    session.LCID will [probably] set the date format for the ASPs but doesn't filter through to the VB DLLs
  2. Replies
    4
    Views
    450

    Date format problem

    I'm doing some alterations to some ASPs and having a problem with date formats
    The ASPs use VB DLLs and write to an Oracle database

    the database requires dats to be in dd/mm/yyyy format

    If I...
  3. Replies
    0
    Views
    311

    Resource file problem

    I'm making some alterations to an application which uses a resource file.

    In the past I've always used a .rc file and the resource complier to create the .res file.

    The .res file in this...
  4. Replies
    3
    Views
    456

    Thanks for the...

    Thanks for the help.http://www.vbforums.com/images/icons/icon14.gif
  5. Replies
    3
    Views
    456

    IIS Caching

    my logon page posts to a validation page which then respose.redirects to the welcome page.

    on the welcome page there is a A HREF link to claim.asp.

    If I change the welcome page, the updated...
  6. Replies
    4
    Views
    420

    But I'm compiling against it using binary...

    But I'm compiling against it using binary compatability so surely it has to be registered.
  7. Replies
    4
    Views
    420

    DLL Problem

    I've got a VB DLL on my PC which is not used by anything.

    When I come to compile it I get a "Permission Denied" message. If I reboot, I can then overwrite the old DLL OK.

    I've had this problem...
  8. looked promising... ...didn't work though :(

    looked promising...

    ...didn't work though :(
  9. and? How do I put text into it?

    and?

    How do I put text into it?
  10. Because I don't want to!

    Because I don't want to!
  11. I don't want to just use a file called ...

    I don't want to just use a file called "Untitled" either! :)
  12. Open notepad and display text which isn't in a file

    How can I open notepad and display text which isn't in a file?

    My prog processes an input file to create some output text.

    I have a button
    "open in notepad"

    I want it to open notepad with...
  13. Replies
    3
    Views
    332

    The web servers, app servers and db servers are...

    The web servers, app servers and db servers are all Solaris. It seems a bit excessive having to buy extra kit just to run one application.


    I'll look into VMWare, Thanks!
  14. Replies
    3
    Views
    332

    NT shell for Solaris?

    I've got an app which is NT only but I want to run it on a Solaris box.

    Does anyone know of a way of doing this?

    Preferably not open source stuff
  15. Replies
    8
    Views
    524

    Why are you developing for such an old browser?

    Why are you developing for such an old browser?
  16. Replies
    8
    Views
    524

    Why do you need labels anyway? They look a bit...

    Why do you need labels anyway?

    They look a bit pointless to me
  17. Replies
    8
    Views
    524

    What version of Netscape are you using? I've...

    What version of Netscape are you using?
    I've never used labels but they should work with Netscape 6+
  18. Replies
    8
    Views
    509

    Try this:

    Try this:



    <html>
    <head>

    <script language="JavaScript1.2"><!--
    function regular(string) {
    if (string.search(/^[0-9]*$/) != -1)
  19. Replies
    8
    Views
    509

    this might help: ...

    this might help:




    <html>
    <head>

    <script language="JavaScript1.2"><!--
    function regular(string) {
  20. Replies
    8
    Views
    509

    Have you got several textboxes then? Are you...

    Have you got several textboxes then?

    Are you submitting the form somewhere?
  21. Thread: Link

    by Mark Sreeves
    Replies
    1
    Views
    359

    you can start your paths with / is that what...

    you can start your paths with /

    is that what you mean
  22. Replies
    8
    Views
    509

    <html>
    <head>

    <script language="JavaScript1.2"><!--
    function regular(string) {
    if (string.search(/^[0-9]*$/) != -1)
    return true;
    else
    return false;
    }
  23. Sounds painfully slow to me! Each time the...

    Sounds painfully slow to me!

    Each time the user types a letter in the dropdown box the page will have to be refreshed from the server. Yuk!
  24. Replies
    3
    Views
    851

    Sounds to me like a job for radio buttons rather...

    Sounds to me like a job for radio buttons rather than check boxes



    <form method="post" action="">
    <input type="radio" name="opt1">Option 1<br>
    <input type="radio" name="opt1">Option 2<br>...
  25. Replies
    2
    Views
    411

    A project I'm working on creates webpages with a...

    A project I'm working on creates webpages with a variable amount of data in it

    The data is in rows in a table each row having text, 2 textboxes and a select control with 3 options.

    There can be...
  26. Replies
    2
    Views
    411

    Capture spec of client PC

    I know how to get the OS info and stuff like that for the PC a user is accessing a webpage with, but is it possible to find out hardware information such as ammount of RAM and processor speed?

    ...
  27. Replies
    7
    Views
    538

    Thanks Gaffer ;)

    Thanks Gaffer ;)
  28. Replies
    7
    Views
    538

    Er... um... The shell script will run on the...

    Er... um...

    The shell script will run on the same server as the Oracle database sits and I need it to be kicked off by a trigger.

    Is this possible?
  29. Replies
    7
    Views
    538

    Re: Re: Oracle Question

    A trigger
  30. Replies
    7
    Views
    538

    Oracle Question

    Is it possible to invoke an external process eg. java app or shell script from a stored procedure?



    Thanks
  31. Re: OK Brits, when were you going to tell me about this site!

    Strange,

    I'm sure it was mentioned in a thread about 6 months ago but I can't find it now.

    This thread will amuse you
    http://www.vbforums.com/showthread.php?threadid=168348

    :D
  32. Replies
    5
    Views
    454

    I wasn't aware you could do that sort of event...

    I wasn't aware you could do that sort of event handler on netscape
  33. Replies
    5
    Views
    485

    Does the link "behind" the button change then?

    Does the link "behind" the button change then?
  34. Replies
    5
    Views
    485

    How about urlmon.dll? Declare Function...

    How about urlmon.dll?




    Declare Function URLDownloadToFile _
    Lib "urlmon.dll" Alias "URLDownloadToFileA" ( _
    ByVal pCaller As Long, _
    ByVal szURL As String, _
    ByVal szFileName As...
  35. Replies
    4
    Views
    517

    Sussed it now:)

    Sussed it now:)
  36. Replies
    4
    Views
    517

    According to the MSDN site I can Any ideas...

    According to the MSDN site I can


    Any ideas why the options aren't showing in the select?



    <html>
    <head>
  37. Thread: Ipix

    by Mark Sreeves
    Replies
    9
    Views
    478

    How's the picture made? Is it a whole set of...

    How's the picture made?
    Is it a whole set of images blended together?
  38. Thread: Ipix

    by Mark Sreeves
    Replies
    9
    Views
    478

    Ipix

    Have you ever seen this sort of thing before?

    http://www.bbc.co.uk/cbbc/bluepeter/pets/ipix.html
    (plugin download required)
  39. Replies
    3
    Views
    441

    subtracting 0 from a string will convert it to a...

    subtracting 0 from a string will convert it to a number
  40. Replies
    4
    Views
    517

    Thanks for that Lee Having given it some...

    Thanks for that Lee

    Having given it some thought, the page is so complicated that I think I'll use the reloading method instead.


    Thanks
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width