Announcement
Collapse
No announcement yet.
Search Result
Collapse
42 results in 0.0022 seconds.
Keywords
Members
Tags
-
You can also choose from the popular tags.
-
assign data from table 1 to table 2
First I want to select a contract in my form, then I want to see all articles that are already assigned to the selected contract and all articles that...
-
Implimentation of MVC Framework Structure within Scriptcase
NetMake, would you consider a future version of Scriptcase to support MVC. MVC appears to be vert popular standardized way to develop PHP web applications...Last edited by JaunLukePicard; 04-02-2019, 08:54 AM.
-
SC Store session in Database is not Working
Hi,
I tried storing the session to a database in the production (online) environment based on your blog but failed. (http://www.scriptca...
-
Is it possible to make a master-detail using grids?
Hello,
It is possible to create a master-detail using grids.I would like to know if I can create a grid and that when the user selects one...
-
Master detail, Can someone help me with an example?
Hi,
I have two forms configured as master-detail.The two tables that I use for the master-detail contain the fields "country"...
-
Record not updating/deleting when written redirect code on events
Hello,
I am having a grid of table Customers. I have created a form for Adding, Editing or Deleting record from the grid.
Now,...
-
What function to write back recordset
Hello,
i use the macro function sc_select(rs,'Select ....') returning an ADOrecordset.
Some fields will be changed like
{rs}->fields['test1']...
-
What function to write back recordset
Hello,
i use the macro function sc_select(rs,'Select ....') returning an ADOrecordset.
Some fields will be changed like
{rs}->fields['test1']...
-
Using functions to write back recordset?
Hello,
i use the macro function sc_select(rs,'Select ....') returning an ADOrecordset.
Some fields will be changed like
{rs}->fields['test1']...
-
How to store same name inputs using Insert a record on another table
I have very simple form:
<form action="" method="post" >
<td><input name="field1[]" value=""...
-
PDF Report - returning NULL in sub-selection (pls help me)
Hello to all,
I'm trying to make a subselect in a report pdf but the result is "Null"
Can anyone tell me where did...
-
Transaction Macros Fail
The question is simple: Why the following code in a blank application is inserting the record to the database?
Code:sc_begin_trans();
-
JaunLukePicard started a topic Differences in the Lookup and SQL Builder from the Tools at the top of Scriptcasein DiscussionDifferences in the Lookup and SQL Builder from the Tools at the top of Scriptcase
I wanted to know if there are any syntax differences in the LOOKUP SQL Builder and the one available from the Toolbar. If they are could we use the SQL...
-
-
Web Services - get data from other source
Hello,
please help me out. I am dealing with this for the whole week.
I need to get data from outside service and store it to my database....