Jump to content

Tinygoldwing

uniGUI Subscriber
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Tinygoldwing's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I'm trying to dragdrop between two dbgrids. I've set Handled to True so I can insert the data into dataset that I need. This works. It just always gets inserted at the bottom. My issue is that I need to drop into the destination grid between two rows. The dragdrop actually shows which row it should be inserted to. The columns are ordered by a field in the database called OrderPlc. This field usually isn't displayed, but this demo I'm showing it. Meaning if I have several rows displayed that are numbered between 1-11. When I dragdrop between row 3 & 4, I'm going to insert the new record and modify remaining OrderPlc by 1 to fix the numbers. But in order to do this I need to know the drop target row either the destination grid row number or destination datasource recno or the OrderPlc value from column two in the grid below. I've tried everything and it always returns 1 because that number is based off of the current selected row not the drop target. How do I get one of these values? In the grid below I need to return 4 so I can update the database. Thank You Ed
  2. User clicks to export grid they are presented with a list of column title from the grid. They can check or uncheck the ones they want to export. They choose them and I set the remainder of the fields visible to false. So far so good. Works great. However I can't determine when the exporter has completed to reset the columns visible property back. I tried a bunch of ways to including setting a timer but that's a fixed value and no one would want to wait seconds to do this even though it finished seconds earlier. Thank you for the help. Ed
  3. Our application has many different parameters when starting up. One of which could be the username and password: localhost:8077/?username=user&password=1234 This will automatically log someone into the system. Works but the url has that information displayed. If there some way of hiding them. Thanks, Ed
  4. Figured it out. Print with: UniURLFrame1.JSInterface.JSCall('iframe.contentWindow.print', []);
  5. I have a editor where a person changes a letter and clicks print. Print saves the letter to a html file and then I call to print() which open the document for printing but it leave the window open. UniSession.AddJS('window.open("/Files/Docs/GiftLetters/GiftLetter'+inttostr(rptcnt)+'.html", "_blank", "scrollbars=yes,resizable=yes,width=900,height=700").print();'); So my question is can I open the print dialog box on the html code that's in my UniURLFrame Or maybe a way to print the same letter in a dialog box in my app? Thanks, Ed
  6. I'm sorry I don't understand the question. That was just an example. Here is one of the actual forms in my real project. The issue at hand is outside of Unigui every web page you open creates a vertical scroll bar if the page is to big for the browser.
  7. I'm trying to get the vertical scrollbar in the browser to show up. Currently I can only do it if: 1. Set AutoScroll to True 2. Set WindowState = Maximized Easy to see the issue. Create a project with the just a main form. Open it in the browser. If it's bigger than the browser then the bottom gets cut off and there's no vertical scroll bar. I've tried everything. Thanks for the help. Ed
  8. uniGUI Complete - Professional Edition 1.90.0.1551
  9. There's been a lot of talk about AutoScroll not working and I've tried all kinds of ways to fix it. If I open a form that's larger the the browser height and width it should add scroll bars. Very frustrated at this point. Thanks, Ed
  10. I thought the office added me as a authorized user. The main user is randy.sill@vas.com I will check with them. Question, in the form above it only has a place for one email but two of us are using it. Is there a way to have two people's emails. Thanks, Ed
  11. Sherzod sorry I didn't realize I used my personal email. It's changed.
  12. How would I keep the column widths in my dbgrid to not get smaller than they were set at design time. My dbgrid is wider than the form and unless I make the width of the form longer than the grid then it gets cut off. I've tried a bunch of things. Scrollbox, panels....I've tried so many things I'm lost. Any help would be great. Ed Version 1.90.0.1545 10.3
  13. I porting over my app from intraweb to uniGui and I'm trying to get the mysql blob field to display text instead of BLOB. I've tried DisplayMemo and a combination of other properties like ForceFit to get it to display like the fish demo. Any idea of what of what I'm missing? Thank Ed Unigui 1.90.0.1545 xe10.3
×
×
  • Create New...