I have a dropdown box created in php within html the value of the dropdown box is concatenated example: <?php echo $consignees['consigneename']; ?>
<?php echo "-"; ?>
<?php echo $consignees['city']; ?><?php...
I have this problem and at wits end can't work out the issue alone please help.
JavaScript: ( external but tried it in the main html as well)
$('#customer-select').on('change',function() {
var self =$(this);
$.ajax({
url...
I have this html code:
<a data-id="test" title ="Add this item" class="open-AddBookDialog btn btn-primary" href="#addBookDialog">test</a> which opens a modal and passes data is passed from the parent to th modal. It works fine but I need the data passed to be the input from a textbox.
The...
Windows 8.1 Apache 2.4.20
PHP 5.5.15
When I run a php file only the code shows in the browser (chrome). I searched all over the internet but find no solutions. I tried altering the apache config with no success. Please help
I'm trying to use the following procedure to update data to a table in sql from my linked server. The procedure executes with no error messages but no date is inserted into the table.
USE [LogisticsSQL]
GO
/****** Object: StoredProcedure [dbo].[Test] Script Date: 03/08/2011 13:55:31 ******/...
Using Access front end and SQL backend. Can anybody tell me if the statement below will quiery at the server and not pass the whole table for access to query. If it doesn't query at the server what code do I use to force SQL to run the query.
Dim Conn As ADODB.Connection
Dim rcdConsignee As New...
When I do the import file manually from table import dropdown this text document populates the table normally. But when I use Bulk Insert I get no records returned message. I tried this with a primary key auto mumber and without. Same result. My front end is Microsoft ADP and the bake end is SQL...
I have a list box with three columns Name,Department,Salary. I use the listcount to get a count of all the records. But is there a method to count just the records within the listbox where department = 1 for example
I've been looking all over the internet and can't find any info. Is there a method to scroll right on a form view with out using the scroll bar. Maybe detecting mouse position. Or any third party software. Maybe programming a key to move right/left. My preferened method would be detecting...
Is there a method in code where I can scroll right and left with out using the scroll bars. Examble: I'm using a drag and drop feature and when I drag a control to the right and the form has more to display I want the form to scroll.
I'm using code to move labels around on a form with the left click and mouse move events. When I change the code to recognize a right click instead of the left all works fine but I get dialog boxes for copying, pasting, deleteing etc. Is there a way to disable the dialog boxes with code so I can...
I have a form with code running behind it that updates a table not associated to the form record source. Is there a method to check that the update is complete before closing the form.
On my form I have a label named Test1. On double click I'm running code. Is there a method to get the name of the control that initiated the call. Or is there a way to get the name of the code running. Because the sub name has the name of the contol embedded example: sub test1_DoubleClick.
In a form I have a timer set to run a refresh. I also have code running for other functions mainly (On Mouse Move). Is there any way to check if the code is complete because I don't want to do a refresh until all code is finished?
I have several people creating new records to the same table at the same time. The new record is created by code the ADDNEW and UPDATE commands. Once in a while I get corruption where if I try to open the table manually I get an error message stating a record has been deleted and can't be...
I open a report in VB and want to save it to a file. When I view the file the appearance is different the lines I created to seperate records are missing all I get is text. I saved as rich text. Is there a way to save the report to look exactly the same it does in Access?
Can anybody help me with some code that I can used behind a form to Fax an Invoice based on the displayed invoice.I can't figure out how implement the "where" command within a SendObject command. ex: Print invoice where invoice number = me.invoice number.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.