is this not correct than...
because A = the listbox (and that is F_template)
values of the listbox is stored in the form f_template
and b = F_templateCIR (the form where the values should to)
or should is be like this?
Private Sub crtcall_Click()
DoCmd.OpenForm "F_template", , ...
hi,
I have a list box with the values to create a new record.
based on that values I want to create a new record.
this is my code.
why the values is not copying to the new screen?
Am I doing something wrong?
Or can I directly copy the record to the new form (but that is not based on the same...
hi,
i have 2 recordsets each have there own connection string and database
how can I link these 2 together?
both have the same recordid and ofcourse different data
please advise
kisoen
hi,
it occurs on all form forms
when I have a update form
for example 1 textbox and 1 submit button
when I insert nothing into the textbox and press keyboard <enter> its updating the form instead I have to puss the submit button.
how can I avoid this?
that only via the submit button you can...
hi, its opening the page fine (no errors occurs)
than when clicking on the checkbox nothing happens
so it seems like the javascripting is not working with that combination
gr. kisoen
hi,
why is the javascripting not working?
is something I did wrong?
please advise
kisoen
<input name="Service_Request" type="checkbox" value="<%=(Update.Fields.Item("Service Request").Value)%>"
<%
if (Update.Fields.Item("Service Request").Value) = -1 then
response.write "Checked"...
Hi,
I have installed cr9 adv. but how do I know I have already installed crystal enterprise?
also
I have just downloaden cr 10 enterprise can this also work together with 9?
please advise
kisoen
hi,
I'm newbie to crystal report
i have installed crystal report made a report / report1.rpt.
put this in a map (webserver IIS with xp)
now I want to view via the web.
how can I?
when viewing the report it pop ups if I want to download this report
do I miss something during the installation I...
solved the error by offcours ELSEIF.
but it seams the javacripting is not working
how can that be?
<script language="JavaScript">
<!--
function show() {
var c = document.forms['Incident'].elements['Service_Request'];
changeText(c);
var dS = document.getElementById('the_4');
var...
hi,
I have some problem with my update form particular a checkbox
funtionality is works like this
1> visible/hide some listbox's ( javascript show/ hide)
2> place a text in a textbox (javascript)
so when update a record I stumble with some problems
what's is wrong with this code
error code is...
yes is works fine when I want to insert a new record.
but when updating a record
i get some problem with the show /hide function
what you had explain works PERFECTLY
updating a record do not keep the settings what I selected
because the "error" is the show and hide function
maybe you can help...
when I click on the checkbox
the showtext is working only text 1
the show is working
but when I unchecked showtext is not inserting text 2 it stay at 1
kisoen
SORRY
THIS IS SHOW
<script language="javascript">
<!--
function show() {
var c = document.forms['Incident'].elements['the_checkbox'];
var dS = document.getElementById('the_4');
var dH = document.getElementById('the_2');
dS.style.display = 'inline';
dH.style.display = 'none'...
why is the second script not working?
if I delete show() the function changeText is working and also uppesit but
together the only changeText is working
please advise
<input name="the_checkbox" type="checkbox" id="checkbox"
onclick="changeText(this);show()">
kisoen
hi,
1 textbox
1 checkbox
I have a checkbox and when I click on the checkbox value 1
should be placed in the textbox
if unchecked the value 2 must placed in the textbox.
How can I do this?
please advise
kisoen
hi
have a search page (1 texbox + 1 button)
I want that the URL should not be shown
tried many times but it says it can't find the record
+ twice the pop up window is opend 1 correct (with record info) and 1 can't
find record
please advise how
gr. kisoen
<form action="listviewresulthome.asp"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.