|
DOT.NET code again
#xpa
I really don't know what i was doing before that it didn't work ... 3 simple lines of code are all that are needed and a dot.net variable. DNSet(D.Text,'Test') DNSet(D.Image,DotNet.System.Drawing.Imag
I really don't know what i was doing before that it didn't work ... 3 simple lines of code are all that are needed and a dot.net variable. DNSet(D.Text,'Test') DNSet(D.Image,DotNet.System.Drawing.Imag
|
By
Adrian Wick
· #196007
·
Edited
|
|
DOT.NET code again
#xpa
Found the solution in "3rd party dotnet samples". Thank you!
Found the solution in "3rd party dotnet samples". Thank you!
|
By
Adrian Wick
· #196006
·
|
|
DOT.NET code again
#xpa
@Frederik thank you! @Keith no particular reason ... just trying to learn DOT.NET ... Regards A
@Frederik thank you! @Keith no particular reason ... just trying to learn DOT.NET ... Regards A
|
By
Adrian Wick
· #196005
·
|
|
DOT.NET code again
#xpa
Dear wizards. can someone, for the love of God, explain to me how to code 3rd line of the following code in xpa (Controls.Add(simpleButton)). private void CreateSimpleButton(int left, int top) { Simpl
Dear wizards. can someone, for the love of God, explain to me how to code 3rd line of the following code in xpa (Controls.Add(simpleButton)). private void CreateSimpleButton(int left, int top) { Simpl
|
By
Adrian Wick
· #196002
·
|
|
OFF TOPIC - Thunderbird and Gmail with Oauth2 authentication
Ok, lets go step by step. 1. in order to use 3rd party software with google, you need to have 2 step verification enabled on gmail account. 2. Go to google account. 3. Click on Security on the left si
Ok, lets go step by step. 1. in order to use 3rd party software with google, you need to have 2 step verification enabled on gmail account. 2. Go to google account. 3. Click on Security on the left si
|
By
Adrian Wick
· #196000
·
|
|
Fields and predesigned fonts when dragged on form
#xpa
Ok, it has something to do with the form ... I do have a model on the form and that changes the fonts of labels and fields ... I don't understand why form model has an effect on labels and fields. Wit
Ok, it has something to do with the form ... I do have a model on the form and that changes the fonts of labels and fields ... I don't understand why form model has an effect on labels and fields. Wit
|
By
Adrian Wick
· #195988
·
|
|
Fields and predesigned fonts when dragged on form
#xpa
Thank you all for your feedbacks. The problem is i don't have "model" selected and that is why this is bugging me ... So all fields: no models but when dragged to the form, some get font 1 and some ge
Thank you all for your feedbacks. The problem is i don't have "model" selected and that is why this is bugging me ... So all fields: no models but when dragged to the form, some get font 1 and some ge
|
By
Adrian Wick
· #195987
·
|
|
Fields and predesigned fonts when dragged on form
#xpa
Hello wizards! A small question to which I haven't found an answer yet. Sometimes when i drag a field on the form, the field gets font 201 and color 2. What do i have to do in order to always get font
Hello wizards! A small question to which I haven't found an answer yet. Sometimes when i drag a field on the form, the field gets font 201 and color 2. What do i have to do in order to always get font
|
By
Adrian Wick
· #195983
·
|
|
Sending mails with mailkit and check if mail was sent
Dear wizards, i have a problem with sending multiple emails in a batch. A clients has his own ms exchange and apparently there is a limit on how many emails can be send in a short period of time. Incr
Dear wizards, i have a problem with sending multiple emails in a batch. A clients has his own ms exchange and apparently there is a limit on how many emails can be send in a short period of time. Incr
|
By
Adrian Wick
· #195954
·
|
|
Image quality
Hello all, what is the best way to get the best possible image quality with printing forms? All my images come out blurry ... I tried different sizes with different resolutions. No matter what i tried
Hello all, what is the best way to get the best possible image quality with printing forms? All my images come out blurry ... I tried different sizes with different resolutions. No matter what i tried
|
By
Adrian Wick
· #195944
·
|
|
Any way to use custom colors for text that are not in color table?
Thank you all for all the informations! Regards A
Thank you all for all the informations! Regards A
|
By
Adrian Wick
· #195917
·
|
|
Make Subforms behave as a single screen
Hi all, somehow i delete my respond ... You can achieve this by creating and "Exit event" in parent task, set scope to subtask and set propagate to yes. Inside of this event raise event Quit (or exit
Hi all, somehow i delete my respond ... You can achieve this by creating and "Exit event" in parent task, set scope to subtask and set propagate to yes. Inside of this event raise event Quit (or exit
|
By
Adrian Wick
· #195913
·
Edited
|
|
Any way to use custom colors for text that are not in color table?
Hello all, is it possible to use hval function in some way for font color? If it is possible, how do you combine than the foreground and the background colors? Or there is no other way and ill have to
Hello all, is it possible to use hval function in some way for font color? If it is possible, how do you combine than the foreground and the background colors? Or there is no other way and ill have to
|
By
Adrian Wick
· #195893
·
|
|
Disable Mouse Wheel special setting not working
Solution without the subform! 1. I created a virtual variable vDisableScroll. 2. Created Control Prefix of dotnet component and updated variable to TRUE. 3. Created Control Suffix of dotnet component
Solution without the subform! 1. I created a virtual variable vDisableScroll. 2. Created Control Prefix of dotnet component and updated variable to TRUE. 3. Created Control Suffix of dotnet component
|
By
Adrian Wick
· #195840
·
Edited
|
|
Disable Mouse Wheel special setting not working
Thank you Keith for this! But what i have is a table of records and each record points to a pdf file which is displayed right side to the table. The problem are pdf files with more than 1 page. If i c
Thank you Keith for this! But what i have is a table of records and each record points to a pdf file which is displayed right side to the table. The problem are pdf files with more than 1 page. If i c
|
By
Adrian Wick
· #195838
·
Edited
|
|
Disable Mouse Wheel special setting not working
I thought by disabling mouse wheel will not "scroll" trough the records in a table. Setting this to "Y" has no effect what so ever. Or is this for something else? Regards A
I thought by disabling mouse wheel will not "scroll" trough the records in a table. Setting this to "Y" has no effect what so ever. Or is this for something else? Regards A
|
By
Adrian Wick
· #195836
·
|
|
Open a window under the pressed button; same way column filter is opened
#xpa
well ... that is what i want :) at 1st i tried a dropdown field and i tried to put a normal field over dropdown field ... Turns out you cant put dropdown filed under normal field with manual Z-order.
well ... that is what i want :) at 1st i tried a dropdown field and i tried to put a normal field over dropdown field ... Turns out you cant put dropdown filed under normal field with manual Z-order.
|
By
Adrian Wick
· #195809
·
|
|
Open a window under the pressed button; same way column filter is opened
#xpa
I figured it out ... I used formunitstopixels and than pixelstoformunits. And i had to dived the numbers by the horizontal and vertical factor on the form. regards A
I figured it out ... I used formunitstopixels and than pixelstoformunits. And i had to dived the numbers by the horizontal and vertical factor on the form. regards A
|
By
Adrian Wick
· #195807
·
|
|
Open a window under the pressed button; same way column filter is opened
#xpa
Hi wizards!! I am trying to figure out how to open a new window on a specific place. Similar to the column filter in tables: This "filter" window is opened aligned exactly to the right side of the sel
Hi wizards!! I am trying to figure out how to open a new window on a specific place. Similar to the column filter in tables: This "filter" window is opened aligned exactly to the right side of the sel
|
By
Adrian Wick
· #195806
·
|
|
DBNETLIB ConnectionOpen(Connect()). SQL Server does not exist or access denied
A week ago i had the same problem. Turns out my server and sql instance name was wrong. I created a new project with 3 tables, 1 in each instance. Created 3 programs, each containing 1 table and than
A week ago i had the same problem. Turns out my server and sql instance name was wrong. I created a new project with 3 tables, 1 in each instance. Created 3 programs, each containing 1 table and than
|
By
Adrian Wick
· #195798
·
|