Jump to content

Using UniDBedit as UniEdit


Abaksoft

Recommended Posts

Hello friends,

I want to share with you a technich i am using. This is for design optimisation.

 

You have 3 forms :

• a mainform with a unitreeview

• a form with an UniDBGRID

• a form with many UniDBEdit assigned to that UniDBgrid Datasource.

 

The unitreeview has 2 nodes :

• New customer

• History of Customers

 

If an user click on history of customers, he can edit and modify all fields in the third form.

 

Ok. But if an other user (who haven't access to history of customers, only creat new customer) click on new customer, then he will see all that fields not enabled.

 

This is a normal behavior as theese fields are assigned to a dataset wich is not open.

 

Ok, Some of you will open that dataset, before opening the form (to edit). But this will take times and ressources. Others will creat two forms (one with uniEdit and an other with uniDBEdit).

 

Solution :

Just put a virtualTable on the edit form and assign all that fields to this virtualTable Datasource, then do :

virtualTable.open

 

This will give you all uniDbEdit fields enabled and empty.

Use them as an uniEdit.

Have fun.

 

______________

Related topic :

http://forums.unigui.com/index.php?/topic/5067-emptytext-property-for-dbedit/&do=findComment&comment=25876

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...