Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
slowjams
About
- Username
- slowjams
- Joined
- Visits
- 205
- Last Active
- Roles
- Member
Comments
-
@DonBakke it is truly read-only
-
@AusMarkB Thanks for the answer :)
-
@AusMarkB yes, and I don't want to place existing contents(very very long) between if statement and then format
-
@BarryStevens Thanks, it worked!
-
@KevinFournier, I mean the OI edit table, not the SRP edit table
-
@BarryStevens it's not about the write event, I didn't use the write event to update anything, I just use a write statement to modify the current record, and the form is still showing the original values, even I put the cursor in the key field and…
-
@BarryStevens, I mean I have a data bind form which loads a record, then I change the data by new_ref<1> = new_value new_ref<2> = another_new_value ... etc then write new_ref on table, id.. so now I want the form to display the latest d…
-
@BarryStevens Thank u :)
-
@AusMarkB Thank you, it worked :)
-
@AusMarkB so how do code in the way that change the page to another page, which property I need to set?
-
@AusMarkB @DonBakke Thank you guys, it woked after I set the tabcount. But there is still a problem: after I click a button, I want to switch from tab1 to tab2, so I use Set_Property(OLECtrlEntID, "OLE.SelectedTab", 2), but the content is still…
-
@DonBakke , it is in the create, not sure whether the tab is created or not at this stage
-
@DonBakke I just used set_property(control, "OLE.LIST", data) and if it is SRP EditTable issue, how come the content of the table appear when I switch between tabs?
-
@DonBakke I have 3 tabs(SRP tab control) in a form, lets say I have a edit table in tab 1(current selected tab is 1) and I insert data into the table, but to see the edit table content, I need to click tab 2 or tab 3 then click tab 1 again to see t…
-
@DonBakke native one
-
@BarryStevens @AusMarkB The problem is that KEYWORD is multi-value column, if you use KEYWORD EQ ‘Blanket’ OR WITH KEYWORD EQ ‘Coffee’, it will only select the records which have only ONE value which is Blanket or Coffee, it won't select the reco…
-
@BarryStevens @AusMarkB I need to use Rlist, so how can Rlist search a matched multivalue columns? SELECT tableNAme WITH KEYWORD ??? Blanket/Coffee
-
@AusMarkB I can't do that because there are two many combinations, I just gave the example to simplify my question, in reality , I have to create more than 50 different text fields if I do it in that way, thats why I want to change partial content
-
@DonBakke I had tried SELECTION before but it didn't work, after setting the whole text then I used: set_property(ctrlID, "8:@fm:3 ", "SELECTION") set_property(ctrlID, "RED", "FORECOLOR") it still set the whole sentence in red color
-
@DonBakke Thank u
-
I mean I want to change a window's size after the form has been created , for example when I press a button on the window, I want to window to be bigger but when I execute: Set_Property(window, "SIZE", NewSize) The window doesn't change.
-
seems that I was, but how can I reduce the non-client area which seems to cause the problem
-
so how can I reduce non-client areas with extra coding? what property of the form should I change?
-
Both on design time or at runtime and I tried both of via code or by user dragging a border, once the form's width is reduced to a certain width, it couldn't be reduced any further
-
Thanks DonBakke
-
@AusMarkB @BarryStevens so can I catch a 'move ' event and halt it?
-
@BarryStevens, how Title and Frame-Thin relate to a form being static?
-
Thanks guys, I've already made it worked by using set_property("SYSTEM","CURSOR","&")
-
@KevinFournier I also have another issue When I click on the hyperlink cell(the first field), the third field (the only field thats editable in the table)is somehow "selected", could you figure it out? also, it is possible to increase the font si…
-
just like Report Table 's OLE.SortOrder?