Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~19.4K People Reached
Favorite Tags
Member Avatar for newbie26

hi...can someone help me?? a program that i can print barcode from a vb6 application? once i entered data, (i have already a format for the barcode value), it will print the barcode once.. then, enter again info, then print.. i have a sato barcode printer ct400.is there any configuration …

Member Avatar for rproffitt
0
3K
Member Avatar for newbie26

hi. how can i disable past days in ajax calendar extender? user must only select one month period from the current date. so if today is march 10, 2015 when user clicks the calendar, the enabled dates should only be from feb 10 to current date. please help. thanks..

Member Avatar for BMXDad
0
81
Member Avatar for newbie26

hi. say i have two dates: @DateFrom = 03/03/2015 @DateTO = 03/05/2015 How to get records where Date_Field is between @DateFrom 2:01 PM and @DateTo 2:00 PM? Thanks.. :) :) :)

Member Avatar for diafol
0
140
Member Avatar for newbie26

hi.. how can i disable the weekends on calendar extender. i dont want to alert the user, just disable it to prevent from clicking or selecting weekends. thanks.. :)

0
78
Member Avatar for newbie26

hi. how to clear textbox when user refreshes page or clicks the refresh button on browser when the page hangs? thank you.

Member Avatar for JorgeM
0
75
Member Avatar for newbie26

