来自于老赵的博客看后感。多禁止ViewState,多用纯粹的服务器控件。如果客户对性能要求不大,对界面要求不大,那么gridview可以一用。//这样的客户可真少见。小心ASP.NET的控件ID管理。将不变的部分提取至js文件,将变化的部分(例如服务器控件的客户端ID)留在页面中。
转载 2010-08-07 21:45:00
123阅读
2评论
MVC相对于WebForm来说更难学习,但性能优于WebForm,比较适合大型项目,开发成本较高,但耦合度低,易于维护,没有太多的现成控件,开发效率较低。对WebForm有基础的人反而不太容易学MVC。 一、MVC相对于WebForm的变化 1. 使用URL Routing技术:Web程序的URL不
转载 2016-06-27 14:12:00
236阅读
2评论
最近公司需要,开始学习oracleforms,e文 的文档实在看的不爽,还好同事买了一本中文入门书籍,趁着周末学习了一下。 总的感觉这个东东比较简单,如果学习过图形化的开发工具,比如jbuilder之类,就能很快上手,不过昨天碰到个问题让我郁闷到了今天才解决
原创 2008-09-16 15:59:00
8579阅读
1点赞
2评论
A step by step tutorial for Oracle Forms 10g development. This guide is helpful for freshers in Oracle forms 10g. To download this ebook click the below button: Download Oracle Forms 10g eBookSee Also...
原创 2021-07-21 11:33:23
1290阅读
在开发Oracle Forms时,有没有碰到这样的需求,我需要在每次离开一行记录时执行某个操作。用WHEN-VALIDATE-RECORD,不过实际测试的时候,怎么有时行有时不行?那你有没有尝试过WHEN-LEAVE-RECORD呢?什么?还有WHEN-LEAVE-RECORD?从来没有听说过…… 在请出WHEN-LEAVE-RECORD前,让我们先来分析分析下见过的几个WHEN触发器: WHE
原创 2022-01-05 17:43:52
608阅读
   来汉得也有好几个星期了,目前学习到ebs form开发。form开发难度倒是不大,只是入门有点困难,没有全面的去学习,很多东西都是学得边边角角的。根据汉得的培训,ebs form的练习主要参照“Turorial_Folder 开发指南.pdf”文档开发,文档为公司保密材料,这里就不上传了。    开发中遇到一个另我花了大力气才解决了问题:开发中,一边
原创 2013-09-01 00:57:01
4772阅读
Below is the example to create an excel file in Oracle Forms.Pass the Sql query string to the below procedure to generate an Excel file using Ole2 package.PROCEDURE Create_Excel_File (CSQL Varchar2)Is...
原创 2021-07-21 11:35:06
573阅读
1.abort_query; 停止查询的执行2.add_group_column(record group id 或 name,group column 添加一个列到一个记录组,Record group id、name,column type,column width); 3.add_group_row(record group id 或 name,row number); 添加一个行到一个记录组
转载 精选 2013-11-15 18:06:53
8137阅读
Sequence of triggers fires on Commit.1. KEY Commit2. Pre Commit3. Pre/On/Post Delete4. Pre/On/Post Update5. Pre/On/Post Insert6. On commit7. Post Database CommitSequence of triggers fires when ...
原创 2021-07-21 11:34:10
369阅读
Managing push buttons at run time in Oracle Forms is very simple and in this tutorial you will learn to enable or disable the buttons, making visible and invisible buttons and will learn to change the...
原创 2021-07-21 11:35:13
970阅读
Introduction ------------ This document lists the order in which triggers fire in Oracle Forms 4.5: o The first column, Action, describes the function to be performed (e.g. deleting a ...
原创 2021-07-21 11:42:00
520阅读
[ASP.NET Web Forms - 教程ASP.NET 是一个使用 HTML、CSS、JavaScript 和服务器脚本创建网页和网站的开发框架。 ASP.NET 支持三种不同的开发模式:Web Pages(Web 页面)、MVC(Model View Controller 模型-视图-控制器)、Web FormsWeb 窗体): 本教程介绍 Web FormsWeb PagesMVCW
转载 2020-07-12 09:56:00
199阅读
2评论
http://msdn.microsoft.com/en-us/library/ms973868Global.asaxThe Global.asax file is similar to the Global.asa f
转载 2012-03-09 14:01:00
42阅读
2评论
To download Oracle Forms Developer 6i from Oracle click this link http://download.oracle.com/otn/nt/forms/6i_rel2_xp.zipNote. You must have Oracle username and password to download any software from ...
原创 2021-07-21 11:31:58
1993阅读
Highlight a Text Item in Oracle Forms With Visual AttributeIt is very necessary to highlight the current cursor text item in data entry forms so that a user can easily notice the current item. Steps t...
原创 2021-07-21 11:34:18
577阅读
After getting to much requests for a free Oracle Forms and Reports project for students, I am sharing a project with source code (Oracle Forms example application), which I developed in around 2000 in...
原创 2021-07-21 11:35:12
2069阅读
I have written many posts related to triggers in Oracle Forms, I have given examples for Form Level triggers, Data Block Level triggers and Item Level Triggers. And in this tutorial I am just giving t...
原创 2021-07-21 11:36:15
848阅读
Created XO Checker game in Oracle Forms and sharing its FMB (source code) for reference so that you can view its code written on the objects. You will learn a lot by looking its code and logic, you...
原创 2021-07-21 11:29:53
404阅读
Suppose you want to handle an error in oracle forms and want to display custom error message for that error, but also you want to customize more for a particular error. For example there are many fiel...
原创 2021-07-21 11:33:32
1484阅读
Play_sound is used to play audio files in Oracle Forms, Play_Sound plays the sound object in the specified sound item.PLAY_SOUND examplesThe following plsql block you can write in when-button-pressed ...
原创 2021-07-21 11:34:12
519阅读
  • 1
  • 2
  • 3
  • 4
  • 5