460 Topics

Member Avatar for
Member Avatar for rayearth_1

i have a problem in showing two columns which is reff_number and Name in a combobox/select box, and now i can only display one column with it, if i have 9000 customer(in bahasa = pelanggan) , it will take an effort to find for user, and it will be easy …

Member Avatar for rayearth_1
0
2K
Member Avatar for Ani_1

I'm working on an Anagram Finder program. One of the methods I'm writing introduces the concept of **recursive backtracking** which I'm completely new to. I'm hoping to get some suggestions of how this works/how to make it work. I'm trying to implement recursive backtracking in order to display a list …

0
287
Member Avatar for VelagaManeesh

For example, In VB 6.0 - Object Browser If we click on any Classes or Members down side it will show multi line text. How can i do that?

Member Avatar for tinstaafl
0
936
Member Avatar for amith_ami

hi all, pls help... this is my code from where i can select multiple values and post... but it is not displaying the selected values in multiple dropdownlist... how can i solve this???? <?php $loc_con1 = array(1=>'ALL','Andaman and Nicobar Islands','Andhra Pradesh', 'Arunachal Pradesh','Assam', 'Bihar','Chandigarh','Chhattisgarh','Dadra and Nagar Haveli','Daman and Diu','Delhi','Goa','Gujarat','Himachal Pradesh','Jammu …

Member Avatar for rayearth_1
0
10K
Member Avatar for Dipti_1

XML - <?xml version='1.0' encoding='UTF-8'?> <Form name='Demo' id='DemoID' searchname='Demo' search='Demo' org='Yes' > <Field name='IdentificationNumber' datatype='String' control='InputText' length='10' search='Yes' /> <Field name='Country' datatype='String' control='InputText' length='50' search='Yes' /> </Form> PHP - <!DOCTYPE html> <html> <body> <?php $xml=simplexml_load_file("Demo.xml") or die("Error: Cannot create object"); echo $xml->FIELD . "<br>"; ?> </body> </html>

Member Avatar for AndrisP
0
239
Member Avatar for jonow

Hi I have an iframe on my website and it will load new content inside of the iframe when a user clicks on a link. You never navigate away from the page. Is there a way to display the source of the iframe or the html file that is being …

Member Avatar for Kevon
0
2K
Member Avatar for Ali_46

Hi folks. Some urgent help needed. I'm using an Acer V193W monitor out of a Nvidia GTX 960 card. DVI output to VGA input via a converter. I've used this configuration before and it used to work perfectly. Correct 1440x900 resolution. Since then I've only changed the cable and converter …

Member Avatar for Ali_46
1
333
Member Avatar for Michael_50

Last night I tried hooking my tv up to my computer to use as a second monitor I googled how to do it, Google told me to turn off the computer connect the hdmi cord and turn the computer back on so I did. But when I turned computer back …

Member Avatar for rch1231
0
236
Member Avatar for mrcniceguy

I want to create a single profile page for members. The way I want it is when any user logs in he will automatically be taken to that single profile page. I am wondering if there is a way I can make the code IN PHP extract only the profile …

Member Avatar for Carsten_1
0
7K
Member Avatar for Psyclique

Public Class frmRadar Private Sub mnuClear_Click(sender As Object, e As EventArgs) Handles mnuClear.Click ' The mnuClear click event clears the ListBox object and hides ' the average speed label. It also enables the Enter Speed button ' Me.lstRadarSpeed1.Items.Clear() Me.ListBox1.Visible = False Me.btnEnterSpeed.Enabled = True End Sub Private Sub mnuExit_Click(sender As …

Member Avatar for Reverend Jim
0
285
Member Avatar for Khw09

To display specific pictures i've used the code below PictureBox1.Image = Image.FromFile(FILEPATH") but how can I code it so a random file of a photo is displayed instaed?

Member Avatar for rproffitt
0
398
Member Avatar for Za3mi

Dear all! I am gonna devlop a launcher in android studio in which icons of all apps are created(app's original icon+some effects) at run time. Kindly provide me suggestion, what should i do? I am having problem in making it's logic. Thanks in advance...!

Member Avatar for rproffitt
0
237
Member Avatar for Mark_WBST

I am an amateur and I am trying to edit a theme that I have bought and I am not able to display the category name and link. Does anyone to resolve this problem. <div class="item-info">'; if($show_aut!='0'){ $author = get_author_posts_url( get_the_author_meta( 'ID' ) ); $html .= '<span class="item-author"><a href="'.$author.'" title="'.get_the_author().'">'.get_the_author().'</a></span>';} …

Member Avatar for hericles
0
190
Member Avatar for mohammed_22

here i want to display images according to the numbers given here is my view page <div class="limiter hidden-xs"> <label>Show</label> <select> <option selected="selected" value="">9</option> <option value="">12</option> <option value="">24</option> <option value="">36</option> </select> per page </div> my controler section is this public function look_book() { $data['active_mn']='look_book'; $config['base_url'] = base_url().'roxcontrol/look_book'; $config['per_page'] = 9; …

Member Avatar for diafol
0
346
Member Avatar for Ben_15

Hello, all. I'm presenting you with an issue that's persisted for about a month now (started December 10 2015). I have an Pavilion 15 Notebook PC that I purchased on April 1 2015 with Windows 8.1 installed (warranty is good until March 31 2016), and up until the mentioned December …

Member Avatar for rubberman
0
323
Member Avatar for jtsop01

I have 2 thunderbolt displays daisy-chained to my mac pro for the past 9 months. I have my sound output coming out of one of my 2 displays. I'm on El Capitan and recently had my displays freeze after waking them up from a lunch break then the sound didn't …

Member Avatar for rubberman
0
277
Member Avatar for Junior89

I have just finished putting my computer together. I was all excited that it was done. I turned the computer on and everything runs, the fans lights etc. but there is no display. I know its not the ram because i just replaced it with some that i know works. …

Member Avatar for Dj_1
-2
1K
Member Avatar for Sophia_1

Hi everyone, I have this issue, currently am able to save the attachment name in mysql database. However, after saving it doesn't display the attachment name in the form and so unable to open the attachment. Below is the coding. Please advise how to display the attachment name and open …

Member Avatar for Johnny1
0
404
Member Avatar for calebcook

Hi. I need to be able to display each day of the current month excluding Sunday in a format: month/day (eg. 11/11). So I want the output to be: [CODE]11/11 11/12 //excludes Sunday 11/14 11/15[/CODE] etc. Does anyone know how to do this? Thanks

Member Avatar for Adriano_1
0
4K
Member Avatar for pilucho

in all pages will code with "session_start ();" but does not display all the information, as "First name, Last name" But if the user is connected, and when browsing pages, only shows the nick, and the other names disappear on the first page to connect, if it shows all the …

Member Avatar for pilucho
0
270
Member Avatar for fazal004

I have a form on footer that display on all pages. I want the form not display when I click on contact us button in menu and there should be no form on footer at that page, any help from web developers. Regards

Member Avatar for diafol
0
175
Member Avatar for djjeavons

This code snippet demonstrates how to use ADO.NET to read the contents of a Microsoft Excel Worksheet. This snippet also demonstrates the use of the [GetSchema](https://msdn.microsoft.com/en-us/library/ms135981%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396) method to determine what worksheets are available within an Excel workbook allowing the end user the ability to select a specific worksheet in order …

Member Avatar for vivek_sharma
2
2K
Member Avatar for Sophia_1

Hi everyone, am trying to display current date/today's date in php but the output is as below. Please advise. Thanks. <?php $Currentdate2 = date('d-m-y'); echo $Currentdate2; ?> Output: Current date: 2027-10-15

Member Avatar for diafol
0
369
Member Avatar for Mark Louie

Help me :) I want to display the text file in JTextArea but how ? and i want to attach this is searching button.

Member Avatar for stultuske
0
107
Member Avatar for Goldfinch

I have been trying to connect my 20" Apple Cinena HD display to a Lenovo ThinkCentre running Win7, i bought an adapter to deal with the DVI-D Single Link to VGA connection, but the screen has not responded, I cannot configure the PC until I get a screen working. Edit: …

Member Avatar for rproffitt
0
240
Member Avatar for mattyd

I apologize if I asked this question before - I may have. I am hearing two sides to this issue: 1. .php files WILL display in a web browser 2. .php files will NEVER display in a web browser I find this very confusing. I am watching video tutorials and …

Member Avatar for almostbob
0
495
Member Avatar for Sophia_1

Hi everyone, am trying to save excel/docs filename in mysql and then display the filename and open the file to edit. The filename can be save in mysql but unable to display the filename and open the file. Appreciate if you could advise. Thanks a lot. <div id="tabs-1"> <?php error_reporting(E_ALL …

Member Avatar for Sophia_1
0
360
Member Avatar for shayan_doust

Dear all, I was told to write an application for my assignment that would keep track of contracts. The problem is, I have no clue how I can make this application write JTable into txt file every 5 seconds and wheever application would open, it would read the txt file …

Member Avatar for JamesCherrill
0
540
Member Avatar for LibraryCode

Dear friends,help me please,i have a php array,how would i display table out of it,something went wrong : <?php $data = array( array ( "Hartsfield Jackson Atlanta International","Atlanta" , "ATL" ), array ( "Chicago O'Hare International", " Chicago", " ORD" ), array ("Los Angeles International", " Los Angeles", " LAX" …

Member Avatar for jkon
0
9K
Member Avatar for Sloane_1

I'm a tad confused on a homework assignment. I'm supposed to write a program that displays a table of the Celsius temperatures 0 through 20 and their Fahrenheit equivalents. I got the loop to work just fine, but I'm supposed to display the results of the loop in a TextArea …

Member Avatar for JamesCherrill
0
1K

The End.