hi everyone, im new to java. and i was assigned to do a project that integrates java and .net(c#). here's the scenario: 1. the .net system will create a text file (.txt) based on some conditions --> i already did this part. 2. the txt file will then be pass …

Member Avatar for mueller-bruehl
0
255
Member Avatar for newbie26

please help with the query..I want to have a conditional statement in where clause depending on the result of select Count(*) statement originally my query is: select * from StudentMaster where StudentMaster.StudId = @pStudId and exists (select * from tblFinals where tblFinals.StudId=StudentMaster.StudId) but just today, I realize that user will …

Member Avatar for h4ng4r18
0
144
Member Avatar for newbie26

hi.can someone help me. i have two running totals in my report (in group footer section) 1. first running total is the total count of record of each group (RTotalManpower) (field to summarize : Name) 2. second runnning total is the total count of each record with grades >= 70 …

0
79
Member Avatar for newbie26

hi..can somebody help me? how can i have a conditional join in my statement. i have a parameter to be passed to the SP: @pRemarks my main query: select * from MasterList if @pRemarks='ALL' then my query will be: select * from MasterList inner join tblPositionLists on tblPositionLists.Position = MasterList.Position …

Member Avatar for urtrivedi
0
171
Member Avatar for newbie26

hi..can someone help me with this...i just want an application for fixing a table header while scrolling with repeater items (not in gridview). i tested some codes (pure css, js), but i find it hard to match the width of the header to the repeater items. Also, if records are …

0
98
Member Avatar for newbie26

hi. how can i convert string format to datetime: the string is formatted like : December 01, 2010 (which is another table) tblTransactions and the datetime column format is : 2010-12-01 (another table) tblBilling how can i search my string format to my table which matches the column (datetime field). …

Member Avatar for newbie26
0
235
Member Avatar for xuexue

Hi! My database is in AS/400 DB2 hence, I am using SQL. Here's my line of code for opening a connection. Dim str As String = "User ID=EDITH;Password=EDITH;Data Source=10.0.1.11;Initial Catalog=ictms;Integrated Security=True" Dim conn As SqlConnection = New SqlConnection(str) conn.Open() Now, I wanted to execute a delete query, however, I already …

Member Avatar for xuexue
0
2K
Member Avatar for newbie26

hi can someone help me? I have an excel file and the columns consist of : ID, Name, ContactNo, SalesOutput Sample record is: ID,Name,ContactNo,SalesOutput 123,Michelle Dela Rosa, 8437, 2 456, Anthony Diaz, 8414, 5 What I would like to achive is auto add rows depending on the value in SalesOutput …

0
79
Member Avatar for newbie26

hi..please help.. i have 2 tables tblStudents and tblGrades. in tblStudents, all details of students and in tblGrades, grades of the students. column "StudId" is their only common column.. in tblStudents: StudId LastName FirstName in tblGrades: columns are: StudId SubjectCode Grade what i want to achieve is to query on …

Member Avatar for newbie26
0
152
Member Avatar for newbie26

hi.please help me with mysql query. i have a table tblGrades with fields ID, Subject, Remarks. how can i create a stored procedure that will display the students that have subjects(user input) and Remarks='Passed'? the Subjects will depend on the user, therefore it may be one or two or three …

Member Avatar for newbie26
0
2K
Member Avatar for newbie26

hi im populating a listbox control from DB.. i have 50 records displayed. is it possible to have two columns in listbox to divide the records, so it is not that long (other that have scroll) like the first 25 will be displayed in the first column and the other …

Member Avatar for nebyas
0
94
Member Avatar for laura301019

Hi I've ran into this error and have been looking at it for about an hour now and can't get it fixed. cmd.CommandText = "INSERT INTO Appointments (ClientName, Period, Time, Treatment, Stylist) VALUES (@cName, @cDate, @cTime, @cTreat, @cStylist)"; cmd.CommandType = CommandType.Text; cmd.Parameters.AddWithValue("@cName", txtCName.Text); cmd.Parameters.AddWithValue("@cDate", txtDate.Text); cmd.Parameters.AddWithValue("@cTime", DDLTime.SelectedValue); cmd.Parameters.AddWithValue("@cTreat", DDLTreat.SelectedValue); cmd.Parameters.AddWithValue("@cStylist", …

Member Avatar for Ranjitrathod15
0
229
Member Avatar for newbie26

hi i used global variables on page_load event of my homepage. this is because these variables are used by other pages. i tested my page like COPYING THE URL then CLOSED ALL THE IE WINDOWS. and when i re opened IE, and PASTED THE URL I COPIED, it seems that …

Member Avatar for newbie26
0
213
Member Avatar for laura301019

Hi, I have a gridview that takes information from a MS Access database. The gridview is populated with information that is inserted into the database via a form. I would like to give the user the option to edit the row's if there is a mistake or something needs to …

Member Avatar for newbie26
0
155
Member Avatar for Ranjitrathod15

Hi...i want use alert message in code behind....but i dont to fire this message on button click ...i want that this alert message display base on some if condition....can any one help me with example??

Member Avatar for newbie26
0
178
Member Avatar for newbie26

hey .. i have a gridview and i set allowpaging=true. in the first column, i have a check box for choosing items..when i click on the second page of the gridview, and click a button for update, it doesn't recognize the changes i made in the previous record on the …

Member Avatar for newbie26
0
120
Member Avatar for newbie26

please help ive been looking for the solution for days. i have two date pickers (dbplite) one is for start date and one is end date. also i have a dropdownlist with the list of addresses of persons records. also a grid view to display record. i also have a …

Member Avatar for dimpysanjay
0
210
Member Avatar for newbie26

hi. please help.. how can i disable other check boxes when the user already checked 5 checkboxes? i have a grid view that is filled from database with checkboxes as template filed on the first column, then, user must choose only five records through checkbox.and when its already 5, all …

Member Avatar for jhonmarvi
0
156
Member Avatar for newbie26

Hi, Can someone help me. I need to create a VBA project in excel using combo box. For example, I have in column A, combo box of ITEMSA and in column B, combo box of ITEMSB. If I choose items from ITEMSA, just the corresponding items that will match will …

Member Avatar for ss125
0
268
Member Avatar for newbie26

help. all of a sudden, UPLOADING of files in all my forms didnt work. i tried may things as i had googled it. i tested the code, $_FILES seemed to be empty. > free-up /tmp folder > check php.ini; increase post_max_size, upload_max_filesize, memory_limit > restart apache after each configuration > …

Member Avatar for newbie26
0
357
Member Avatar for newbie26

help. all of a sudden, UPLOADING of files in all my forms didnt work. i tried may things as i had googled it. i tested the code, $_FILES seemed to be empty. > free-up /tmp folder > check php.ini; increase post_max_size, upload_max_filesize, memory_limit > restart apache after each configuration > …

Member Avatar for pritaeas
0
173
Member Avatar for newbie26

hi..please help me to have code that will display list of folders from a given directory in php or javascript. for example i want to display in a page the list of folders in my c:\Program Files\. Thanks in advance.

Member Avatar for newbie26
0
313
Member Avatar for newbie26

hi please help me..how can i add checkbox in a listview? i already set the properties of listview checkboxes to TRUE. but it appears in the first column..i wanted it on the last column.. is it possible?? or the other way: programmatically move the first column (with checkbox) to the …

Member Avatar for newbie26
0
250
Member Avatar for newbie26

hi. how can i determine the work week number based on the date inputted by the user? for example, user selects May 27, 2013 (from a date picker), and when he clicked the command button, it will display the work week number. the result will be 22. thanks in advanced.

Member Avatar for rishif2
0
106
Member Avatar for newbie26

hi..i have new project. PRODUCTION TRACEABILITY SYSTEM.it will trace the materials from one process to another up to shipment.this will also uses barcode scanner and barcode printer. Do you have any idea how can i start?? Thank You.

Member Avatar for tinstaafl
0
107