Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rleiman
  • Content: Threads
  • Order by date
  1. rleiman

    Events - How do I make the tab key generate an Accepted event?

    Hi Everyone, Can you tell me how to make the tab key generate an "Accepted" event so the code in the "Accepted" embed on one of my entry controls will execute? Thanks. Emad
  2. rleiman

    Rounding - How do I round to the nearest 20.00?

    Hi Everyone, Can you tell me how to round to the nearest 20.00 or nearest 35.00? Rounding to the nearest 10.00 or 1.00 is easy because I found a function that does that, but I am not sure if there is something like that to do odd numbers like 20.00 Thanks. Emad
  3. rleiman

    Clarion 7 help manuals - Does anyone know how to get these?

    Hi Everyone, I am a core subscriber with Clarion and am very excited about the late arrival of Clarion 7. I found out that 3rd party vendors have the alpha verion of the software, but the rest of us can't get anything from soft velocity. Since I am already a core subscriber, does anyone who...
  4. rleiman

    Clarion 6.3 - Will it work using Windows Vista?

    Hi Everyone, Can you tell me if my Clarion 6.3 build 9055 will work on Windows Vista? Thanks. Emad
  5. rleiman

    Setting focus to a control - How do I do it?

    Hi Everyone, Can you tell me how to set focus on a particular control such as a textbox control with code? Thanks, Emad For example: If someConditionIsTrue | Then ! Set focus on this control. Else ! Set focus on some other control. End
  6. rleiman

    Access: ...... - Can you tell me what this is and how to use it?

    Hi Everyone, I saw references to the ACCESS keyword in a line of code like this: ACCESS:tableName.Next() I looked for ACCESS in the help, but the explaination was to confusing for me. Could you tell me what ACCESS is and how I can use it? Thanks, Emad
  7. rleiman

    Dropdowns - Can I change the sort order of these?

    Hi Everyone, Can you tell me if the sort order in a dropdown or a combo dropdown can be changed from the default sort order? If yes, can you tell me how to do it? I was able to do something like this in the dropdown of an eip field, by populating a queue, but as for a regular dropdown I did...
  8. rleiman

    Can a string be sorted numerically?

    Hi Everyone, 1 of my columns in a browse is a string column. The column can have values such as ABC, 004, 0453, 100. Can I sort the column so that the numbers will be first followed by the non-numbers. "Enable Sort Header" is turned on. Can I sort it so the values are like this? 004 100 0453...
  9. rleiman

    EIP - No matching prototype error with "Column Specific"

    Hi Everyone, I am using the detailed version of EIP. In the properties of "Column Specific" I choose "Drop Combo" from the type dropdown. I choose the elipsis button next to the "From" entry field and selected a column from the "Select Column" dialog. I also did the same with the "FromColumn"...
  10. rleiman

    Threaded Procedure Call Definition - How do I use to pass parameters?

    Hi Everyone, I noticed on the procedure properties of the forms, browses, etc. a section called "Threaded Procedure Call Definition". Can you tell me how to go about setting up parameters that I can pass to my procedures? For example: Sending a string to the called procedure. Can you also tell...
  11. rleiman

    Browse - Browse box has more columns than is defined in the formatter

    Hi Everyone. I have a browse list box that has 5 columns created with the list box formatter. When I run the app it shows 9 columns. Can you tell me how to remove the extra 4 columns I don't want to show up in the app? Thanks. Emad
  12. rleiman

    EIP - Help needed to prime a key for lookup

    Hi Everyone, I am using EIP in a browse that has 2 lookup fields, both set up through the Column Specific field properties. The first one does a lookup to a single field key and that works fine. This field is called SkuCagetory. The other field SkuNumber does a lookup on a multi-field key and...
  13. rleiman

    EIP - How do I prime other fields in the browse?

    Hi Everyone, In the EIP manager take excepted embed can you tell me how to prime the fields in the browse? I tried this but it did not populate any values: SalDet:Description = INV:Description SalDet:Category = INV:Category SalDet:Description is in the browse and I would like to prime it...
  14. rleiman

    Code - Error 33 when deleting a row by hand

    Hi Everyone, Can you check out this code and tell me what else I need to add to it so I don't get the error 33? The key values are already initialized before this code was called from a button. The SalesItemsList.ResetFromFile() shows that the data has dissapeared but I get the error when I...
  15. rleiman

    Buttons - Can I use big icons in buttons?

    Hi Everyone, I included icons in my buttons, but they get resized to a very small size even if I make the buttons bigger. Can you tell me how to keep the original size of the icons in the buttons? Thanks. Emad
  16. rleiman

    Topspeed Tables & SQL - Can I write SQL code to query Topspeed tables?

    Hi Everyone, I was woundering if I write SQL code to query Topspeed tables? I already know SQL because I come from an Oracle background and it would be nice to simply create a bunch of queries and slip them into the filter field of a browse procedure or to filter any browse on a form using...
  17. rleiman

    Browse - How can I make the columns remember thier widths?

    Hi Everyone, Can you tell me what I need to do so a browse will retain the column widths before the app is closed? I was hoping the column widths will go back to the positions the user adusted them before closing the app. Thanks. Emad
  18. rleiman

    Edit-in-place - "Type" dropdown missing from "Column Specific&quo

    Hi. This is related to the previous post I had on edit-in-place. I found in the Clarion samples folder what I was looking for where it does a lookup from the edit-in-place field. When I saw this I said WOW. I found how they did it when I discovered there was a "Type" drowdown in the "Column...
  19. rleiman

    Edit-In-Place - What embeds can I use when the user leaves fields?

    Hi. Can you tell me what embeds * can use when the user leaves a field in a browse set up as edit-in-place? I plan to place code that will do a lookup in the database and populate other fields in the window when the user leaves one of the edit-in-place fields. Thanks. Emad
  20. rleiman

    Browse - Range Limit Field is grayed out. How can I release it?

    Hi Everyone, I have a browse that calls a from procedure and I placed a browse list box on the form procedure. The Range Limit Field is grayed out on the Browse Box Behavior screen. Can you tell me how to unlock this field so I can define the range limit field? I checked the data dictionary...

Part and Inventory Search

Back
Top