460 Topics

Member Avatar for
Member Avatar for eburlea

Hello. I have a form with captcha element. The text field displays on the right of the image. How can I make it displaying below the image? $path = Zend_Controller_Front::getInstance()->getBaseUrl(); $captcha = new Zend_Form_Element_Captcha( 'captcha', array( 'label' => 'Type the characters you see in the image below:', 'attribs' => array('id' …

Member Avatar for LastMitch
0
220
Member Avatar for joeyliew7

How to get the imgbtnView image button in gridview to display the row of data? i try to use modelpopupextender but the targetid is invalid because the image button is in the gridview. when click on imgbtnView, solistPanel will be display now i cant display the solistPanel. please help <table …

Member Avatar for joeyliew7
0
669
Member Avatar for dwlamb

I am working on a responsive web design. For some resolutions like below 800px across, I hide a whole div with syntax such as: @media only (max-width : 800px) { div.well._menu { display: none; } } How do I bring the div back to its default if the display property …

Member Avatar for dwlamb
0
254
Member Avatar for prakash2813

Hi everyone... Before a week my pc worked fine...but after some days when i started, it didn't work..so i repaired from shop... The problem is that it shows 800 x 600 disabled resolution..so i can't change it... My PC confg is : Win 7 32bit 1 gb ram Intel Pentium …

Member Avatar for Rik_
0
185
Member Avatar for vinitatiska

hi, i am working on development of a software project. i have used VB6.0 as frontend and MS Access as backend. In my project i have made a form in which i have to add,delete,search,move first,move last,move next and move previous options to keep tack of employee details. I want …

Member Avatar for rishif2
0
372
Member Avatar for George_91

I'm trying to display a Report with Crystal Report Viewer, in the Design looks fine, but it doesn't seem to load when I enter the website... <form id="form1" runat="server"> <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" GroupTreeImagesFolderUrl="" Height="1202px" ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl="" ToolPanelWidth="200px" Width="1104px" /> <CR:CrystalReportSource ID="CrystalReportSource1" runat="server"> <Report FileName="ReporteReciboFecha.rpt"> </Report> </CR:CrystalReportSource> </form>

0
149
Member Avatar for ferdinandmucos

I'm not well conversant with java or AJAX, but how can i read each line of a string display each line of question and answers at a time, after a user have answered the question id displays the next question upto the last one. Im using fget () n php …

Member Avatar for diafol
0
307
Member Avatar for vinay7868

i am working through an purchase & sales report.i want to display the purchase report for daily basis using rdlc report how can i do that...can any one help me.....i use date.today to pass in database to fetch the record but how to display that record in report.. sqlcommand=" select …

Member Avatar for vinay7868
0
424
Member Avatar for nikolas.socrates

Hi all! I'll just list out what I've observed: -On switching on the system, I get no display and no beep. If I press the button again, it shuts off. I can switch it on and off n number of times and the only way to escape this is to …

Member Avatar for once.bitten.twice.shyy
0
241
Member Avatar for tombombadilly

Hello, I've been working on some test OpenGL programs in C++ using SDL to manage sound, window management, events... etc Today I plugged in my external monitor into my laptop and found that *no* openGL program I had written would work with it plugged in, all I get is the …

Member Avatar for ktsangop
0
253
Member Avatar for joseph.lyons.754

Hey guys, I was wondering if you could tell me if this is even possible or if it can be done another way??? So i have a database with 6 tables all the databases have the same columns except for the tables name ahead of the generic headers pub_name, Hotel_name, …

Member Avatar for Webville312
0
210
Member Avatar for softswing

Hi apostrophes not displaying in SOAPUI,Am using Java ws to display output in SOAPUI, am facing the problem in displaying apostrophes('), its displaying '&amp;'. any suggestion please.

Member Avatar for stultuske
0
93
Member Avatar for l.worboyz

Basically i have literally just started learning Java Script and i was seeking some help as to how i could repeatedly display the character "X" any given number of times using a function. Here is what i have so far: function makex(8) { var resultStr = ""; for (var xcount …

Member Avatar for stultuske
0
287
Member Avatar for sagisgirl

hi everyone, i've got quite similar with displaying user's information. i've 2 form(K8 Form and K9 Form). To displaying user's information in K8 Form, i used the method with the way you guys taught me. and then after the user fill up the K8 Form, the K8 Form information will …

Member Avatar for masterjiraya
0
360
Member Avatar for XerX

Hello. I am trying to recreate manually a small celsius-to-fahrenheit converter that I created with Design view before that. I used its code for reference, but still doesn't work. When I run my code I don't get the components drawn on the screen, only an empty window. What am I …

Member Avatar for XerX
0
983
Member Avatar for joeyliew7

I want to display pdf file in browser. odo1.php has the file to select the date. read.php will read the date from odo1.php. i have this files 2013-03-26_SAP.pdf, 2013-03-05_SAP and more to come. the name of this file is combination of date and outlet. when i change the `readfile($filename);` to …

Member Avatar for dorco
0
2K
Member Avatar for joshl_1995

Hello Community, I have been looking for a facebook news feed api, i couldn't find one. All i could find is bits of script for construct my own news feed api. So thats what i did and i thought i might share the script with you it's a bit messy …

1
571
Member Avatar for dendenny01

I want to designe a code at display a perticular data Example a time table of the week For instance if someone view a page on monday so it show display result of the table or data which is set to display on monday or if some one view same …

Member Avatar for dendenny01
0
289
Member Avatar for Kniggles

Hi, I have a base that accepts data in and I can display all the data in a table :) How do I make the database echo out to read only text box on a form one string at a time ? do i have to do some .php before …

Member Avatar for gian88r
0
217
Member Avatar for Markancia

I am a beginner in j2ee, I met a problem when retrieving an image already stored in the database. I am using Hibernate and JSP, the code I used is as follows: / / java code: s.setAttribute ("photo", l.getPhoto ()); StringTokenizer st = new StringTokenizer (s.getAttribute ("photo"). ToString (), "/"); …

Member Avatar for LastMitch
0
359
Member Avatar for cmabill

I find that my website get weird when I use Firefox open it, but it display well under IE8, the buttonesubmit is moved to bottomfooter, can anyone help me improve the code below. thank you. <form action="contact.php" method="post" name="formplace" target="_blank" class="email" id="formplace" onsubmit="MM_validateForm('firstname','','R','lastname','','R','emailaddress','','NisEmail','comments','','R');return document.MM_returnValue"> <p>pls contact us by following address:<br …

Member Avatar for TonyG_cyprus
0
267
Member Avatar for JaceLightning

I am struggling to create a Windows virtual display driver. ***What I want***: A driver that I can register as a service, so that I can add a virtual mointor to a windows computer when my program starts, i.e. the computer shows that there are two monitors attached, but there …

0
181
Member Avatar for l.worboyz

I am trying to use a simple println(...) statement to display the value of a variable from a separate class. The two separate classes are linked. AbacusModel class has an array 'peg_array' which stores the number of counters present in each of the elements of the array. AbacusModel has a …

Member Avatar for l.worboyz
0
263
Member Avatar for phobos666

Hi, My pc seems to start since im able to hear the fan running but there is no display in the monitor. I've checked my monitor and it is fine. An other interesting thing is that after repeatedly trying to start my system it seems to boot after a random …

Member Avatar for rubberman
0
190
Member Avatar for Sinju Moncy

We can provide an alternate GIF/PNG image, in case the user has no Adobe Flash installed and/or deactivated. <object id="flashcontent" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550px" height="400px"> <param name="movie" value="myflashmovie.swf" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="myflashmovie.swf" width="550px" height="400px"> <!--<![endif]--> <p> Fallback or 'alternate' content goes here. This content will only be visible if the …

Member Avatar for LastMitch
2
920
Member Avatar for mtostro29

Very recently, I let my laptop (HP) battery get too low, and it died on me. Usually, upon plugging in the adaptor, everything starts right back up again. However, this time, the laptop runs, but all I can see is a black screen. I can even hear the little chime …

Member Avatar for alicia.n.gallegos
0
503
Member Avatar for corlando52

I have a Dell Inspiron 6000, running Windows 7. It has the Mobile Intel 915GM/GMS,910GML Graphics chip, Driver version 6.14.10.4609. I want to run 2 external monitors from it, sending the laptop display to monitor 1. I have it hooked up now to one external monitor as monitor 2, using …

Member Avatar for Octet
0
223
Member Avatar for -acir-

//compute percentage for Parent1 DecimalFormat df = new DecimalFormat("#.##%"); rs = s.executeQuery("SELECT " + "(SELECT COUNT(*) FROM genetic.blood_type where diseases = '" + disease1 + "')" + "/COUNT(*) AS rowcount FROM genetic.blood_type where btype = '" + btype1 + "'"); rs.next(); int result = rs.getInt("rowcount"); rs.close(); out.println(disease1 + " is …

Member Avatar for -acir-
0
220
Member Avatar for P.manidas

Dear sir/Madam, In my codes CmdDisplay button display only first record from the table and button2 add the all name (Ename field) to combobox1 from the table. How can i show FirstRecord, PreviousRecord, NextRecord and LastRecord using OleDbCommand and OleDBdataReader. Please guide me. [CODE] Dim cn As OleDbConnection Dim cmd …

Member Avatar for G_Waddell
0
2K
Member Avatar for joshl_1995

Hello Community, I was wondering if there is a way to goto the direct link of a file (eg. http://example.com/files/test.txt) and for it to download insted of loading and displaying the file. I want to do this for every file in the "files" folder and only that folder.

Member Avatar for joshl_1995
0
205

The End.