Declairing Variables in behavior with ASP VBScript

Okay, I don't know if it a problem outside of VBScript, then maybe this issue is just there. When you declair variable in VBScript, you can not declair the variable of the same name twice. If you do, you get an error.

So the problem is, if I insert an update, insert, and delete behavior on the same page, the code generated by DW declairs common variable. So when you run the page, you get this error of statement.

I normally just go into the code and comment out all but the first instance of the statement. That works very well, but then disappears behavior in the behaviors panel. OK, so this isn't really a big problem because I hand code fairly easily.

However, I like the listed behaviors, if nothing else, so I can see a summary of what I set in the behaviors page. Especially if it's a page I have not messed with the ina while.

Is there a work around that? I have not tried going in and editing behavior. Maybe somehow I could do this and just delete the joint declarations? Any ideas?

Yes it is possible,

Check out this example: http://labs.adobe.com/technologies/spry/samples/form_submission/Submit_and_Validate_Form.p hp.html

and

http://labs.Adobe.com/technologies/Spry/samples/form_submission/SubmitFormWithXHRSample.Ph p.html

for the examples :)

Tags: Dreamweaver

Similar Questions

  • Strange behavior with Scan function

    Hi, I see some weird behaviors with the scan function.  Here's a code (for Interactive execution) window which illustrates what I'm struggling with:

    #include 
    static double value;//    1234567890123456static char buffer[20] = "-  24.612 g    ?";
    static int scanneditems;
    static unsigned char sign, stable;
    static char unit[6];
    
    scanneditems = Scan(buffer, "%s>%c[u]%f%c[d]%s[w5y]%c[u]", &sign, &value, unit, &stable);
    

    The buffer I'm scanning has five parts.  The first character is a sign, the next 8 characters is a floating point number, then there is a space that just throw, then five characters is a string that describes the unit, and the last character is a question mark if the reading is unstable or a space otherwise.  The problem is with the last character.  When I run the above code, the value of the variable 'stable' is 32 (space), when I expect a 63 (question mark).  The other points seem to parse correctly, including the double value and the 'unit' char array that contains [g] [space] [space] [space] [space], which is exactly what I expect that it contains.

    It seems I'm missing something obvious, probably something to do with the way that the scan function manages the spaces, but I just can't understand what it is.  Thank you.

    I'm not sure about how Scan treats spaces, but if you check NumFmtdBytes () after the scan you see 12, which means that it has scanned only the 'g' (fill the rest of 'unit' with spaces according to the modifier there) and read the character immediately following the stability.

    This line correctly reads the entire string and returns bytes 16 analyses by the function, which is what is expected.

    scanneditems = Scan (buffer, "%s > %c [u] %f %c [d] %s [-w5t] [u] %c", & sign, & value, unit, & stable);

  • Dreamweaver CS4 access ASP VBScript - Serverwechsel keine Datenbankanbindung durch

    Seit vielen Jahren am ich an einer application mit Dreamweaver in der Version CS4, und einer Microsoft Access data base. Die Servertechnologie ist ASP mit als script language VBScript.

    Nun official mir mein bisheriger provider a dass mein appearance auf einem veralteten Webserver so welcher die Sicherheitsbestimmungen nicht mehr und von nicht mehr wird supported Microsoft standards. Systembedingt von der Wirtschaftlichkeit Webserver to Pascal Zukunft often werden.

    Was Wenn mein appearance weiter tumors soll, muss das Ganze a new server postage ore werden auch passiert ist schon auf. Ist auf dem neuen Server die data base nicht mehr Nur mit der application can.

    Geändert hat sich folgendes: auf dem previous server so:

    .NET framework 1.1.4322 und 5.8 VB-Script

    Auf dem neuen server so ein Windows-IIS 8 mit ASP 3.5 4.5 und sowie VBScript 5.8.

    DAS sind die ich bekommen habe bisher information. Unklar ist von nach wo wo (ASP? und zu 3.5 ASP VBScript? zu VBScript 5.8) ich upgraden would.

    Mein rat dazu provider (da er selbst keine zu ASP browser skills) einen programmers mit ASP - und Serverkenntnissen zu suchen, der mir die results will im Code physician kann. ICH würde ja auch like meinen Dreamweaver al, faith aber nicht dass ich allein das jetzige problem losen wurde damit, sei denn ich mire frock von a und das möchte ich eher draft.

    VIELLEICHT kann ja mit recht wenig justification die Datenbankverbindung wiederhergestellt werden.

    Oder're gibt einen other provider der mich mit meinem system aufnehmen wurde und mir mehr Zeit gibt something're auf den newest Stand zu bringen.

    WER kann mir helfen oder Tipps give?

    As far as I know, ASP 3.5 and 4.5 is for ASP.NET, which is different from the classic ASP. Dreamweaver used to have server for ASP.NET, but these behaviors have been removed from Dreamweaver CS4, because they were very up to date. Update to the latest version of Dreamweaver will not help you. I wish I could offer more help, but I think that you must find a competent programmer in ASP.NET.

  • Data type of text is not displayed using SQL Server and ASP/VBScript

    Maybe someone help me with this because I used to use PHP/MySQL, but I use for this a Classic ASP/VBScript and MS SQL Server instance and I don't know that much. The scenario is I have an old site that was designed using html tables and I do a CSS/XHTML update on Visual design. As long as we are here, there are some pages that are dynamic and use a MS Access database and we thought it's a good time to upgrade from MS SQL Server (2005, to be exact). No time/money for bringing classic ASP VBScript in ASP .NET.

    Overall, the upgrade went fairly well, especially just to create a new connection to the DB in SQL Server in Dreamweaver after all the tables and data were migrated to SQL Server. Almost everything works as it should. A problem though.

    For some reason, the data of the data type 'text' in SQL Server is not appear (or sometimes appear). I even tried to recreate the recordsets and binds fresh data and the code is more or less identical to what we had before. Anyone know what's happening, or how I can get this data to show?

    I think that there is perhaps some simple and double quotes in the text data and which could be screwing things up. I was hoping there is only a simple function that I could apply the code, but as I said, I don't know.

    Thanks in advance for any help you can provide.

    -Bill

    captcashew wrote:
    > Maybe someone help me with this because I used to use PHP/MySQL, but for this one
    > instance I use Classic ASP/VBScript and MS SQL Server and I do not know
    > that much. The scenario is that I have an old site that was designed using html
    > tables and I do a CSS/XHTML update on Visual design. As long as we
    > are there, there are some pages that are dynamic and that use a MS Access
    > database and we thought it's a good time to upgrade from MS SQL Server
    > (2005, to be exact). No time/money to classic ASP VBScript in ASP.
    > .NET so.
    >
    > Overall, the upgrade went quite well, especially just needed a new
    > connecting to the DB in SQL Server in Dreamweaver after all tables and data
    > have been migrated to SQL Server. Almost everything works as it should. One of the problems
    > If.
    >
    > For some reason, the data of the data type 'text' in SQL Server is not
    > appear (or sometimes appear). I even tried to recreate the recordsets and
    > binds fresh data and the code is more or less identical to what we had
    > front. Anyone know what's happening, or how I can get this data to show?
    >
    > I think that maybe there are single and double quotes in the text
    > data and which could be screwing things up. I was hoping that there is only a simple
    > function I could apply the code, but as I said, I don't know.
    >
    > Thanks in advance for any help you can provide.

    Your text field should be the last of your select statement, as
    its not stored in the table with the other data, its stored elsewhere,
    as a binary object, should be treated differently. Its common
    the migration of the access problem.

    If you need more of 8000 characters stick with him, otherwise use
    varchar (8000) or nvarchar (4000) If you need (limited unicode characters
    4,000 cos of the double byte characters)

    Dooza
    --
    Display guidelines
    http://www.Adobe.com/support/forums/guidelines.html
    How to ask Smart Questions
    http://www.CatB.org/ESR/FAQs/smart-questions.html

  • Unexpected behavior with the Option "record in the result.

    Hello

    I have unexpected behavior with the Option "record in the result.

    I have a few steps in the subsequence 'X', this subsequence passes a Boolean parameter. According to the value of the parameter I change the "Recorgind results" Option to report it or not. The thing is that if 'result Recorgind' set at race time I modofy by changing the value of Step.ResultRecordingOption to "Enable" and "Disable", the step is not reported until the same sous-suite 'X' is called for the second time (without changing the parameter passed).

    For example: (Preconditon: result Recorgind Option of all value sous-suite x are defined as Disable)

    1 CallSubsequenceX(Parameter: Enable)

    2 CallSubsequenceX(Parameter: Enable)

    3 CallSubsequenceX(Parameter: Disable)

    4 CallSubsequenceX(Parameter: Disable)

    Expected result:

    1. measures have been reported.

    2. measures have been reported.

    3. measures have not been reported.

    4. measures have not been reported.

    Result:

    1. measures would not same value Step.ResultRecordingOption has been changed to 'enable '. (Not Ok)

    2. measures have been reported. (Ok)

    3. measures reported same value Step.ResultRecordingOption has been changed to 'disable '. (Not Ok)

    4. measures have not been reported. (Ok)

    I use TestStand 2013 (5.1.0.226)

    Thanks in advance.

    -Josymar.

    Hi josymar_guzman,

    I just review the sequence and indeed we´re experience unexpected behavior with the Step.ResultRecordingOption callback. By a reason when you run the callback in the expression before each step section, the statement runs only until the next sequence is called, which is not what we want.

    To avoid this, you can place a statement before each step of the sequence, so you can change the State of the Option "record result" for the sequence running (and it is only the following). You can try something like this

    where the expression of the statement will be the recall "RunState.NextStep.ResultRecordingOption is YourCondition". With this, we guarantee that the results of the next step will be saved or not. I also remove the expression in the expression prior to each step section, because the condition is now on the statement before each step.

    I tried and it works fine. I´ll set the sequence that you share with me, with the changes. I hope this will help you and solve your problem.

  • Weird behavior with Signal to simulate and loops

    I'm having a weird behavior with Signal to simulate and while loops. Attached a photo of my program. The problem I have is that when I use Stop to stop inside while loop, then use to restart the inner loop, simulate Signal instantly generates a bunch of points of data between when I pressed Stop and Go. By example, if I stop for 5 seconds, wait 5 seconds, then press Go, it will instantly generate data for t = 5 t = 10. What I need is for the generation of signals to stop when I press stop and continue where it left off when I press Go. How can I accomplish this? I have no idea why he exhibits the behavior described in the first place.

    Hi optometry.

    Can you give us a screenshot of the configuration window for the VI express to simulate signal? I was able to reproduce the problem when I used "Simulate the time of acquisition" at times, but the VI's are featured as you described you wanted when I used "run as fast as possible." Have you tried this setting?

  • Run-time error '91'; Variable object or with block variable not set "

    Help, please... I had "run-time error '91'; Variable object or with block variable not set "for kawai2004 game.  Please help how to fix this error.  Thank you very much.

    Hello

    See the following article
    http://support.Microsoft.com/default.aspx/KB/822521

  • strange behavior with script times

    Hi all

    I have strange behavior with one of my scripts, and I can't understand where is the problem.

    Before you post the code, here's the principle.

    My form has two fields of time: "Time of Injection" and "Post injection time.

    The script runs when the output of "injection time" event and look if the injection time is before time "post injection.

    Here is my code:

    //get the value of the field "Injection time"
    var injection = this.formattedValue;
    
    //create an new Date object
    var injectionTime = new Date();
    
    //split the string to get the HH MM and SS values of the formattedValue (HH:MM:SS)
    var injectionTimeHoursString = injection.substr(0,2);
    var injectionTimeMinutesString = injection.substr(3,2);
    var injectionTimeSecondsString = injection.substr(6,2);
    
    //parse the strings into integer
    var injectionTimeHoursInt = parseInt(injectionTimeHoursString);
    var injectionTimeMinutesInt = parseInt(injectionTimeMinutesString);
    var injectionTimeSecondsInt = parseInt(injectionTimeSecondsString);
    
    //set the integer values into my Date object
    injectionTime.setHours(injectionTimeHoursInt, injectionTimeMinutesInt, injectionTimeSecondsInt,0);
    
    
    //do the same for the other time field "Post injection time"
    var post = post_injection.post_time.formattedValue;
    var postTime = new Date();
    var postTimeHoursString = post.substr(0,2);
    var postTimeMinutesString = post.substr(3,2);
    var postTimeSecondsString = post.substr(6,2);
    var postTimeHoursInt = parseInt(postTimeHoursString);
    var postTimeMinutesInt = parseInt(postTimeMinutesString);
    var postTimeSecondsInt = parseInt(postTimeSecondsString);
    postTime.setHours(postTimeHoursInt, postTimeMinutesInt, postTimeSecondsInt,0);
    
    
    //calculate the difference between both
    var diff = postTime.getTime() - injectionTime.getTime();
    
    //if the difference gives a negative result, display a message, empty the fields and set focus
    if(diff<0) {
         xfa.host.messageBox("The time of injection should be sooner than the time of post-injection activity measure.\n\nPlease re-enter correct times.","Incompatibility of times");
         this.rawValue = "";
         post_injection.post_time.rawValue = "";
         xfa.host.setFocus(post_injection.post_time);
    }
    

    The code seems to run pretty well... except with certain values.

    If postTime is 12:00

    and injetion is 12:04

    I get the error message and everything, so it's OK

    BUT

    When postTime is 12:00

    and injectionTime is 12:08

    No message! as if the difference was not negative! (the difference is zero...)

    When I display the time in a messagebox, 12:04 12:04:00 GMT blah blah... gives but 12:08 gives 12:00:00 GMT etc...

    same problem with 12:09, but not 12:10 for example...

    Any thoughts?

    Thank you.

    Thank you, but since I'm used to javascript, I'll stick to it.

    I understand the problem. It's a javascript with the ParseInt method bug!

    Check here: http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256C85006A6604

    parseInt("08") = 0.

    How to lose 2 hours for a stupid bug...

  • Dreamweaver 8 with ASP, Coldfusion, &amp; amp; PHP

    I'm new to php and I'm working in Dreamweaver 8 with ASP, Coldfusion and PHP training from the Source. I have a real simple form. A user enters their name and name and then click on the submit button. The form is then treated with a script using the $_GET [name]; $_GET [name]; and it should display "Thank you, name,." using my form But the page shows the HTML with a notice: Undefined index: first_name in C:\htdocs\newland\test_form_processor.php on line 9. Line 9 is - thank you < p >, <? PHP echo $_GET ['name'];? > <? PHP echo $_GET ['name'];? >, for my application. < /p >. This was accomplished using the link Panel in DW. It is not any kind of troubleshooting in the book. Can someone tell me what this means? It worked as it is supposed to work when I had just the first name.

    Thank you, David. Yes my form looks like as you suggest. The problem is resolved. I have problems with DW not to upload files to the test server on my machine. And the problems with the browser doesn't not refreshing pages. Between the two, I was about to lose my mind.

    I have read and worked through your book "Foundation PHP for DW 8" last year and I just got your new book "PHP Solutions" today. PHP for DW 8 was really easy to follow and everything worked as it should. I hope I like "PHP Solutions" as well.

    Charles Burnell

  • Insert server behavior into two tables with ASP.

    How do I change the server behavior code INSERT to insert records into several tables using ASP? Information inserted into the first table includes the customer profile, including the legal name, name and surname. What I can accomplish easily using the server behavior. In the second table I want to insert hidden value in a field that corresponds to the value of the current customerID, as well as the model number of the item purchased. Be very specific that I'm not too familiar with the scripts.

    The standard insert behavior cannot be easily changed to handle multiple
    tables. However there is a very simple tutorial on www.charon.co.uk on the way
    to deal with.

    --
    Paul Whitham
    Certified Professional Dreamweaver MX2004
    Adobe Community Expert - Dreamweaver

    Valleybiz Web design
    www.valleybiz.NET

    "aonefun" wrote in message
    News:emsn18$23F$1@forums. Macromedia.com...
    > How do I change the server behavior code INSERT to insert records in
    > more
    > as a table using ASP? Information inserted into the first table
    > includes a
    > Customer profile, including the company name, name and surname. What I can
    > accomplish easily using the server behavior. In the second table I'd
    > as
    > to insert a hidden field value that is equal to the value of the current
    > customerID, as well as the model number of the item purchased. Please be very
    > specific
    > as I am not too familiar with the scripts.
    >

  • published RT cRIO-9030 with network-a project of shared variables cannot communicate with host VI when compiled and deployed as executable startup.

    I have a project including a VI RT running on a cRIO-9030 and a host VI running on a desktop computer.  The two programs communicate via shared variables that are hosted on the cRIO.  As shows, when I run the screw of the project, everything works as expected.  When I compile the RT VI in a start-up executable can deploy for the cRIO, as well as the libraries of shared variables (the record of support in the build specification-oriented), I am unable to connect to the executable running in real time.

    I have 'Disable Autodeploy Variables' checked on the cRIO target, if I no longer get the prompt to stop the currently running application to deploy the variables.  The host VI opens and appears to run, but has no connection with shared variables (data does not update).  Compilation of the host VI as an executable file and it works outside the project result in the same behavior.

    I read some relevant posts / knowledge base articles related to this problem, but still can't seem to find a way around it.  I note a number of articles on the series in double bond of variables, but this is in contradiction with my possible behavior for this system: I finally have a number of cRIO controllers identical all runnning the same executable RT and want to be able to have a single host VI which allows the user to select from a list of available controllers (using the screw system configuration) and extract the host name of the controller selected, that would be later used for programmatic addressing of the variables on the host of part VI.

    In any case, I want to start with the simple fact of being able to get that first controller running without an open connection to the RT VI project.  With the deployed executable start, I checked via programmed behavior of LED application of the RT and FPGA are running on the cRIO.  The problem, I think, has to do with shared variables, but I'm not sure where to go from here.  I want to connect to RT executable running from the VI to the host (in project) to verify that the compiled executable of RT works as expected and then the subsequently compile host VI in an executable that can be run from any desktop on the local subnet.

    Thoughts?

    It seems that the error has now been corrected.  There were three things, I changed: the file startup.aliases in the startup on the target directory (Home: / lvuser/natinst/bin) put in 'localhost' as an alias for the controller.  I changed it to the IP address of the controller.  Then, I got some features of IO files in my application RT relative paths using the path obtained by the 'current path VI' VI.  As this path changes according to the location / delivery system, I had to create a VI that has used the Application property: type with a case properly structure band / build railroads desired regardless of the runtime system data files.  This may have broke my RT request.  Finally, I got a property node in one of my RT SubVIs, who attempted to change an indicator in the Subvi, which is not taken care of in an RT compiled executable.  I can't do this for debugging purposes somewhere along the way, but in any case, I removed it, and after a recompilation and the deployment of the executable of RT, everything seems to work as expected today.  The host VI on the desktop can connect to the application of the RT project, and when it is compiled into an executable file, which also works.

  • Shared variable of subjects with the executable in real-time

    We have a PXi target running Labview time real 8.5 and we use a series of shared variables for communication between the target and the client software. The code was developed (and used) in the last 2 years, and presented no problems with the shared variables when they are deployed since the Project Explorer (for the target and the laptop based client software). However, when you try to run an executable version on the system time PXI real target of exactly the same engine code variable shared seems to fail during the initial loading. Since it is an executable, it is difficult to display errors, but it seems that the accident occurred at the beginning of the program when we try to initialize a number of shared variables. Sometimes it loads but probably only 10% of the time. When you plug the tool to debug for code and restarting the executable, runs without any problem. However, once we managed to capture and error (error-1950678982 the shared variable client side read buffer is full).

    I checked a number of messages in the Knowledge Base (e.g. how to deploy Variables of a compiled executable shared network?), but it still has not solved the problem. Thoughts and suggestions?

    Adrian

    I tested it for a few hours now and I can't make it fail again. The big difference in my implementation was to use your suggestion, and no wire the error cluster through the method since the error it generates caused a number of questions later. So let me summarize the final configuration that seems to work then:

    -during the execution and executable on a target time real 8.5, startup not connected to a client. Library of shared variable hosted on the target and should load by itself.

    -J' added a flat structure sequence on the vi 'main' (top of page vi executable) with a node (as shown above) Invoke method in the first structure with a timer to 10 seconds and the rest of the code in the second part of the structure. The shared variable library has been copied to the target in a data directory and the path provided to the method (the same way as above) and the IP address is that of the target.

    I discovered that it takes about 8-9 seconds for the shared variable engine and library to start (I don't remember is that past exactly that) and it is important to wait this time to initialize shared variables or the behavior is unpredictable. The method always generates the error 1043 (function not supported) but I simply ignore it now, and it seems to work.

    Thanks for your help! I will let you know if there is some instability in the future, but everything looks good from here.

  • Strange behavior with popup modal to display BEEP

    Hello

    I have a page that displays an IRP in Application Express 4.0.2.00.07. The IRP is used to display an archived list of forms/reports previously, i.e. each line of the international control Commission represents a published report.
    The user can select a line of the IORP by clicking on the link provided. This link creates a modal window that has a next day parts process that defines in its turn a redirect on the BI Publisher server.

    HTP.init (); owa_util. REDIRECT_URL (' http://bip-6:9704 / xmlpserver /)

    The reason to use the regions after dealing with one is not the front header, is the page of the modal pop-up window contains a hidden element that must be addressed as it is a variable used on the URL requesting the BI Publisher Sever from the settings used by the editor of BI in its data Module.

    The problem I have is that at the time where the BI Publisher login page is rendered, it is not rendered on the page of the modal pop-up window containing the redirection process, but in the main application page. What actually happens to the modal popup, I don't know. This behavior is a problem because once the application users have completed the necessary work with BI Publisher, there is no apex application to return, i.e. web page is left as it was overtaken by the BI Publisher page.

    I don't know how to make the call to the URL of the apex BI Publisher so that it is displayed on a separate browser page as in a new tab. Or better yet in a modal pop-up window.

    Any help, suggestions welcomed.

    Thank you

    No worries, welcome!

  • Help please with ASP.

    Hello.

    I have a flash form that I created, simply ask for a name, message and e-mail. http://www.plobs.com/basic_mail.htm

    When you tap on send the flash file requires the file basic_mail.asp with the following text:

    < % @language = "VBSCRIPT" % >

    < %

    Dim myMail, create

    Create = "name:" & vbcrlf & request.form ("name") "
    Create = create & "Email:" & request.form ("email") & vbcrlf.
    Create = create & "Message:" & vbcrlf & request.form ("message").

    Set myMail = CreateObject ("CDONTS. NewMail")

    myMail.BodyFormat = 1
    myMail.MailFormat = 1
    myMail.From = request.form ("email")
    myMail.To = "[email protected]".
    myMail.Subject = "Get Plobbed"
    myMail.Body = create
    myMail.Send

    Set myMail = nothing

    It works very well. I don't get the info no problem.

    The only problem is that I get only the info if an e-mail address is entered.

    I would like to be able to receive all comments. All fields are optional.

    How can I change my code so that I will receive all submissions or not all the fields are filled...

    Can anyone help?

    Murray was on the right track. It's just that it changed the evil
    place. A LCO will not send if it doesn't have valid e-mail addresses the
    To and from the field.

    What you need to do is

    <% @language="VBSCRIPT" %>

    <>

    Dim myMail, create, varEmail

    Create = "name:" & request.form ("name") & + "\n".

    If request.form ("email") = "" then < br=""> varEmail = "[email protected]" < br=""> Else < br=""> varEmail = request.form ("email") < br=""> End if

    Create = create & "Email:" & varEmail & + "\n" < br=""> create = create & "Message:" & + "\n" & request.form ("message")»»» "

    Set myMail = CreateObject ("CDONTS. NewMail")

    myMail.BodyFormat = 1
    myMail.MailFormat = 1
    myMail.From = varEmail
    myMail.To = "[email protected]" < br=""> myMail.Subject = "Get Plobbed" < br=""> myMail.Body = create
    myMail.Send

    set myMail = nothing

    %>

    --
    Paul Whitham
    Certified Professional Dreamweaver MX2004
    Adobe Community Expert - Dreamweaver

    Valleybiz Web design
    www.valleybiz.NET

    "Mike" wrote in message
    News:e61t59$6sj$1@forums. Macromedia.com...
    > Thanks for that.
    >
    > However, I tried this format and what happens is the following:
    >
    > When I press 'send' the form, I get a "this page cannot be displayed".
    > page &
    > I don't get the info to the e-mail account.
    >
    > Not quite sure what goes wrong.
    >
    > I'll keep experimenting.
    >
    > Murray * ACE *, thank you for your answers.
    >
    >

  • Problem of UK with ASP and Access database date format

    I have an Asp form that updates of the records in a database Access. It comes
    the date of the registration of database format is dd/mm/yyyy (UK), when
    the folder is displayed in the form, it is mm/dd/yyyy (US) who, after I
    update the record in the database, the date has changed to the new format.

    I tried everything I can to change the format
    vain... someone at - it any ideas how I can fix this?


    Thank you
    Steve

    Stevo.s wrote:
    > Hi
    >
    > I tried to change the format on the date field on the server behaviors
    > panelto DDMMYYYY. Also have tried to define the field of form DDMMYY format. I have
    > also tried to use a function that I got from a somehwere to post on the net or not
    > avail. < %="" fonction="" ddmmyyyy(vardate)=""> < br=""> > DDMMYYYY = Day (DateValue (varDate)) & "/" & Month (DateValue (varDate)) < br=""> > & "/" & Year (DateValue (varDate)) < br=""> > end function < br=""> > < br=""> > I believe that it is a problem with Dreamweaver and access but < br=""> > can't seem to grasp her work around! Problem being that I teach myself through < br=""> > books and internet articles and can take weeks at a time without being able to < br=""> > watch question... whenever I come back to it, it's like start all over < br="" >="" >="" nouveau !="" j’espérais="" que="" quelque="" part="" de="" sortir="" là,="" il="" y="" a="" une="" solution="" simple="" le=""> < br=""> > may deliver a datePicker with the built-in functionality to address the < br=""> > question... I am wanting to understand how to deal with the issue rather than simply < br=""> > change my date field of database to fudge the issue that I'm in England and when I < br=""> > eventually start using the application, I wish there is some < br=""> > coherence with the dates of arrival and that users are familiar with the format. < br=""> > < br=""> > any help gratefully received!

    Its not Dreamweaver, or access, its your settings regional servers, his game to the United States < br=""> format, not in the United Kingdom.

    On your page at the top of the page using:

    < %="" session.lcid="2057" %="">

    This will force the page using UK format dates. Use it on any
    page to format the page correctly.

    Dooza
    --
    Display guidelines
    http://www.Adobe.com/support/forums/guidelines.html
    How to ask Smart Questions
    http://www.CatB.org/ESR/FAQs/smart-questions.html

Maybe you are looking for