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
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
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...
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
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
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...
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...
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"...
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...
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
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...
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...
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...
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
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...
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
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.