i have the following code in my php script. it's for displaying a Crystal Report file.
$cr = new COM( "crystalruntime.application" );
if ( $cr ) {
$cr->OpenReport( "SelectExpert1.rpt", 1 …
Java SE JRE 7 update 21 is now available, with fixes for dozens of security-related issues. Immediate installation is highly recommended. Head on over to Oracle's Java download page and …
Hi group,
I recognize the today, most people navigate from control to control within a form with their mouse. However some old school people may want to use a "enter" …
Hello everyone,
I have a PDF file which I converted to a text file, and now I want to read the whole thing, search for the keyword "SITUATIONAL" and insert …
I'm trying to strip only path from a c string
char *path = "~/folder/sometext.txt"
so I would get only "~/folder/"
Anyone got a hint on how to achieve …
A client of mine wants to implement SSL on their site. They have a number of forms which communicate sensitive/personal information, and want to send the data over a secure …
Hello. As a Software Engineer I admit a slight lack of knowledge with hardware. I am usually quite good with any hardware that is contained within the case, my issues …
So ive been teaching myself x86 over the last couple days now im trying to call c functions and am getting segmentation faults. if someone could explain how to call …
hello altogether,
my name is Wolfram Pagels, Berlin, Germany
my status is :retired but enthusiastic c++-fan;
I use Dev-C++ since 3 month ago; in the 70th I programmed …
for my combobox i want to prevent user from typing further text if the typed text do not match part of combobox items i.e from starting
Autocomplete mode set to …
Hello, I am trying to encrypt a String using Symmetric Key Cryptography. When I try to encrypt the string, on runtime it gives me this error:
input text: Hello …
8086 Interpreter: This program should allow the user to type in 8086 assembly language programs, syntax check them line by line, and run them.
This is my summer …
Hi Dw
There is a project in which I'm working on and now it had come to a point where I had to start including the Microsoft Point Of Service …
Before I begin, I want to apologize if this is in the wrong board. Please move it if it is.
A friend of mine was going to toss a Dell …
I've written a script to change all images in many hundreds of Excel documents to a .png format in order to reduce their file size (the largest were coming up …
I have to print the invoice in my datagrid using datareport but i dont have the total amount of all the selected items.i have uploaded a picture. I hope u …
hi, can vb6 detect if the unit is connected to a router or have a connection to the net or LAN ? example: if the user is disconnected to the …
I How can I get the output from grep into a variable? In the following program I've tried the SSID line two ways but I am not getting what I …
This seems kinda random but basically I have the following member function in my caching class:
public function increment($key, $expires = 0)
{
// Requires OPT_BINARY_PROTOCOL
return $this->cache->increment($key, 1, 0, …
Here is my assignment. I would like someone to walk thru some of this with me if you have time today. This is my last assignment and I just dont …
I'm completely clueless to this as I have never used crystal reports before. So I want to use a textbox to pass values into my crystal report so basically only …
I am working on a form which uses an Access (oledb) database, I have a button to update, and other to insert a new client, when I insert a new …
When we switched over from vBulletin to our own unique platform back in March 2012, one of the things that changed was the way that post quality score was calculated. …
Hello!
I am having a bit of a hard time figure out how to code this thing..
I have just started coding by using windows form application and need …
If someone wanted to learn Visual Basic should they learnVisual Basic 6 or Visual Basic 2012.
I prefer Visual Basic 6.
Hello, I am a student and I was assigned to create my first entity relationship diagram and I'm kind of lost. The professor hints the paintings should be broken into …
I can read the session.save_path from the remote server at php_info.php. It is set to "no value". I assume that this defaults to /tmp.
I understand that in the …
Hey all -
I have searched the internet with no luck, so I finally resorted to here to ask for information. I am trying to find a way to find …
I want to call jquery function (or something like that) from vb code.
This is what i need.
There is a VB function named Calculation(). It takes few …
I tried using a solution to a very similar question here but it doesnt work for large files like the one I'm using.
http://www.daniweb.com/software-development/vbnet/threads/320160/visual-basic-reading-text-file-into-array
The code from …
I was wondering if I can fill up an edited row based on the value in my Label.
Here's the scenario: An employee will add and edit rows in …
Hi all.
How Can I makes login form for my vb.net project? I would like to make one that can identify the user according to their roles. Eg. Roles …
Hi guys, I have an HTML page that I built and at the moment the content on it gets changed via javascript. What I would like to achieve is to …
Hello, I have read numerous forums on this issue and is seems each case/resolution is specific to the persons file. I have the same error, but can't find where it …
Hi I just recently started learning about using the windows form application for C++. I am using Visual Studio 2010 and I have came across this problem. For instance, I …
so my newest problem! i have a save button and that save button already has the insert into query and working fine now what i wanna do is when the …
I am a newbie to hibernate and I am trying to insert a row. The below is my code along with log. I am not getting any exception, however when …
This tutorial is designed to walk you through DaniWeb's implicit (clientside) OAuth flow. This is not designed to be an introductory tutorial to OAuth, …
Hello people,
I have this C programming assignment which I have no time to do as my Uni workload is too large.
The assignment should take, if you …
Im trying to display data in a datagrid then once a row is selected show a different column of the database in a text box. I use the unique primary …
This snippet defines a Print function which can be used with python 2.4, 2.5, 2.6 and 3.0 (for 3.0 this is just the built-in print function). It's interface is that …
OK, I've exhausted my searching, so if someone can point me to a link with a good example, that would be super.
I'm simply trying populate a combobox with data …
this is the assignment I need some help with.I have posted what i have written so far for this assignment and am not sure what steps to take next, or …
I'm stuck writing some code for an intro programming class. I'm pretty sure the mistake is probably that I mixed integers with strings trying to get a result, but I'm …
Public Class Carwashform
Const EXTERIOR1_String As String = "Hand Wash"
Const EXTERIOR2_String As String = "Hand Wax"
Const EXTERIOR3_String As String = "Check Engine Fluids"
Const EXTERIOR4_String As String …
Hi again everyone, Im running into big trouble with my compiler Dev-C++, every time i compile any project, whether it is 1 im working on, or a completely fresh 1 …
Friends i have little bit problem in making a c language program.
I have to make a program which prints prime numbers from 1 to 500.
I make …
Hi
I am just about to launch a uk dating website the problem is with so many big companies out there what is the best way to get my …