iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Description
ISGetObject("Med_MedicationDialogBox").Text = captionText;
ISGetObject("Med_MedicationDialogBox").ShowDialog();
Where captionText may have different values according the situation.
It works fine with first show, and it did show the caption that I'm expecting.
But from the second time and going forward it will always display the caption that assigned with the first show, and it will ignore any change.
Please advise ASAP as this effect the users badly and they think the system displays wrong info and confuses the patient names!
Step to Reproduce
ISGetObject("Med_MedicationDialogBox").Text = '123';
Show the dialog.
The caption is '123'
Close the dialog
ISGetObject("Med_MedicationDialogBox").Text = '456';
The caption is still '123'
Actual Result
Expected Result
if (dlgBox.Window != null) dlgBox.Window.SetCaption("My Caption");
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname