How to check how many check boxes are checked in the gridview
I am trying to make a javascript client fucntion to restrict no more then two rows could be selectedI have following in the itemtemplate of the gridview [although it is telerik control but same technique should be applied] <radG:GridTemplateColumn UniqueName="chkCheck"> <HeaderStyle HorizontalAlign="Right" /> <HeaderTempla...
Check All Check Box While Check Header CheckBox
hello...I have two grid on same page...both grid contains header checkbox and item checkbox i want that if use check header checkbox then all item check box checked,i have javascript for this functinality but problem is that when i click on header check box of first grid then checkbox of second grid also checked that i dnt want i want to perform this operation on one grid at one time.i have attache my script also...plz help me....thanks<script type="text/javascript"> function SelectAll(ID) &nbs...
Check-in/Check-outI'm having some difficulty with powerbuilder's check-in/check-out
operation. When I check an object back in, the .pbl the object is
being moved from is destroyed.
Has anyone else experienced this and is there a fix?
Cheers,
Tom
Thomas F. (Tom) Massey wrote:
>
> I'm having some difficulty with powerbuilder's check-in/check-out
> operation. When I check an object back in, the .pbl the object is
> being moved from is destroyed.
>
> Has anyone else experienced this and is there a fix?
>
> Cheers,
>
> Tom
The prob...
Check out/check inHello
How can i use the process check out/check in in PowerBuilder
8.0.3 ? We work in network. The Source Control is PB Native.
I don't understand what is the parameters of Source Control
?
Thank you
Better to ask this in the source control group. Lots of posts on PBNative
--
Evita Chapa
Senior Systems Analyst II
Command Technologies Inc.
<Herv� Bareth> wrote in message news:3f69678e.7b3a.846930886@sybase.com...
> Hello
>
> How can i use the process check out/check in in PowerBuilder
> 8.0.3 ? We work in network. The Source Control is PB Native.
...
Check inHi all.
I am migrating from PB 7.0 to PB 10.5,
After migrating my first application i am trying to
work on my first window but i'am not able to find out
the way to CHECK it OUT.
Wher do i can find "check out/check in" functions ??
TIA
Mario Parietti
What source control are you using? Have you configured it? Right click on
your Workspace and check the source control tab to see if you've got it set
up.
"Mario Parietti" <mparietti@intercad.ch> wrote in message
news:451283e0$1@forums-1-dub...
> Hi all.
> I am migrating from PB...
Check In/Check out
I am using PowerBuilder 9.
The undo check out is right next to the check in. This is a big problem! I
so easy to select Undo check out and lose all of your changes. I lost 8
hours of work yesterday because of it. I know I should be more careful.
However, there should be a "Are you sure" some where also.
PLEASE FIX!!!!!!!!!!!!!
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
This isn't the tech support line, it's an end-user forum. If you want
to report a bug, use CaseXpress and either open a case or report a bug
...
Check In Check OutI have some source code that I need to modify and it was sent to me in a
Registered status. Therfore, when I open any object it says " 'object name'
is registered but not checked out and therefore can not be overwritten. Open
anyway?" Then when I try to check it out, I get "PBNative checkout not
allowed for registered objects."
How can I get around this? When I look under the "Source" menu, all the
items concerning registered are grayed out.
TIA
Option1:Copy the object(Only) to someother pbl and try .
Option2:If You have any SCC Expo...
Check out/check inHello
How can i use the process check out/check in in PowerBuilder
8.0.3 ? We work in network. The Source Control is PB Native.
I don't understand what is the parameters of Source Control
?
Thank you
Have you looked the PB8 User's guide? Chapter 3 talks about source control.
--
Evita Chapa
Senior Systems Analyst II
Command Technologies Inc.
<Herv� Bareth> wrote in message news:3f69ba0a.592b.846930886@sybase.com...
> Hello
>
> How can i use the process check out/check in in PowerBuilder
> 8.0.3 ? We work in network. The Source Control is PB Na...
Checked=Checked
I am dynamically writing out checkboxes on a page. I have 2 link buttons on the page that sets a boolean variable to True or False. This boolen is set in Page_PreInit and is used to Select or Deselect all the Checkboxes as they are written out. A Select ALL, Deselect ALL type of thing. At least that is the plan. As the page is being written out I do this for each checkbox and then add it to a table cell control that it added to a table row and on. tc is the table cell. Dim chkItem As CheckBox = New CheckBox chkItem.ID = "chkRecommend" + drMember("ID")...
Java script popup dialog box when a check box control is checked. How to do with a check box?
I have a checkbox named cbxGetInfo. If someone checks the checkbox, I want to a popup dialog box confirming the action that will be done because of the checkbox being checked. A few months ago, I used a Java Script popup dialog box for a confirmation on an action being done. Now I need to figure out how to do this for when a check box has been checked. Can someone tell me what I am doing wrong. Here is the code I place in my C# code.
cbxGetInfo.Attributes.Add("onchecked", "javascript:if(confirm('Are you sure you want to delete this record?...
Checking Check Boxes
I've got a page that edits user permissions that I'm porting from PHP.
When the page loads, I need the site to load a checkbox list with the
name of the various items and the IDs as the value. This is easy.
However, I also need it to check off the selected items. This
information is stored in a seperate database table. Using a JOIN I can
write a query that will return the page id, the page name, and the
permissions of the user fairly easily. However, I don't know what
attribute to set in order for appropriate boxes to be checked when the
page loads.
I'm posting this in the PHP m...
How to check for the existing user in database and using custom validator how to check check box is checked or not?
Hi Friends,
For Registration page i want to check if that user already exist in database or not? and i also have to check if user have check the checkbox for i agree then only he will be able to complete registration. here i am sending my design. and all validation i have done all validation except these two.<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PRIZE MLS</title><link href="css/style.c...
Check Box changes other check boxes
Hi, I have a question concerning changing a check box without doing a post back on the page. I would like to do something like this:
Public Sub checkAll_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles checkAll.CheckedChanged
If checkAll.Checked = False Then
checkVisio.Checked = True
checkPPT.Checked = True
checkRawArt.Checked = True
checkFlatArt.Checked = True
Else
checkVisio.Checked = False
checkPPT.Checked = False
checkRawArt.Checked = F...
check to see if check box is checked onclientclick button event.
i have a check box similiar to "please check the box if you have read and understand what i placed there". Right now i have the submit button doing a postback and checking to see if the checkbox is checked. great but inefficient. I would like to use the onclientclick to check if the checkbox is checked and if not alert the user to check the box. Thank you in advance and your help is appreciated. I am very new to this javascript stuff so please spare me. I am keeping the code inside my aspx file, not in codebehind. Jake
You should look at using a validatio...