Click here to Skip to main content
15,905,414 members

Comments by Behfar Baghovvat (Top 4 by date)

Behfar Baghovvat 15-Feb-24 1:31am View    
The question was originally stated in the description itself, how can I transfer the information of the third form through the second form to the first form? Apparently, DevXpress doesn't have that option.
Behfar Baghovvat 15-Feb-24 1:28am View    
Exactly.
Behfar Baghovvat 11-Apr-23 5:58am View    
Hi, I have a main form called MainForm I have a received checks form called DepositChequeForm, which is executed inside the MainForm with the help of the DocumentManager control at the time of the call.

I have a notification form called NotificationForm, the checks whose payment date is approaching, are displayed in the form of a list in this form, which is executed independently of the MainForm form.

Now I am going to write a code that when I click on one of the records in the notification list, the DepositChequeForm form will be executed with the help of the DocumentManager control inside the MainForm.
Behfar Baghovvat 11-Apr-23 5:57am View    
I mentioned above