Quantcast
Channel: ASPRunner forums
Viewing all 2520 articles
Browse latest View live

[SOLVED] CustomAdd redirect

$
0
0
Hi All,

Any idea how to redirect after a CustomAdd?

I don't want to add to the table I'm editing, I want to save to a temp table and then redirect to the edit of the temp table.

I've tried the following near the end of the CustomAdd but it's not working:
header("Location: http://localhost:8085/paymenttemp_edit.php?editid1=".$values['paymentid']);

Barcode live demo problem

$
0
0
I try barcode livedemo in market place but doesn't work this is the error:

PHP Warning: odbc_connect(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'., SQL state S1000 in SQLConnect in C:\UserAccounts\www\volinrok_yahoo_com\NewPlugins_20140612120507\include\dbconnection.odbc.php on line 9
PHP Fatal error: [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'. in C:\UserAccounts\www\volinrok_yahoo_com\NewPlugins_20140612120507\include\dbconnection.odbc.php on line 12

Can help me?
Thanks
Fabio

Image as Radio Button

$
0
0
How can we have Images as Radio Button control. Just like Star Rating. Can we have smiley faces

How to create an IOS/Android app using php code created by PHPRunner?

$
0
0
Hello Everyone,

I would like to create an Ios/Android app using the php code created by PHPRunner (I´m not a programmer).

Thanks in advance for any sugestions.

Marcelo

Date Picker Limiting Date Range

$
0
0
Hello All:

I am needing to limit the date picker to current month - 14 days into previous month.

Any guidance is appreciated.

Landon

Hide list column when part of master view

$
0
0
Is it possible to hide columns in a list depending on the type of view? ie when the list is part of a master view there are certain columns which are not relevant, such as details of the master entry, is there a way I can hide these columns?

Thanks.

Jim.

Change Button Caption on Grid

$
0
0
Hello, new to this forum.

I have an ASPRunner NET (9.8) project where I have added buttons to the datagrid, as per the manual.

These buttons are displayed or hidden depending upon a certain condition (value of a field in the db table). This is also per the manual.

All this works fine.

However, I would like to know if it is possible to change the button caption on a row depending upon another condition (for example, the value of a field in the same db table), and, if so, how might I go about doing this.

Any input welcome.

Thanks!

Networking

$
0
0
I'd love to find other people using ASPRunner.NET - especially in the Northeast.

I think part of the problem with the light use of this forum is that by default it doesn't turn on email notification. I just set this up as a watched forum so that I will see all the email now.

We need to stoke dialog about this product so that the user base grows and it is around for us all for many years to come.

Field Size

$
0
0
Hi.
I am using Bootstrap Layout and cosmo theme.
On my add page I double click on a field and enter the size as 50 x 750 I can see it has changed the size, but when I build the project and go to the add page, the fields are all the same size.

I cant upload pictures as my internet where I am is too slow, but if there is a quick fix I would be grateful, otherwise I will bring it up in a couple of weeks when I am back home.

Cheers

view record

$
0
0
Hi,

how to know view one record with user?

Master-Detail Menu

$
0
0
Looking for some tips with menus. I have a menu running across the top of the page which takes users to the key search pages and reports.

I have created a client record system. The master table is the clients details and there are numerous detail tables displaying different data (eg: appointment records, test results). Currently I am using a dashboard to display data from all the linked tables.

I wonder if it is possible to have a secondary (vertical) menu, so that when I open the master table entry the secondary menu only opens the detail tables linked to the master table?

I'm not sure if this is possible. I've had a try but not been successful...

On the master table I have used a button with a redirect code to .../dashboard.php?q=(client_SystemID~equals~XXX), where XXX is the recordID. Can something similar be done with the menus?

Thanks for any info you have.

Terry

Active Directory

$
0
0
I have a strange event.

I have active directory setup in an application.
It works good.

I have two users that can logon to their company computers with no issues but cannot logon in the phprunner application.

I and searching for what may be causing this and am asking if anyone has seen this type event before and what was the resolution.

Any information is appreciated.

Respectively
LandonH

Refreshing page after update to child list

$
0
0
There are some refresh scenarios in the documentation, but not this one:

Edit page with multiple sections, including a child list that can be edited, and a summary section.
The edit to the child list will affect the values displayed in the summary. However, the summary only refreshes if I manually reload the page.
How can I programmatically reload/refresh the entire page after an edit to a child record on that page?

See screenshot. Thank you.


Screenshot

input text field in list page

$
0
0
Hello friends!
I have a
table1 
with fields
date,Customer, Income ,Invoice
,
And my Custom view sql looks Like:
Select customer.table1
Sum(Income.table1) as Total Income
Sum(Invoice.table1) as InvoiceTotal,
Sum(Income.table1)- Sum(Invoice.table1) As Balance
From table1
 Where date.table1 <” [i]precisedDate[/i]”
Group by customer . table1

Now in list page I want to be able to type (input) a
precisedDate

And the query will recalculate balance according to the precisedDate I type.
Please help

How to Create Custom PDF?

$
0
0
Hello, is it possible to create a PDF with the data of a table made through PHPRunner?
Create a custom PDF and not the default PDF available from PHPRunner.
Thank you very much in advance.

[SOLVED] AD issues in 9.8?

$
0
0
Has anyone experienced any AD weirdness in 9.8? Things that worked perfectly in older versions are no longer working for me. Specifically:
  • automatic sign-in no longer works (it used to work in both IE and Chrome)
  • manual sign-in usually works but occasionally fails
  • trying to add AD groups dynamically fails to find any of our groups

At first I thought it was an issue with our AD server, but apps I have built using earlier versions are working flawlessly. I also double-checked to ensure that the configuration info is identical to what I used in previous apps.

I was just wondering if anyone else has seen this or can verify that AD is working for you in this version. Thanks.

update field in the master record froma field in detail record

$
0
0
I have a database in which the master holds overall information regarding a project.

The detail table is used to track the progress of the project. Each time a detail reord is added it is assigned to another department/individual for processing.

In the detail record I have a field 'Assign_to'. I want to get the value in this field and update the 'Assigned_to' field in the master record.

The master record table is 'Project' and the Detail table is 'Progress'

When entering a new Progress record in After Record Added I have tried using:

$sql = "INSERT INTO Project (Assigned_to) values $values[Assign_to]";
CustomQuery($sql);

Syntax checks OK but when I run the application I get the error below.

Does anyone have any sugestions please?

Ian




php error happened
Technical information
Error type 256
Error description You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Ian Thomas' at line 1
URL localhost/Progress_add.php?submit=1&fly=1&
Error file C:\Users\owner\Documents\PHPRunnerProjects\LLD_Tracker_build30v911v97\output\connections\Connection.php
Error line 661
SQL query INSERT INTO Project (Assigned_to) values Ian Thomas

More info



Call stack
File: line Function Arguments
#0. connections\Connection.php:661 trigger_error 1. You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Ian Thomas' at line 1;
2. 256;
#1. connections\Connection.php:661 Connection->triggerError 1. You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Ian Thomas' at line 1;
#2. connections\MySQLiConnection.php:142 MySQLiConnection->query 1. INSERT INTO Project (Assigned_to) values Ian Thomas;
#3. include\dal.php:24 CustomQuery 1. INSERT INTO Project (Assigned_to) values Ian Thomas;
#4. include\Progress_events.php:39 eventclass_Progress->AfterAdd 1. Array ( [Project_Ref] => Array [ID] => Array [Hotel] => Array [Assign_to] => Array [Email] => Array [Assign_for] => Array [Assign_Date] => Array [Required_by] => Array ...;
2. Array ( [PID] => Array ) ;
3. ;
4. AddPage;
#5. classes\addpage.php:670 AddPage->callAfterAddEvent N/A
#6. classes\addpage.php:418 AddPage->processDataInput N/A
#7. classes\addpage.php:301 AddPage->process N/A
#8. Progress_add.php:282 Global scope N/A

Any scripts runs at startup ?

$
0
0
I notice this event 'After application initialized' / function AfterAppInit.

the explanation says, it executed in the beginning of each page before any processing takes place.

Now i need an event script which is runs in beginning of the whole application (project startup),
so it only run once whenever the app started.

I cannot find it. So, is PHPrunner really not prepare something like that?

Bootstrap different header in mabile

$
0
0
The header code below will make the bootstrap databases work with different header for mobile mode. The desktop header is in a file called include/header2.php and header is for mobile. Just wanted to know if this is the best way to do a different header in mobile devices.

Header.php

<?php
if (MobileDetected())
echo "<font size='6'>Mobile mode</font>";
else
include("include\header2.php");
?>

Delete Button

$
0
0
My default record "delete" button quit working any thoughts?
Viewing all 2520 articles
Browse latest View live